Searched refs:VIDEO_DECODER_OUTPUT_ENABLE_VRR (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/meta/ |
H A D | meta_key.h | 456 … static constexpr const char VIDEO_DECODER_OUTPUT_ENABLE_VRR[] = "video_decoder_output_enable_vrr"; variable
|
H A D | meta.h | 428 tagCharSeq == Tag::VIDEO_DECODER_OUTPUT_ENABLE_VRR, int32_t, AnyValueType::INT32_T);
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/unittest/ |
H A D | hdecoder_unit_test.cpp | 278 format.PutIntValue(OHOS::Media::Tag::VIDEO_DECODER_OUTPUT_ENABLE_VRR, 1); 299 format.PutIntValue(OHOS::Media::Tag::VIDEO_DECODER_OUTPUT_ENABLE_VRR, 1);
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/ |
H A D | tester_codecbase.cpp | 540 … fmt.PutIntValue(OHOS::Media::Tag::VIDEO_DECODER_OUTPUT_ENABLE_VRR, opt_.isVrrEnable.value()); in ConfigureDecoder()
|
/ohos5.0/foundation/multimedia/media_foundation/src/meta/ |
H A D | meta.cpp | 378 {Tag::VIDEO_DECODER_OUTPUT_ENABLE_VRR, defaultInt32},
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | hdecoder.cpp | 388 …if (!format.GetIntValue(OHOS::Media::Tag::VIDEO_DECODER_OUTPUT_ENABLE_VRR, vrrEnable) || vrrEnable… in SetVrrEnable()
|
/ohos5.0/foundation/multimedia/media_foundation/tests/unittest/meta/ |
H A D | meta_func_unit_test.cpp | 479 {Tag::VIDEO_DECODER_OUTPUT_ENABLE_VRR, 0},
|