Home
last modified time | relevance | path

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

/test/xts/acts/multimedia/av_codec/vcodec/encoder/include/
H A Dvideoenc_api11_sample.h82 int32_t ConfigureVideoEncoder_Temporal(int32_t temporal_gop_size);
H A Dvideoenc_ndk_sample.h73 int32_t ConfigureVideoEncoder_Temporal(int32_t temporal_gop_size);
/test/xts/acts/multimedia/av_codec/vcodec/encoder/src/
H A Dvideoenc_api11_sample.cpp177 int32_t VEncAPI11Sample::ConfigureVideoEncoder_Temporal(int32_t temporal_gop_size) in ConfigureVideoEncoder_Temporal() argument
193 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_VIDEO_ENCODER_TEMPORAL_GOP_SIZE, temporal_gop_size); in ConfigureVideoEncoder_Temporal()
H A Dvideoenc_ndk_sample.cpp154 int32_t VEncNdkSample::ConfigureVideoEncoder_Temporal(int32_t temporal_gop_size) in ConfigureVideoEncoder_Temporal() argument
170 (void)OH_AVFormat_SetIntValue(format, OH_MD_KEY_VIDEO_ENCODER_TEMPORAL_GOP_SIZE, temporal_gop_size); in ConfigureVideoEncoder_Temporal()

Completed in 5 milliseconds