Home
last modified time | relevance | path

Searched refs:SECTION_REGULAR_START (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/test/unittest/
H A DTestPlugin.cpp214 ASSERT_FALSE(AssignParameterIfMatch(Tag::SECTION_REGULAR_START, ret, value));
235 Tag tag = Tag::SECTION_REGULAR_START;
238 ASSERT_TRUE(tag == Tag::SECTION_REGULAR_START);
239 ret = TranslateIntoParameter(static_cast<const int>(Tag::SECTION_REGULAR_START), tag);
241 ASSERT_TRUE(tag == Tag::SECTION_REGULAR_START);
H A DTestPluginSetting.cpp183 ASSERT_FALSE(AssignParameterIfMatch(Tag::SECTION_REGULAR_START, ret, value));
242 Tag tag = Tag::SECTION_REGULAR_START;
245 ASSERT_TRUE(tag == Tag::SECTION_REGULAR_START);
246 ret = TranslateIntoParameter(static_cast<const int>(Tag::SECTION_REGULAR_START), tag);
248 ASSERT_TRUE(tag == Tag::SECTION_REGULAR_START);
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/include/
H A Dav_trans_types.h100 SECTION_REGULAR_START = static_cast<uint8_t>(TagSection::REGULAR) << 16U, enumerator
105 FRAME_NUMBER = SECTION_REGULAR_START + 1,
/ohos5.0/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dplugin_tags.h86SECTION_REGULAR_START = static_cast<uint8_t>(TagSection::REGULAR) << 16U, // regul… enumerator
95 MIME = SECTION_REGULAR_START + 1, ///< std::string
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/
H A Dhls_tags.h52 SECTION_REGULAR_START = static_cast<uint8_t>(HlsTagSection::REGULAR) << 16U, // regular tag enumerator
57 EXTXDISCONTINUITY = SECTION_REGULAR_START,
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dhls_tags.h52 SECTION_REGULAR_START = static_cast<uint8_t>(HlsTagSection::REGULAR) << 16U, // regular tag enumerator
57 EXTXDISCONTINUITY = SECTION_REGULAR_START,