/third_party/openmax/api/1.1.2/ |
D | OMX_IVCommon.h | 147 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 …]
|
D | OMX_Audio.h | 122 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 …]
|
D | OMX_Video.h | 158 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 …]
|
D | OMX_Image.h | 143 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
|
D | OMX_Core.h | 464 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, \
|
D | OMX_VideoExt.h | 57 OMX_U32 nPortIndex; member 88 OMX_U32 nPortIndex; member 99 OMX_U32 nPortIndex; member 112 OMX_U32 nPortIndex; member
|
D | OMX_Component.h | 64 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,
|
D | OMX_Other.h | 116 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
|
D | OMX_CoreExt.h | 63 OMX_U32 nPortIndex; /**< port that this structure applies to */ member
|
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
D | vid_dec.c | 305 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()
|
D | vid_enc.c | 338 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/ |
D | omx.c | 423 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/ |
D | h264d.c | 92 avctype.nPortIndex = OMX_VID_DEC_AVC_INPUT_PORT_INDEX; in instantiate_h264d_input_port()
|
D | h264e.c | 142 avctype.nPortIndex = OMX_VID_ENC_AVC_OUTPUT_PORT_INDEX; in instantiate_h264e_output_port()
|