Searched refs:m_etb_count (Results 1 – 9 of 9) sorted by relevance
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/ |
D | omx_video_base.h | 581 unsigned int m_etb_count; variable
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 650 uint64_t m_etb_count; variable
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 681 uint64_t m_etb_count; variable
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_base.h | 703 uint64_t m_etb_count; variable
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/ |
D | omx_video_base.cpp | 250 m_etb_count(0), in omx_video() 298 DEBUG_PRINT_HIGH("\n m_etb_count = %u, m_fbd_count = %u\n", m_etb_count, in ~omx_video() 482 DEBUG_PRINT_HIGH("\nm_etb_count at i/p flush = %u", m_etb_count); in process_event_cb() 483 m_etb_count = 0; in process_event_cb() 3317 m_etb_count++; in empty_this_buffer()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_base.cpp | 245 m_etb_count(0), in omx_video() 293 DEBUG_PRINT_HIGH("m_etb_count = %" PRIu64 ", m_fbd_count = %" PRIu64, m_etb_count, in ~omx_video() 461 DEBUG_PRINT_HIGH("m_etb_count at i/p flush = %" PRIu64, m_etb_count); in process_event_cb() 462 m_etb_count = 0; in process_event_cb() 3406 m_etb_count++; in empty_this_buffer()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_base.cpp | 302 m_etb_count(0), in omx_video() 370 DEBUG_PRINT_HIGH("m_etb_count = %" PRIu64 ", m_fbd_count = %" PRIu64, m_etb_count, in ~omx_video() 538 DEBUG_PRINT_HIGH("m_etb_count at i/p flush = %" PRIu64, m_etb_count); in process_event_cb() 539 m_etb_count = 0; in process_event_cb() 3814 m_etb_count++; in empty_this_buffer()
|
D | video_encoder_device_v4l2.cpp | 6913 if (venc_handle->m_etb_count) in venc_set_roi_qp_info() 6942 if (venc_handle->m_etb_count) in venc_set_roi_qp_info()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_base.cpp | 300 m_etb_count(0), in omx_video() 355 DEBUG_PRINT_HIGH("m_etb_count = %" PRIu64 ", m_fbd_count = %" PRIu64, m_etb_count, in ~omx_video() 523 DEBUG_PRINT_HIGH("m_etb_count at i/p flush = %" PRIu64, m_etb_count); in process_event_cb() 524 m_etb_count = 0; in process_event_cb() 3713 m_etb_count++; in empty_this_buffer()
|