Searched refs:out_port (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | omx.c | 201 int in_port, out_port; member 425 s->in_port = s->out_port = -1; in omx_component_init() 439 } else if (port_params.eDir == OMX_DirOutput && s->out_port < 0) { in omx_component_init() 441 s->out_port = port; in omx_component_init() 444 if (s->in_port < 0 || s->out_port < 0) { in omx_component_init() 445 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() 519 vid_param_bitrate.nPortIndex = s->out_port; in omx_component_init() 529 avc.nPortIndex = s->out_port; in omx_component_init() 571 err = OMX_AllocateBuffer(s->handle, &s->out_buffer_headers[i], s->out_port, s, out_port_params.nBufferSize); in omx_component_init() 622 OMX_FreeBuffer(s->handle, s->out_port, buffe in cleanup() [all...] |
/third_party/mesa3d/src/gallium/frontends/omx/ |
H A 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()
|
Completed in 3 milliseconds