Searched refs:mIsPcm (Results 1 – 1 of 1) sorted by relevance
137 bool mIsPcm; member in android::MPEG4Source4663 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()