Searched refs:vid_param_bitrate (Results 1 – 1 of 1) sorted by relevance
394 OMX_VIDEO_PARAM_BITRATETYPE vid_param_bitrate = { 0 }; in omx_component_init() local511 INIT_STRUCT(vid_param_bitrate); in omx_component_init()512 vid_param_bitrate.nPortIndex = s->out_port; in omx_component_init()513 vid_param_bitrate.eControlRate = OMX_Video_ControlRateVariable; in omx_component_init()514 vid_param_bitrate.nTargetBitrate = avctx->bit_rate; in omx_component_init()515 err = OMX_SetParameter(s->handle, OMX_IndexParamVideoBitrate, &vid_param_bitrate); in omx_component_init()