Searched refs:mMediaType (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/module/libmediaformatshaper/ |
D | CodecSeeding.cpp | 102 mName.c_str(), mMediaType.c_str(), overrideable); in addMediaDefaults() 112 if (strcmp(p->mediaType, mMediaType.c_str()) == 0) { in addMediaDefaults() 119 if (strncmp(p->mediaType, mMediaType.c_str(), len) == 0) { in addMediaDefaults() 153 ALOGV("Seed: for codec %s, mediatype %s", mName.c_str(), mMediaType.c_str()); in Seed() 158 ALOGV("Finish: for codec %s, mediatype %s", mName.c_str(), mMediaType.c_str()); in Finish()
|
D | CodecProperties.h | 102 std::string mMediaType; variable
|
D | CodecProperties.cpp | 38 mMediaType = mediaType; in CodecProperties() 46 return mMediaType; in getMediaType()
|
/frameworks/av/media/module/mpeg2ts/test/ |
D | Mpeg2tsUnitTest.cpp | 68 mMediaType = (sourceType & 0x07); in SetUp() 96 int8_t mMediaType; member in Mpeg2tsUnitTest 199 ASSERT_EQ(videoFound, bool(mMediaType & kVideoPresent)) << "No Video packets found!"; in TEST_P() 200 ASSERT_EQ(audioFound, bool(mMediaType & kAudioPresent)) << "No Audio packets found!"; in TEST_P() 201 ASSERT_EQ(metaDataFound, bool(mMediaType & kMetaDataPresent)) << "No meta data found!"; in TEST_P()
|