Home
last modified time | relevance | path

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

/frameworks/av/media/extractors/mp4/
DMPEG4Extractor.cpp137 bool mIsPcm; member in android::MPEG4Source
4706 mIsPcm(false), in MPEG4Source()
4770 mIsPcm = !strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_RAW); in MPEG4Source()
4773 if (mIsPcm) { in MPEG4Source()
4787 mIsPcm = false; in MPEG4Source()
5827 if (mIsPcm) { in read()