/hardware/qcom/media/mm-video-legacy/vidc/venc/inc/ |
omx_video_base.h | 323 int m_pipe_out; member in class:omx_video
|
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/ |
omx_video_base.h | 338 int m_pipe_out; member in class:omx_video
|
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/ |
omx_vdec.h | 387 int m_pipe_out; member in class:omx_vdec
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/ |
omx_vdec_hevc.h | 395 int m_pipe_out; member in class:omx_vdec [all...] |
omx_vdec.h | 416 int m_pipe_out; member in class:omx_vdec [all...] |
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/ |
omx_vdec.cpp | 228 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; [all...] |
omx_vdec_copper.cpp | 243 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; [all...] |
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/ |
omx_vdec.cpp | 229 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; [all...] |
omx_vdec_hevc.cpp | 295 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; [all...] |
omx_vdec_msm8974.cpp | 305 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; [all...] |
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/ |
omx_video_encoder.cpp | 438 m_pipe_out = fds[1]; [all...] |
omx_video_base.cpp | 134 write(omx->m_pipe_out, &id, 1); 283 if(m_pipe_out) close(m_pipe_out); [all...] |
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/ |
omx_video_base.cpp | 126 write(omx->m_pipe_out, &id, 1); 271 if (m_pipe_out) close(m_pipe_out); [all...] |
omx_video_encoder.cpp | 421 m_pipe_out = fds[1]; [all...] |