Home
last modified time | relevance | path

Searched refs:nPortIndex (Results 1 – 14 of 14) sorted by relevance

/third_party/openmax/api/1.1.2/
DOMX_IVCommon.h147 OMX_U32 nPortIndex; /**< Port that this struct applies to */ member
161 OMX_U32 nPortIndex; /**< Port that this struct applies to */ member
200 OMX_U32 nPortIndex; member
221 OMX_U32 nPortIndex; member
241 OMX_U32 nPortIndex; member
287 OMX_U32 nPortIndex; member
306 OMX_U32 nPortIndex; member
324 OMX_U32 nPortIndex; member
361 OMX_U32 nPortIndex; member
379 OMX_U32 nPortIndex; member
[all …]
DOMX_Audio.h122 OMX_U32 nPortIndex; /**< Indicates which port to set */ member
162 OMX_U32 nPortIndex; /**< port that this structure applies to */ member
207 OMX_U32 nPortIndex; /**< port that this structure applies to */ member
277 OMX_U32 nPortIndex; /**< Port that this structure applies to */ member
300 OMX_U32 nPortIndex; /**< port that this structure applies to */ member
353 OMX_U32 nPortIndex; /**< port that this structure applies to */ member
386 OMX_U32 nPortIndex; /**< Port that this structure applies to */ member
412 OMX_U32 nPortIndex; /**< port that this structure applies to */ member
431 OMX_U32 nPortIndex; /**< port that this structure applies to */ member
456 OMX_U32 nPortIndex; /**< port that this structure applies to */ member
[all …]
DOMX_Video.h158 OMX_U32 nPortIndex; member
182 OMX_U32 nPortIndex; member
205 OMX_U32 nPortIndex; member
241 OMX_U32 nPortIndex; member
278 OMX_U32 nPortIndex; member
318 OMX_U32 nPortIndex; member
345 OMX_U32 nPortIndex; member
372 OMX_U32 nPortIndex; member
496 OMX_U32 nPortIndex; member
556 OMX_U32 nPortIndex; member
[all …]
DOMX_Image.h143 OMX_U32 nPortIndex; member
181 OMX_U32 nPortIndex; member
215 OMX_U32 nPortIndex; member
240 OMX_U32 nPortIndex; member
278 OMX_U32 nPortIndex; member
316 OMX_U32 nPortIndex; member
DOMX_Core.h464 OMX_U32 nPortIndex; member
618 OMX_U32 nPortIndex; /**< port that this structure applies to */ member
988 nPortIndex, \ argument
995 nPortIndex, \
1031 nPortIndex, \ argument
1037 nPortIndex, \
1066 nPortIndex, \ argument
1070 nPortIndex, \
1168 nPortIndex, \ argument
1174 nPortIndex, \
DOMX_VideoExt.h57 OMX_U32 nPortIndex; member
88 OMX_U32 nPortIndex; member
99 OMX_U32 nPortIndex; member
112 OMX_U32 nPortIndex; member
DOMX_Component.h64 OMX_U32 nPortIndex; /**< Port number the structure applies to */ member
92 OMX_U32 nPortIndex; /**< port that this structure applies to */ member
481 OMX_IN OMX_U32 nPortIndex,
493 OMX_IN OMX_U32 nPortIndex,
503 OMX_IN OMX_U32 nPortIndex,
563 OMX_IN OMX_U32 nPortIndex,
DOMX_Other.h116 OMX_U32 nPortIndex; /**< port that this structure applies to */ member
178 OMX_U32 nPortIndex; /**< port that this structure applies to */ member
327 OMX_U32 nPortIndex; /**< Indicates which port to set */ member
DOMX_CoreExt.h63 OMX_U32 nPortIndex; /**< port that this structure applies to */ member
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec.c305 if (def->nPortIndex == OMX_BASE_FILTER_INPUTPORT_INDEX) { in vid_dec_SetParameter()
353 if (format->nPortIndex > 1) in vid_dec_SetParameter()
356 port = (omx_base_video_PortType *)priv->ports[format->nPortIndex]; in vid_dec_SetParameter()
411 if (format->nPortIndex > 1) in vid_dec_GetParameter()
414 port = (omx_base_video_PortType *)priv->ports[format->nPortIndex]; in vid_dec_GetParameter()
Dvid_enc.c338 if (def->nPortIndex == OMX_BASE_FILTER_INPUTPORT_INDEX) { in vid_enc_SetParameter()
454 if (format->nPortIndex > 1) in vid_enc_GetParameter()
459 port = (omx_base_video_PortType *)priv->ports[format->nPortIndex]; in vid_enc_GetParameter()
/third_party/ffmpeg/libavcodec/
Domx.c423 port_params.nPortIndex = port; in omx_component_init()
446 video_port_format.nPortIndex = s->in_port; in omx_component_init()
512 vid_param_bitrate.nPortIndex = s->out_port; in omx_component_init()
522 avc.nPortIndex = s->out_port; in omx_component_init()
814 config.nPortIndex = s->out_port; in omx_encode_frame()
/third_party/mesa3d/src/gallium/frontends/omx/tizonia/
Dh264d.c92 avctype.nPortIndex = OMX_VID_DEC_AVC_INPUT_PORT_INDEX; in instantiate_h264d_input_port()
Dh264e.c142 avctype.nPortIndex = OMX_VID_ENC_AVC_OUTPUT_PORT_INDEX; in instantiate_h264e_output_port()