Home
last modified time | relevance | path

Searched refs:VBR (Results 1 - 13 of 13) sorted by relevance

/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/
H A Dsetparam_test.cpp211 * @tc.name : reset bitrate in VBR mode
221 vEncSample->DEFAULT_BITRATE_MODE = VBR; in HWTEST_F()
373 vEncSample->DEFAULT_BITRATE_MODE = VBR; in HWTEST_F()
591 * @tc.name : reset framerate in VBR mode, gop size 1s
603 vEncSample->DEFAULT_BITRATE_MODE = VBR; in HWTEST_F()
716 * @tc.name : reset framerate in VBR mode, gop size 1s hevc
728 vEncSample->DEFAULT_BITRATE_MODE = VBR; in HWTEST_F()
913 * @tc.name : reset QP in VBR mode, use buffer->setparameter
924 vEncSample->DEFAULT_BITRATE_MODE = VBR; in HWTEST_F()
940 * @tc.name : reset QP in VBR mod
[all...]
/foundation/multimedia/av_codec/interfaces/kits/c/
H A Dnative_avcodec_videoencoder.h442 VBR = 1, enumerator
/foundation/multimedia/media_foundation/interface/inner_api/meta/
H A Dvideo_types.h94 VBR = 1, // variable bit rate mode.
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dtype_converter.cpp147 {VBR, OMX_Video_ControlRateVariable},
328 {BIT_RATE_MODE_VBR, VBR}, in HdiBitrateModeToInnerMode()
/foundation/multimedia/av_codec/test/unittest/hcodec_test/unittest/
H A Dhencoder_unit_test.cpp263 format.PutIntValue(MediaDescriptionKey::MD_KEY_VIDEO_ENCODE_BITRATE_MODE, VBR); in HWTEST_F()
285 format.PutIntValue(MediaDescriptionKey::MD_KEY_VIDEO_ENCODE_BITRATE_MODE, VBR); in HWTEST_F()
468 format.PutIntValue(MediaDescriptionKey::MD_KEY_VIDEO_ENCODE_BITRATE_MODE, VBR); in HWTEST_F()
488 format.PutIntValue(MediaDescriptionKey::MD_KEY_VIDEO_ENCODE_BITRATE_MODE, VBR); in HWTEST_F()
507 format.PutIntValue(MediaDescriptionKey::MD_KEY_VIDEO_ENCODE_BITRATE_MODE, VBR); in HWTEST_F()
785 format.PutIntValue(MediaDescriptionKey::MD_KEY_VIDEO_ENCODE_BITRATE_MODE, VBR); in HWTEST_F()
868 format.PutIntValue(MediaDescriptionKey::MD_KEY_VIDEO_ENCODE_BITRATE_MODE, VBR); in ConfigureHevcEncoder()
H A Dhcodec_type_converter_unit_test.cpp212 EXPECT_EQ(ret.value(), VBR); in HWTEST()
/foundation/multimedia/av_codec/test/unittest/codec_param_checker_test/
H A Dcodec_param_checker_test.cpp364 * @tc.desc: codec video configure not exsit bitrate and bitrate mode is VBR
372 ASSERT_EQ(true, OH_AVFormat_SetIntValue(g_format, OH_MD_KEY_VIDEO_ENCODE_BITRATE_MODE, VBR)); in HWTEST_F()
393 * @tc.desc: codec video configure bitrate in range and bitrate mode is VBR
403 ASSERT_EQ(true, OH_AVFormat_SetIntValue(g_format, OH_MD_KEY_VIDEO_ENCODE_BITRATE_MODE, VBR)); in HWTEST_F()
500 * @tc.desc: codec video configure quality in range and bitrate mode is VBR
510 ASSERT_EQ(true, OH_AVFormat_SetIntValue(g_format, OH_MD_KEY_VIDEO_ENCODE_BITRATE_MODE, VBR)); in HWTEST_F()
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davcodec_info.h792 VBR = 1,
/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/
H A Dvideo_encoder.cpp351 OH_AVFormat_SetIntValue(format, OH_MD_KEY_VIDEO_ENCODE_BITRATE_MODE, VBR); in Configure()
/foundation/multimedia/player_framework/frameworks/js/media/
H A Dmedia_enum_napi.cpp214 { "VBR", VideoEncodeBitrateMode::VBR },
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/encoder/
H A Dencode_data_process.cpp214 metadataFormat_.PutIntValue("video_encode_bitrate_mode", MediaAVCodec::VideoEncodeBitrateMode::VBR); in InitEncoderBitrateFormat()
/foundation/multimedia/player_framework/services/engine/histreamer/transcoder/
H A Dhitranscoder_impl.cpp838 videoEncFormat_->Set<Tag::VIDEO_ENCODE_BITRATE_MODE>(Plugins::VideoEncodeBitrateMode::VBR); in LinkVideoEncoderFilter()
/foundation/multimedia/player_framework/services/engine/histreamer/recorder/
H A Dhirecorder_impl.cpp366 videoEncFormat_->Set<Tag::VIDEO_ENCODE_BITRATE_MODE>(Plugins::VideoEncodeBitrateMode::VBR); in Prepare()

Completed in 14 milliseconds