Home
last modified time | relevance | path

Searched refs:timedMetadataKey (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/moduletest/demuxer/src/InnerAPI/
H A Dinner_demuxer_sample.cpp357 std::string timedMetadataKey = ""; in CheckTimedMetaFormat() local
370 track_format_.GetStringValue(MediaDescriptionKey::MD_KEY_TIMED_METADATA_KEY, timedMetadataKey); in CheckTimedMetaFormat()
371 if (timedMetadataKey != TIMED_METADATA_KEY) { in CheckTimedMetaFormat()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/avsource_test/
H A Davsource_unit_test.h98 std::string timedMetadataKey = ""; member
H A Davsource_unit_test.cpp1898 …mat_->GetStringValue(MediaDescriptionKey::MD_KEY_TIMED_METADATA_KEY, formatVal_.timedMetadataKey));
1902 ASSERT_EQ(formatVal_.timedMetadataKey, TEST_TIMED_METADATA.c_str());