/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/ |
D | omx_video_base.h | 323 int m_pipe_in; variable
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 349 int m_pipe_in; variable
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 356 int m_pipe_in; variable
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 368 int m_pipe_in; variable
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/ |
D | omx_vdec.h | 384 int m_pipe_in; variable
|
/hardware/qcom/media/msm8996/videopp/inc/ |
D | omx_vdpp.h | 558 int m_pipe_in; variable
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_base.cpp | 144 FD_SET(omx->m_pipe_in, &readFds); in message_thread() 146 res = select(omx->m_pipe_in + 1, &readFds, NULL, NULL, &tv); in message_thread() 154 n = read(omx->m_pipe_in, &id, 1); in message_thread() 274 m_pipe_in(-1), in omx_video() 346 close(m_pipe_in); in ~omx_video() 348 m_pipe_in = -1; in ~omx_video()
|
D | omx_swvenc_hevc.cpp | 338 m_pipe_in = fds[0]; in component_init()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_base.cpp | 146 FD_SET(omx->m_pipe_in, &readFds); in message_thread_enc() 148 res = select(omx->m_pipe_in + 1, &readFds, NULL, NULL, &tv); in message_thread_enc() 156 n = read(omx->m_pipe_in, &id, 1); in message_thread_enc() 267 m_pipe_in(-1), in omx_video() 353 close(m_pipe_in); in ~omx_video() 355 m_pipe_in = -1; in ~omx_video()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec_hevc.h | 387 int m_pipe_in; variable
|
D | omx_vdec_hevc_swvdec.h | 445 int m_pipe_in; variable
|
D | omx_vdec.h | 463 int m_pipe_in; variable
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec_hevc.h | 390 int m_pipe_in; variable
|
D | omx_vdec.h | 451 int m_pipe_in; variable
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/ |
D | omx_video_base.cpp | 111 n = read(omx->m_pipe_in, &id, 1); in message_thread() 252 m_pipe_in(-1), in omx_video() 286 if(m_pipe_in >= 0) close(m_pipe_in); in ~omx_video()
|
D | omx_video_encoder.cpp | 437 m_pipe_in = fds[0]; in component_init()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_base.cpp | 109 n = read(omx->m_pipe_in, &id, 1); in message_thread() 220 m_pipe_in(-1), in omx_video() 280 if (m_pipe_in >= 0) close(m_pipe_in); in ~omx_video()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 473 int m_pipe_in; variable
|
/hardware/qcom/media/msm8996/videopp/src/ |
D | omx_vdpp.cpp | 385 n = read(omx->m_pipe_in, &id, 1); in message_thread() 743 if(m_pipe_in) close(m_pipe_in); in ~omx_vdpp() 745 m_pipe_in = -1; in ~omx_vdpp() 1732 m_pipe_in = fds[0]; in component_init()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec.cpp | 206 n = read(omx->m_pipe_in, &id, 1); in message_thread() 574 if (m_pipe_in) close(m_pipe_in); in ~omx_vdec() 578 m_pipe_in = -1; in ~omx_vdec() 1562 m_pipe_in = fds[0]; in component_init()
|
D | omx_vdec_hevc.cpp | 276 n = read(omx->m_pipe_in, &id, 1); in message_thread() 694 if (m_pipe_in) close(m_pipe_in); in ~omx_vdec() 696 m_pipe_in = -1; in ~omx_vdec() 1601 m_pipe_in = fds[0]; in component_init()
|
D | omx_vdec_hevc_swvdec.cpp | 289 n = read(omx->m_pipe_in, &id, 1); in message_thread() 779 if(m_pipe_in) close(m_pipe_in); in ~omx_vdec() 781 m_pipe_in = -1; in ~omx_vdec() 2042 m_pipe_in = fds[0]; in component_init()
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
D | omx_vdec.cpp | 207 n = read(omx->m_pipe_in, &id, 1); in message_thread() 582 if(m_pipe_in) close(m_pipe_in); in ~omx_vdec() 584 m_pipe_in = -1; in ~omx_vdec() 1598 m_pipe_in = fds[0]; in component_init()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_hevc.cpp | 272 n = read(omx->m_pipe_in, &id, 1); in message_thread() 689 if (m_pipe_in) close(m_pipe_in); in ~omx_vdec() 691 m_pipe_in = -1; in ~omx_vdec() 1580 m_pipe_in = fds[0]; in component_init()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 373 FD_SET(omx->m_pipe_in, &readFds); in message_thread_dec() 375 res = select(omx->m_pipe_in + 1, &readFds, NULL, NULL, &tv); in message_thread_dec() 383 n = read(omx->m_pipe_in, &id, 1); in message_thread_dec() 672 m_pipe_in = -1; in omx_vdec() 950 close(m_pipe_in); in ~omx_vdec() 952 m_pipe_in = -1; in ~omx_vdec() 2735 m_pipe_in = fds[0]; in component_init()
|