Home | History | Annotate | Download | only in src

Lines Matching refs:m_pipe_out

156       DEBUG_PRINT_LOW("omx_vdec: post_message %d pipe out%d\n", id,omx->m_pipe_out);
157 ret_value = write(omx->m_pipe_out, &id, 1);
347 if(m_pipe_out) close(m_pipe_out);
349 m_pipe_out = -1;
1085 m_pipe_out = fds[1];