Searched refs:adjust_timestamp (Results 1 - 9 of 9) sorted by relevance

/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
H A Domx_vdec.h593 void adjust_timestamp(OMX_S64 &act_timestamp);
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec_hevc.h590 void adjust_timestamp(OMX_S64 &act_timestamp);
H A Domx_vdec.h647 void adjust_timestamp(OMX_S64 &act_timestamp);
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp6617 adjust_timestamp(buffer->nTimeStamp);
8259 void omx_vdec::adjust_timestamp(OMX_S64 &act_timestamp) function in class:omx_vdec
8274 DEBUG_PRINT_LOW("adjust_timestamp: original ts[%lld]", act_timestamp);
8276 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.cpp5975 adjust_timestamp(buffer->nTimeStamp);
7562 void omx_vdec::adjust_timestamp(OMX_S64 &act_timestamp) function in class:omx_vdec
7573 DEBUG_PRINT_LOW("adjust_timestamp: original ts[%lld]", act_timestamp);
7575 DEBUG_PRINT_LOW("adjust_timestamp: predicted ts[%lld]", act_timestamp);
H A Domx_vdec_hevc_swvdec.cpp7078 adjust_timestamp(buffer->nTimeStamp);
8602 void omx_vdec::adjust_timestamp(OMX_S64 &act_timestamp) function in class:omx_vdec
8617 DEBUG_PRINT_LOW("adjust_timestamp: original ts[%lld]", act_timestamp);
8619 DEBUG_PRINT_LOW("adjust_timestamp: predicted ts[%lld]", act_timestamp);
H A Domx_vdec_msm8974.cpp6773 adjust_timestamp(buffer->nTimeStamp);
8627 void omx_vdec::adjust_timestamp(OMX_S64 &act_timestamp) function in class:omx_vdec
8638 DEBUG_PRINT_LOW("adjust_timestamp: original ts[%lld]", act_timestamp);
8640 DEBUG_PRINT_LOW("adjust_timestamp: predicted ts[%lld]", act_timestamp);

Completed in 833 milliseconds