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
4663 mIsPcm(false), in MPEG4Source()
4727 mIsPcm = !strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_RAW); in MPEG4Source()
4730 if (mIsPcm) { in MPEG4Source()
4744 mIsPcm = false; in MPEG4Source()
5749 if (mIsPcm) { in read()