Searched refs:out_port (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | omx.c | 200 int in_port, out_port; member 418 s->in_port = s->out_port = -1; in omx_component_init() 432 } else if (port_params.eDir == OMX_DirOutput && s->out_port < 0) { in omx_component_init() 434 s->out_port = port; in omx_component_init() 437 if (s->in_port < 0 || s->out_port < 0) { in omx_component_init() 438 … av_log(avctx, AV_LOG_ERROR, "No in or out port found (in %d out %d)\n", s->in_port, s->out_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() 564 …err = OMX_AllocateBuffer(s->handle, &s->out_buffer_headers[i], s->out_port, s, out_port_params.nBu… in omx_component_init() 612 OMX_FreeBuffer(s->handle, s->out_port, buffer); in cleanup() [all …]
|
/third_party/mesa3d/src/gallium/frontends/omx/ |
D | vid_dec_common.c | 78 tiz_port_t *out_port = tiz_krn_get_port(tiz_get_krn(handleOf(priv)), in vid_dec_FillOutput() local 80 OMX_VIDEO_PORTDEFINITIONTYPE *def = &out_port->portdef_.format.video; in vid_dec_FillOutput()
|