Searched refs:SECTION_REGULAR_START (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/multimedia/media_foundation/test/unittest/ |
H A D | TestPlugin.cpp | 214 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 D | TestPluginSetting.cpp | 183 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 D | av_trans_types.h | 100 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 D | plugin_tags.h | 86 …SECTION_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 D | hls_tags.h | 52 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 D | hls_tags.h | 52 SECTION_REGULAR_START = static_cast<uint8_t>(HlsTagSection::REGULAR) << 16U, // regular tag enumerator 57 EXTXDISCONTINUITY = SECTION_REGULAR_START,
|