Searched refs:m_pipe_out (Results 1 - 14 of 14) sorted by relevance

/hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
H A Domx_video_base.h323 int m_pipe_out; member in class:omx_video
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_base.h338 int m_pipe_out; member in class:omx_video
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
H A Domx_vdec.h387 int m_pipe_out; member in class:omx_vdec
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec_hevc.h395 int m_pipe_out; member in class:omx_vdec
H A Domx_vdec.h416 int m_pipe_out; member in class:omx_vdec
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp228 DEBUG_PRINT_LOW("omx_vdec: post_message %d pipe out%d\n", id,omx->m_pipe_out);
229 ret_value = write(omx->m_pipe_out, &id, 1);
577 if(m_pipe_out) close(m_pipe_out);
579 m_pipe_out = -1;
1580 m_pipe_out = fds[1];
H A Domx_vdec_copper.cpp243 DEBUG_PRINT_LOW("omx_vdec: post_message %d pipe out%d\n", id,omx->m_pipe_out);
244 ret_value = write(omx->m_pipe_out, &id, 1);
582 if(m_pipe_out) close(m_pipe_out);
584 m_pipe_out = -1;
1515 m_pipe_out = fds[1];
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec.cpp229 DEBUG_PRINT_LOW("omx_vdec: post_message %d pipe out%d", id,omx->m_pipe_out);
230 ret_value = write(omx->m_pipe_out, &id, 1);
576 if (m_pipe_out) close(m_pipe_out);
579 m_pipe_out = -1;
1563 m_pipe_out = fds[1];
H A Domx_vdec_hevc.cpp295 DEBUG_PRINT_LOW("omx_vdec: post_message %d pipe out%d\n", id,omx->m_pipe_out);
296 ret_value = write(omx->m_pipe_out, &id, 1);
684 if (m_pipe_out) close(m_pipe_out);
686 m_pipe_out = -1;
1590 m_pipe_out = fds[1];
H A Domx_vdec_msm8974.cpp305 DEBUG_PRINT_LOW("omx_vdec: post_message %d pipe out%d\n", id,omx->m_pipe_out);
306 ret_value = write(omx->m_pipe_out, &id, 1);
715 if (m_pipe_out) close(m_pipe_out);
717 m_pipe_out = -1;
1747 m_pipe_out = fds[1];
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
H A Domx_video_encoder.cpp438 m_pipe_out = fds[1];
H A Domx_video_base.cpp134 write(omx->m_pipe_out, &id, 1);
283 if(m_pipe_out) close(m_pipe_out);
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Domx_video_base.cpp126 write(omx->m_pipe_out, &id, 1);
271 if (m_pipe_out) close(m_pipe_out);
H A Domx_video_encoder.cpp421 m_pipe_out = fds[1];

Completed in 120 milliseconds