Searched refs:thisMediaType (Results 1 – 2 of 2) sorted by relevance
/cts/tests/media/jni/ |
D | NativeMuxerTest.cpp | 342 const char* thisMediaType = nullptr; in appendMedia() local 343 AMediaFormat_getString(mFormat[j], AMEDIAFORMAT_KEY_MIME, &thisMediaType); in appendMedia() 344 ALOGV("strlen(thisMediaType)%zu", strlen(thisMediaType)); in appendMedia() 345 if (strcmp(thatMediaType, thisMediaType) == 0) { in appendMedia() 374 const char* thisMediaType = nullptr; in appendMediaFromTime() local 375 AMediaFormat_getString(mFormat[j], AMEDIAFORMAT_KEY_MIME, &thisMediaType); in appendMediaFromTime() 376 ALOGV("strlen(thisMediaType)%zu", strlen(thisMediaType)); in appendMediaFromTime() 377 if (strcmp(thatMediaType, thisMediaType) == 0) { in appendMediaFromTime() 442 const char* thisMediaType = nullptr; in isSubsetOf() local 443 AMediaFormat_getString(thisFormat, AMEDIAFORMAT_KEY_MIME, &thisMediaType); in isSubsetOf() [all …]
|
/cts/tests/media/src/android/mediav2/cts/ |
D | MuxerTest.java | 302 String thisMediaType = thisFormat.getString(MediaFormat.KEY_MIME); in isSubsetOf() local 307 if (thisMediaType != null && thisMediaType.equals(thatMediaType)) { in isSubsetOf() 310 long tolerance = thisMediaType.startsWith("video/") ? STTS_TOLERANCE_US : 0; in isSubsetOf() 354 Log.d(LOG_TAG, "For track: " + thisMediaType + " Couldn't find a match "); in isSubsetOf()
|