Searched refs:OH_MD_KEY_VIDEO_ENCODER_TEMPORAL_GOP_REFERENCE_MODE (Results 1 - 6 of 6) sorted by relevance
/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/ |
H A D | native_avcodec_base.cpp | 105 const char *OH_MD_KEY_VIDEO_ENCODER_TEMPORAL_GOP_REFERENCE_MODE = "video_encoder_temporal_gop_reference_mode"; variable
|
/foundation/multimedia/av_codec/test/unittest/key_type_test/ |
H A D | key_type_test.cpp | 81 {OH_MD_KEY_VIDEO_ENCODER_TEMPORAL_GOP_REFERENCE_MODE, FORMAT_TYPE_INT32}, 168 OH_MD_KEY_VIDEO_ENCODER_TEMPORAL_GOP_REFERENCE_MODE,
|
/foundation/multimedia/av_codec/interfaces/kits/c/ |
H A D | native_avcodec_base.h | 441 extern const char *OH_MD_KEY_VIDEO_ENCODER_TEMPORAL_GOP_REFERENCE_MODE;
|
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/ |
H A D | videoenc_api11_sample.cpp | 242 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_VIDEO_ENCODER_TEMPORAL_GOP_REFERENCE_MODE, in ConfigureVideoEncoder_Temporal() 251 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_VIDEO_ENCODER_TEMPORAL_GOP_REFERENCE_MODE, JUMP_REFERENCE); in ConfigureVideoEncoder_Temporal() 258 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_VIDEO_ENCODER_TEMPORAL_GOP_REFERENCE_MODE, in ConfigureVideoEncoder_Temporal()
|
H A D | videoenc_ndk_sample.cpp | 178 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_VIDEO_ENCODER_TEMPORAL_GOP_REFERENCE_MODE, in ConfigureVideoEncoder_Temporal() 185 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_VIDEO_ENCODER_TEMPORAL_GOP_REFERENCE_MODE, JUMP_REFERENCE); in ConfigureVideoEncoder_Temporal()
|
H A D | temporal_test.cpp | 120 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_VIDEO_ENCODER_TEMPORAL_GOP_REFERENCE_MODE, 3); in HWTEST_F()
|
Completed in 7 milliseconds