Home
last modified time | relevance | path

Searched refs:avctype (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/omx/tizonia/
Dh264d.c38 OMX_VIDEO_PARAM_AVCTYPE avctype; in instantiate_h264d_input_port() local
90 avctype.nSize = sizeof (OMX_VIDEO_PARAM_AVCTYPE); in instantiate_h264d_input_port()
91 avctype.nVersion.nVersion = OMX_VERSION; in instantiate_h264d_input_port()
92 avctype.nPortIndex = OMX_VID_DEC_AVC_INPUT_PORT_INDEX; in instantiate_h264d_input_port()
93 avctype.eProfile = OMX_VIDEO_AVCProfileHigh; in instantiate_h264d_input_port()
95 avctype.nSliceHeaderSpacing = 0; in instantiate_h264d_input_port()
96 avctype.nPFrames = 0; in instantiate_h264d_input_port()
97 avctype.nBFrames = 0; in instantiate_h264d_input_port()
98 avctype.bUseHadamard = OMX_FALSE; in instantiate_h264d_input_port()
99 avctype.nRefFrames = 1; in instantiate_h264d_input_port()
[all …]
Dh264e.c77 OMX_VIDEO_PARAM_AVCTYPE avctype; in instantiate_h264e_output_port() local
140 avctype.nSize = sizeof (OMX_VIDEO_PARAM_AVCTYPE); in instantiate_h264e_output_port()
141 avctype.nVersion.nVersion = OMX_VERSION; in instantiate_h264e_output_port()
142 avctype.nPortIndex = OMX_VID_ENC_AVC_OUTPUT_PORT_INDEX; in instantiate_h264e_output_port()
143 avctype.eProfile = OMX_VIDEO_AVCProfileBaseline; in instantiate_h264e_output_port()
144 avctype.nSliceHeaderSpacing = 0; in instantiate_h264e_output_port()
145 avctype.nPFrames = 0; in instantiate_h264e_output_port()
146 avctype.nBFrames = 0; in instantiate_h264e_output_port()
147 avctype.bUseHadamard = OMX_TRUE; in instantiate_h264e_output_port()
148 avctype.nRefFrames = 1; in instantiate_h264e_output_port()
[all …]