Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMPEG4Writer.cpp166 static const char *getFourCCForMime(const char *mime);
619 const char *MPEG4Writer::Track::getFourCCForMime(const char *mime) { in getFourCCForMime() function in android::MPEG4Writer::Track
664 if (Track::getFourCCForMime(mime) == NULL) { in addSource()
4133 const char *fourcc = getFourCCForMime(mime); in writeMetadataFourCCBox()
4170 const char *fourcc = getFourCCForMime(mime); in writeVideoFourCCBox()
4243 const char *fourcc = getFourCCForMime(mime); in writeAudioFourCCBox()