Searched defs:adjust_timestamp (Results 1 - 5 of 5) sorted by relevance

/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp6590 adjust_timestamp(buffer->nTimeStamp);
8231 void omx_vdec::adjust_timestamp(OMX_S64 &act_timestamp) function in class:omx_vdec
8246 DEBUG_PRINT_LOW("adjust_timestamp: original ts[%lld]", act_timestamp);
8248 DEBUG_PRINT_LOW("adjust_timestamp: predicted ts[%lld]", act_timestamp);
H A Domx_vdec_copper.cpp6202 adjust_timestamp(buffer->nTimeStamp);
7744 void omx_vdec::adjust_timestamp(OMX_S64 &act_timestamp) function in class:omx_vdec
7759 DEBUG_PRINT_LOW("adjust_timestamp: original ts[%lld]", act_timestamp);
7761 DEBUG_PRINT_LOW("adjust_timestamp: predicted ts[%lld]", act_timestamp);
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec.cpp6407 adjust_timestamp(buffer->nTimeStamp);
7956 void omx_vdec::adjust_timestamp(OMX_S64 &act_timestamp) function in class:omx_vdec
7968 DEBUG_PRINT_LOW("adjust_timestamp: original ts[%lld]", act_timestamp);
7970 DEBUG_PRINT_LOW("adjust_timestamp: predicted ts[%lld]", act_timestamp);
H A Domx_vdec_hevc.cpp5951 adjust_timestamp(buffer->nTimeStamp);
7542 void omx_vdec::adjust_timestamp(OMX_S64 &act_timestamp) function in class:omx_vdec
7553 DEBUG_PRINT_LOW("adjust_timestamp: original ts[%lld]", act_timestamp);
7555 DEBUG_PRINT_LOW("adjust_timestamp: predicted ts[%lld]", act_timestamp);
H A Domx_vdec_msm8974.cpp6370 adjust_timestamp(buffer->nTimeStamp);
7933 void omx_vdec::adjust_timestamp(OMX_S64 &act_timestamp) function in class:omx_vdec
7944 DEBUG_PRINT_LOW("adjust_timestamp: original ts[%lld]", act_timestamp);
7946 DEBUG_PRINT_LOW("adjust_timestamp: predicted ts[%lld]", act_timestamp);

Completed in 142 milliseconds