Home
last modified time | relevance | path

Searched refs:gop_cnt (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_h264_enc.c43 if (context->desc.h264enc.gop_cnt == 0) in vlVaHandleVAEncPictureParameterBufferTypeH264()
48 …context->desc.h264enc.p_remain = context->desc.h264enc.gop_size - context->desc.h264enc.gop_cnt - … in vlVaHandleVAEncPictureParameterBufferTypeH264()
72 context->desc.h264enc.gop_cnt++; in vlVaHandleVAEncPictureParameterBufferTypeH264()
73 if (context->desc.h264enc.gop_cnt == context->desc.h264enc.gop_size) in vlVaHandleVAEncPictureParameterBufferTypeH264()
74 context->desc.h264enc.gop_cnt = 0; in vlVaHandleVAEncPictureParameterBufferTypeH264()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dradeon_vce.h351 unsigned gop_cnt; member
Dradeon_vce_52.c168 enc->enc_pic.gop_cnt = pic->gop_cnt; in si_vce_52_get_param()
/third_party/mesa3d/src/gallium/drivers/r600/
Dradeon_vce.h349 unsigned gop_cnt; member
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_video_enc_h264.cpp480 if (picture->gop_cnt == 1) { in d3d12_video_encoder_update_h264_gop_configuration()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_video_state.h432 unsigned gop_cnt; member