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

  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
omx_vdec.h 783 bool m_debug_timestamp; member in class:omx_vdec
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h 805 bool m_debug_timestamp; member in class:omx_vdec
    [all...]
omx_vdec.h 886 bool m_debug_timestamp; member in class:omx_vdec
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp 520 m_debug_timestamp = atoi(property_value);
521 DEBUG_PRINT_HIGH("vidc.dec.debug.ts value is %d",m_debug_timestamp);
522 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/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 571 m_debug_timestamp = atoi(property_value);
572 DEBUG_PRINT_HIGH("vidc.dec.debug.ts value is %d",m_debug_timestamp);
573 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 596 m_debug_timestamp = atoi(property_value);
597 DEBUG_PRINT_HIGH("vidc.dec.debug.ts value is %d",m_debug_timestamp);
598 if (m_debug_timestamp) {
    [all...]

Completed in 196 milliseconds