Home
last modified time | relevance | path

Searched refs:temporal_gop_size (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/include/
H A Dvideoenc_sample.h75 int32_t ConfigureVideoEncoder_Temporal(int32_t temporal_gop_size);
H A Dvideoenc_api11_sample.h96 int32_t ConfigureVideoEncoder_Temporal(int32_t temporal_gop_size);
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/
H A Dvideoenc_api11_sample.cpp225 int32_t VEncAPI11Sample::ConfigureVideoEncoder_Temporal(int32_t temporal_gop_size) in ConfigureVideoEncoder_Temporal() argument
241 …void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_VIDEO_ENCODER_TEMPORAL_GOP_SIZE, temporal_gop_size); in ConfigureVideoEncoder_Temporal()
257 …void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_VIDEO_ENCODER_TEMPORAL_GOP_SIZE, temporal_gop_size); in ConfigureVideoEncoder_Temporal()
H A Dvideoenc_ndk_sample.cpp161 int32_t VEncNdkSample::ConfigureVideoEncoder_Temporal(int32_t temporal_gop_size) in ConfigureVideoEncoder_Temporal() argument
177 …void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_VIDEO_ENCODER_TEMPORAL_GOP_SIZE, temporal_gop_size); in ConfigureVideoEncoder_Temporal()