Searched refs:m_pipe_out (Results 1 – 15 of 15) sorted by relevance
/hardware/qcom/media/mm-video-legacy/vidc/venc/inc/ |
D | omx_video_base.h | 324 int m_pipe_out; variable
|
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 344 int m_pipe_out; variable
|
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/ |
D | omx_vdec.h | 385 int m_pipe_out; variable
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec_hevc.h | 391 int m_pipe_out; variable
|
D | omx_vdec.h | 445 int m_pipe_out; variable
|
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/ |
D | omx_vdec_copper.cpp | 243 DEBUG_PRINT_LOW("omx_vdec: post_message %d pipe out%d\n", id,omx->m_pipe_out); in post_message() 244 ret_value = write(omx->m_pipe_out, &id, 1); in post_message() 582 if(m_pipe_out) close(m_pipe_out); in ~omx_vdec() 584 m_pipe_out = -1; in ~omx_vdec() 1515 m_pipe_out = fds[1]; in component_init()
|
D | omx_vdec.cpp | 228 DEBUG_PRINT_LOW("omx_vdec: post_message %d pipe out%d\n", id,omx->m_pipe_out); in post_message() 229 ret_value = write(omx->m_pipe_out, &id, 1); in post_message() 578 if(m_pipe_out) close(m_pipe_out); in ~omx_vdec() 580 m_pipe_out = -1; in ~omx_vdec() 1582 m_pipe_out = fds[1]; in component_init()
|
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/ |
D | omx_video_base.cpp | 134 write(omx->m_pipe_out, &id, 1); in post_message() 283 if(m_pipe_out) close(m_pipe_out); in ~omx_video()
|
D | omx_video_encoder.cpp | 438 m_pipe_out = fds[1]; in component_init()
|
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_base.cpp | 127 write(omx->m_pipe_out, &id, 1); in post_message() 273 if (m_pipe_out) close(m_pipe_out); in ~omx_video()
|
D | omx_video_encoder.cpp | 451 m_pipe_out = fds[1]; in component_init()
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_hevc.cpp | 304 DEBUG_PRINT_LOW("omx_vdec: post_message %d pipe out%d", id,omx->m_pipe_out); in post_message() 305 ret_value = write(omx->m_pipe_out, &id, 1); in post_message() 697 if (m_pipe_out) close(m_pipe_out); in ~omx_vdec() 699 m_pipe_out = -1; in ~omx_vdec() 1604 m_pipe_out = fds[1]; in component_init()
|
D | omx_vdec.cpp | 229 DEBUG_PRINT_LOW("omx_vdec: post_message %d pipe out%d", id,omx->m_pipe_out); in post_message() 230 ret_value = write(omx->m_pipe_out, &id, 1); in post_message() 576 if (m_pipe_out) close(m_pipe_out); in ~omx_vdec() 579 m_pipe_out = -1; in ~omx_vdec() 1563 m_pipe_out = fds[1]; in component_init()
|
D | omx_vdec_hevc_swvdec.cpp | 319 DEBUG_PRINT_LOW("omx_vdec: post_message %d pipe out%d", id,omx->m_pipe_out); in post_message() 320 ret_value = write(omx->m_pipe_out, &id, 1); in post_message() 780 if(m_pipe_out) close(m_pipe_out); in ~omx_vdec() 782 m_pipe_out = -1; in ~omx_vdec() 2043 m_pipe_out = fds[1]; in component_init()
|
D | omx_vdec_msm8974.cpp | 312 DEBUG_PRINT_LOW("omx_vdec: post_message %d pipe out%d", id,omx->m_pipe_out); in post_message() 313 ret_value = write(omx->m_pipe_out, &id, 1); in post_message() 774 if (m_pipe_out) close(m_pipe_out); in ~omx_vdec() 776 m_pipe_out = -1; in ~omx_vdec() 1889 m_pipe_out = fds[1]; in component_init()
|