Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/va/
Dpicture.c403 if (context->desc.h264enc.gop_cnt == 0) in handleVAEncPictureParameterBufferType()
408 …context->desc.h264enc.p_remain = context->desc.h264enc.gop_size - context->desc.h264enc.gop_cnt - … in handleVAEncPictureParameterBufferType()
425 context->desc.h264enc.gop_cnt++; in handleVAEncPictureParameterBufferType()
426 if (context->desc.h264enc.gop_cnt == context->desc.h264enc.gop_size) in handleVAEncPictureParameterBufferType()
427 context->desc.h264enc.gop_cnt = 0; in handleVAEncPictureParameterBufferType()
/external/mesa3d/src/gallium/include/pipe/
Dp_video_state.h400 unsigned gop_cnt; member
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vce.h349 unsigned gop_cnt; member
Dradeon_vce_52.c156 enc->enc_pic.gop_cnt = pic->gop_cnt; in radeon_vce_52_get_param()