Searched refs:thatMediaType (Results 1 – 2 of 2) sorted by relevance
339 const char* thatMediaType = nullptr; in appendMedia() local341 AMEDIAFORMAT_KEY_MIME, &thatMediaType); in appendMedia()345 if (strcmp(thatMediaType, thisMediaType) == 0) { in appendMedia()371 const char* thatMediaType = nullptr; in appendMediaFromTime() local373 AMEDIAFORMAT_KEY_MIME, &thatMediaType); in appendMediaFromTime()377 if (strcmp(thatMediaType, thisMediaType) == 0) { in appendMediaFromTime()449 const char* thatMediaType = nullptr; in isSubsetOf() local450 AMediaFormat_getString(thatFormat, AMEDIAFORMAT_KEY_MIME, &thatMediaType); in isSubsetOf()451 if (thisMediaType != nullptr && thatMediaType != nullptr && in isSubsetOf()452 !strcmp(thisMediaType, thatMediaType)) { in isSubsetOf()
306 String thatMediaType = thatFormat.getString(MediaFormat.KEY_MIME); in isSubsetOf() local307 if (thisMediaType != null && thisMediaType.equals(thatMediaType)) { in isSubsetOf()