Searched refs:gop_cnt (Results 1 – 4 of 4) sorted by relevance
403 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()
400 unsigned gop_cnt; member
349 unsigned gop_cnt; member
156 enc->enc_pic.gop_cnt = pic->gop_cnt; in radeon_vce_52_get_param()