Searched refs:thatFormat (Results 1 – 2 of 2) sorted by relevance
305 MediaFormat thatFormat = that.mFormat.get(j); in isSubsetOf() local306 String thatMediaType = thatFormat.getString(MediaFormat.KEY_MIME); in isSubsetOf()308 if (!ExtractorTest.isFormatSimilar(thisFormat, thatFormat)) continue; in isSubsetOf()
448 AMediaFormat* thatFormat = that->mFormat[j]; in isSubsetOf() local450 AMediaFormat_getString(thatFormat, AMEDIAFORMAT_KEY_MIME, &thatMediaType); in isSubsetOf()453 if (!isFormatSimilar(thisFormat, thatFormat)) continue; in isSubsetOf()