Searched refs:mIsPcm (Results 1 – 1 of 1) sorted by relevance
142 bool mIsPcm; member in android::MPEG4Source4881 mIsPcm(false), in MPEG4Source()4983 mIsPcm = !strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_RAW); in MPEG4Source()4992 if (mIsPcm) { in MPEG4Source()5006 mIsPcm = false; in MPEG4Source()6105 if (mIsPcm) { in read()