Home | History | Annotate | Download | only in libmedia

Lines Matching refs:mRegion

869         mRegion = ANSI;
871 mRegion = JAPAN;
873 mRegion = GB;
875 mRegion = AUSTRALIA;
877 mRegion = CEPT;
1514 if (mRegion == CEPT || toneType < FIRST_SUP_TONE || toneType > LAST_SUP_TONE) {
1517 regionTone = (tone_type) sToneMappingTable[mRegion][toneType - FIRST_SUP_TONE];
1520 ALOGV("getToneForRegion, tone %d, region %d, regionTone %d", toneType, mRegion, regionTone);