Home
last modified time | relevance | path

Searched refs:getFourCCForMime (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
DMPEG4Writer.cpp170 static const char *getFourCCForMime(const char *mime);
655 const char *MPEG4Writer::Track::getFourCCForMime(const char *mime) { in getFourCCForMime() function in android::MPEG4Writer::Track
720 } else if (Track::getFourCCForMime(mime) == NULL) { in addSource()
4414 const char *fourcc = getFourCCForMime(mime); in writeMetadataFourCCBox()
4455 fourcc = getFourCCForMime(mime); in writeVideoFourCCBox()
4603 const char *fourcc = getFourCCForMime(mime); in writeAudioFourCCBox()