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 | 348 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 | 452 int m_pipe_out; variable
|
/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() 253 m_pipe_out(-1), in omx_video() 287 if(m_pipe_out >= 0) 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 | 130 write(omx->m_pipe_out, &id, 1); in post_message() 221 m_pipe_out(-1), in omx_video() 280 if (m_pipe_out >= 0) close(m_pipe_out); in ~omx_video()
|
D | omx_video_encoder.cpp | 485 m_pipe_out = fds[1]; in component_init()
|
/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 | 231 DEBUG_PRINT_LOW("omx_vdec: post_message %d pipe out%d\n", id,omx->m_pipe_out); in post_message() 232 ret_value = write(omx->m_pipe_out, &id, 1); in post_message() 583 if(m_pipe_out) close(m_pipe_out); in ~omx_vdec() 585 m_pipe_out = -1; in ~omx_vdec() 1599 m_pipe_out = fds[1]; in component_init()
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_hevc.cpp | 302 DEBUG_PRINT_LOW("omx_vdec: post_message %d pipe out%d", id,omx->m_pipe_out); in post_message() 303 ret_value = write(omx->m_pipe_out, &id, 1); in post_message() 695 if (m_pipe_out) close(m_pipe_out); in ~omx_vdec() 697 m_pipe_out = -1; in ~omx_vdec() 1602 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 | 337 DEBUG_PRINT_LOW("omx_vdec: post_message %d pipe out%d", id,omx->m_pipe_out); in post_message() 338 ret_value = write(omx->m_pipe_out, &id, 1); in post_message() 803 if (m_pipe_out) close(m_pipe_out); in ~omx_vdec() 805 m_pipe_out = -1; in ~omx_vdec() 2054 m_pipe_out = fds[1]; in component_init()
|