HomeSort by relevance Sort by last modified time
    Searched refs:m_debug_timestamp (Results 1 - 19 of 19) sorted by null

  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
omx_vdec.h 784 bool m_debug_timestamp; member in class:omx_vdec
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h 805 bool m_debug_timestamp; member in class:omx_vdec
    [all...]
omx_vdec.h 903 bool m_debug_timestamp; member in class:omx_vdec
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h 799 bool m_debug_timestamp; member in class:omx_vdec
    [all...]
omx_vdec.h 925 bool m_debug_timestamp; member in class:omx_vdec
    [all...]
omx_vdec_hevc_swvdec.h 954 bool m_debug_timestamp; member in class:omx_vdec
    [all...]
  /hardware/qcom/media/msm8996/videopp/inc/
omx_vdpp.h 923 bool m_debug_timestamp; member in class:omx_vdpp
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h 974 bool m_debug_timestamp; member in class:omx_vdec
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp 525 m_debug_timestamp = atoi(property_value);
526 DEBUG_PRINT_HIGH("vidc.dec.debug.ts value is %d",m_debug_timestamp);
527 if (m_debug_timestamp)
    [all...]
omx_vdec_copper.cpp 528 m_debug_timestamp = atoi(property_value);
529 DEBUG_PRINT_HIGH("vidc.dec.debug.ts value is %d",m_debug_timestamp);
530 if (m_debug_timestamp)
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp 513 m_debug_timestamp = atoi(property_value);
514 DEBUG_PRINT_HIGH("vidc.dec.debug.ts value is %d",m_debug_timestamp);
516 if (m_debug_timestamp) {
    [all...]
omx_vdec_hevc.cpp 569 m_debug_timestamp = atoi(property_value);
570 DEBUG_PRINT_HIGH("vidc.dec.debug.ts value is %d",m_debug_timestamp);
571 if (m_debug_timestamp) {
    [all...]
omx_vdec_hevc_swvdec.cpp 622 m_debug_timestamp = atoi(property_value);
623 DEBUG_PRINT_HIGH("vidc.dec.debug.ts value is %d",m_debug_timestamp);
624 if (m_debug_timestamp)
    [all...]
omx_vdec_msm8974.cpp 622 m_debug_timestamp = atoi(property_value);
623 DEBUG_PRINT_HIGH("vidc.dec.debug.ts value is %d",m_debug_timestamp);
624 if (m_debug_timestamp) {
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp 564 m_debug_timestamp = atoi(property_value);
565 DEBUG_PRINT_HIGH("vidc.dec.debug.ts value is %d",m_debug_timestamp);
566 if (m_debug_timestamp) {
    [all...]
omx_vdec_hevc_swvdec.cpp 626 m_debug_timestamp = atoi(property_value);
627 DEBUG_PRINT_HIGH("vidc.dec.debug.ts value is %d",m_debug_timestamp);
628 if (m_debug_timestamp)
    [all...]
omx_vdec_v4l2.cpp 679 m_debug_timestamp = atoi(property_value);
680 DEBUG_PRINT_HIGH("vidc.dec.debug.ts value is %d",m_debug_timestamp);
681 if (m_debug_timestamp) {
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp 698 m_debug_timestamp = atoi(property_value);
699 DEBUG_PRINT_HIGH("vidc.dec.debug.ts value is %d",m_debug_timestamp);
700 if (m_debug_timestamp) {
    [all...]
  /hardware/qcom/media/msm8996/videopp/src/
omx_vdpp.cpp     [all...]

Completed in 553 milliseconds