Home
last modified time | relevance | path

Searched refs:gop_size (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/va/
Dpicture.c363 context->desc.h264enc.gop_size = h264->intra_idr_period * context->gop_coeff; in handleVAEncSequenceParameterBufferType()
408 …context->desc.h264enc.p_remain = context->desc.h264enc.gop_size - context->desc.h264enc.gop_cnt - … in handleVAEncPictureParameterBufferType()
426 if (context->desc.h264enc.gop_cnt == context->desc.h264enc.gop_size) in handleVAEncPictureParameterBufferType()
590 int idr_period = context->desc.h264enc.gop_size / context->gop_coeff; in vlVaEndPicture()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vce.h73 uint32_t gop_size; member
350 unsigned gop_size; member
Dradeon_vce_52.c51 enc->enc_pic.rc.gop_size = pic->gop_size; in get_rate_control_param()
395 RVCE_CS(enc->enc_pic.rc.gop_size); in rate_control()
/external/mesa3d/src/gallium/include/pipe/
Dp_video_state.h404 unsigned gop_size; member
/external/libvncserver/client_examples/
Dvnc2mpg.c81 c->gop_size = 12; /* emit one intra frame every twelve frames at most */ in add_video_stream()