Lines Matching refs:hasKey
31 #define CHECK_KEY(hasKey, format, isPass) \ argument
32 if (!(hasKey)) { \
75 bool hasKey = AMediaFormat_getString(refFormat, AMEDIAFORMAT_KEY_MIME, &refMediaType); in isMediaSimilar() local
76 if (!hasKey || (mediaType != nullptr && strcmp(refMediaType, mediaType) != 0)) { in isMediaSimilar()
281 bool hasKey = AMediaFormat_getString(format, AMEDIAFORMAT_KEY_MIME, &currMediaType); in getSeekablePoints() local
282 if (!hasKey || strcmp(currMediaType, mediaType) != 0) { in getSeekablePoints()
329 bool hasKey = AMediaFormat_getString(format, AMEDIAFORMAT_KEY_MIME, &currMediaType); in generateSeekTestArgs() local
330 if (!hasKey || strcmp(currMediaType, mediaType) != 0) { in generateSeekTestArgs()
426 bool hasKey = AMediaFormat_getString(format, AMEDIAFORMAT_KEY_MIME, &currMediaType); in checkSeekPoints() local
427 if (!hasKey || strcmp(currMediaType, mediaType) != 0) { in checkSeekPoints()
745 bool hasKey = AMediaFormat_getString(format, AMEDIAFORMAT_KEY_MIME, &currMediaType); in nativeTestSeekToZero() local
746 if (!hasKey || strcmp(currMediaType, cMediaType) != 0) { in nativeTestSeekToZero()
797 bool hasKey = AMediaFormat_getString(format, AMEDIAFORMAT_KEY_MIME, &mediaType); in nativeTestFileFormat() local
799 if (hasKey && mediaType && strlen(mediaType) > 0) { in nativeTestFileFormat()