Searched refs:in_port (Results 1 – 1 of 1) 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() 429 if (port_params.eDir == OMX_DirInput && s->in_port < 0) { in omx_component_init() 431 s->in_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() 446 video_port_format.nPortIndex = s->in_port; in omx_component_init() 555 …err = OMX_UseBuffer(s->handle, &s->in_buffer_headers[i], s->in_port, s, in_port_params.nBufferSize… in omx_component_init() 557 …err = OMX_AllocateBuffer(s->handle, &s->in_buffer_headers[i], s->in_port, s, in_port_params.nBuf… in omx_component_init() 607 OMX_FreeBuffer(s->handle, s->in_port, buffer); in cleanup()
|