Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/omx/tizonia/
Dh264d.c83 portdef.nBitrate = 64000; in instantiate_h264d_input_port()
154 portdef.nBitrate = 64000; in instantiate_h264d_output_port()
Dh264e.c62 portdef.nBitrate = 64000; in instantiate_h264e_input_port()
126 portdef.nBitrate = 64000; in instantiate_h264e_output_port()
/third_party/lame/dshow/
DPropPage.cpp229 int nBitrate = SendDlgItemMessage(hwnd, IDC_COMBO_CBR, CB_GETCURSEL, 0, 0L); in OnReceiveMessage() local
237 dwBitrate = dwBitRateValue[0][nBitrate]; in OnReceiveMessage()
242 dwBitrate = dwBitRateValue[1][nBitrate]; in OnReceiveMessage()
/third_party/openmax/api/1.1.2/
DOMX_Video.h131 OMX_U32 nBitrate; member
/third_party/ffmpeg/libavcodec/
Domx.c504 out_port_params.format.video.nBitrate = avctx->bit_rate; in omx_component_init()