Searched refs:time_stamp (Results 1 - 17 of 17) sorted by relevance

/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_q6venc.h222 long long time_stamp; member in struct:venc_buffer
H A Dmsm_vidc_dec.h511 int64_t time_stamp; member in struct:vdec_output_frameinfo
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_q6venc.h186 long long time_stamp; member in struct:venc_buffer
H A Dmsm_vidc_dec.h550 int64_t time_stamp; member in struct:vdec_output_frameinfo
/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit_c2d.cpp162 void* time_stamp; member in struct:copybit_context_t
228 if(LINK_c2dWaitTimestamp(ctx->time_stamp)) {
628 if(LINK_c2dFlush(ctx->dst[ctx->dst_surface_type], &ctx->time_stamp)) {
634 if(LINK_c2dCreateFenceFD(ctx->dst[ctx->dst_surface_type], ctx->time_stamp,
/hardware/qcom/display/msm8974/libcopybit/
H A Dcopybit_c2d.cpp162 void* time_stamp; member in struct:copybit_context_t
230 if(LINK_c2dWaitTimestamp(ctx->time_stamp)) {
639 if(LINK_c2dFlush(ctx->dst[ctx->dst_surface_type], &ctx->time_stamp)) {
645 if(LINK_c2dCreateFenceFD(ctx->dst[ctx->dst_surface_type], ctx->time_stamp,
/hardware/qcom/display/msm8x26/libcopybit/
H A Dcopybit_c2d.cpp162 void* time_stamp; member in struct:copybit_context_t
228 if(LINK_c2dWaitTimestamp(ctx->time_stamp)) {
628 if(LINK_c2dFlush(ctx->dst[ctx->dst_surface_type], &ctx->time_stamp)) {
634 if(LINK_c2dCreateFenceFD(ctx->dst[ctx->dst_surface_type], ctx->time_stamp,
/hardware/qcom/msm8x74/kernel-headers/linux/
H A Dmsm_vidc_dec.h511 int64_t time_stamp; member in struct:vdec_output_frameinfo
/hardware/qcom/msm8x74/original-kernel-headers/linux/
H A Dmsm_vidc_dec.h548 int64_t time_stamp; member in struct:vdec_output_frameinfo
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
H A Ddecoder_driver_test.c1031 outputframe->time_stamp = vdec_msg.msgdata.output_frame.time_stamp;
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
H A Ddecoder_driver_test.c968 outputframe->time_stamp = vdec_msg.msgdata.output_frame.time_stamp;
H A Domx_vdec_test.cpp3427 unsigned long long time_stamp; local
3454 bytes_read = read(inputBufferFileFd, &time_stamp, 8);
3456 pBufHdr->nTimeStamp = time_stamp;
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp6753 vdec_msg->msgdata.output_frame.time_stamp, expected_ts);
6755 if (vdec_msg->msgdata.output_frame.time_stamp != expected_ts)
6820 *timestamp = vdec_msg->msgdata.output_frame.time_stamp;
6824 vdec_msg->msgdata.output_frame.time_stamp);
6831 omxhdr, vdec_msg->msgdata.output_frame.time_stamp,
6861 omxhdr->nTimeStamp = vdec_msg->msgdata.output_frame.time_stamp;
6896 output_respbuf->time_stamp = vdec_msg->msgdata.output_frame.time_stamp;
H A Domx_vdec_copper.cpp6340 vdec_msg->msgdata.output_frame.time_stamp, expected_ts);
6342 if (vdec_msg->msgdata.output_frame.time_stamp != expected_ts)
6408 *timestamp = vdec_msg->msgdata.output_frame.time_stamp;
6412 vdec_msg->msgdata.output_frame.time_stamp);
6421 omxhdr, vdec_msg->msgdata.output_frame.time_stamp,
6454 // output_respbuf->time_stamp = vdec_msg->msgdata.output_frame.time_stamp;
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec.cpp6570 vdec_msg->msgdata.output_frame.time_stamp, expected_ts);
6572 if (vdec_msg->msgdata.output_frame.time_stamp != expected_ts) {
6636 *timestamp = vdec_msg->msgdata.output_frame.time_stamp;
6640 vdec_msg->msgdata.output_frame.time_stamp);
6648 omxhdr, vdec_msg->msgdata.output_frame.time_stamp,
6673 omxhdr->nTimeStamp = vdec_msg->msgdata.output_frame.time_stamp;
6688 output_respbuf->time_stamp = vdec_msg->msgdata.output_frame.time_stamp;
H A Domx_vdec_hevc.cpp167 vdec_msg.msgdata.output_frame.time_stamp= ((uint64_t)v4l2_buf.timestamp.tv_sec * (uint64_t)1000000) +
6126 *timestamp = vdec_msg->msgdata.output_frame.time_stamp;
6130 vdec_msg->msgdata.output_frame.time_stamp);
6139 omxhdr, vdec_msg->msgdata.output_frame.time_stamp,
6149 omxhdr->nTimeStamp = vdec_msg->msgdata.output_frame.time_stamp;
H A Domx_vdec_msm8974.cpp166 vdec_msg.msgdata.output_frame.time_stamp= ((uint64_t)v4l2_buf.timestamp.tv_sec * (uint64_t)1000000) +
257 vdec_msg.msgdata.output_frame.time_stamp= ((uint64_t)ptr[3] * (uint64_t)1000000) +
6564 *timestamp = vdec_msg->msgdata.output_frame.time_stamp;
6568 vdec_msg->msgdata.output_frame.time_stamp);
6577 omxhdr, vdec_msg->msgdata.output_frame.time_stamp,
6590 omxhdr->nTimeStamp = vdec_msg->msgdata.output_frame.time_stamp;

Completed in 312 milliseconds