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

12

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Donyxd.h52 int64_t time_stamp);
53 int vp8dx_get_raw_frame(struct VP8D_COMP* comp, YV12_BUFFER_CONFIG *sd, int64_t *time_stamp, int64_t *time_end_stamp, vp8_ppflags_t *flags);
H A Donyx.h252 int vp8_receive_raw_frame(struct VP8_COMP* comp, unsigned int frame_flags, YV12_BUFFER_CONFIG *sd, int64_t time_stamp, int64_t end_time_stamp);
253 int vp8_get_compressed_data(struct VP8_COMP* comp, unsigned int *frame_flags, unsigned long *size, unsigned char *dest, unsigned char *dest_end, int64_t *time_stamp, int64_t *time_end, int flush);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_decoder.h68 int64_t time_stamp);
72 int64_t *time_stamp, int64_t *time_end_stamp,
H A Dvp9_decoder.c292 int64_t time_stamp) {
400 pbi->last_time_stamp = time_stamp;
407 int64_t *time_stamp, int64_t *time_end_stamp,
420 *time_stamp = pbi->last_time_stamp;
290 vp9_receive_compressed_data(VP9D_COMP *pbi, size_t size, const uint8_t **psource, int64_t time_stamp) argument
406 vp9_get_raw_frame(VP9D_COMP *pbi, YV12_BUFFER_CONFIG *sd, int64_t *time_stamp, int64_t *time_end_stamp, vp9_ppflags_t *flags) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
H A Donyxd_if.c308 int64_t time_stamp)
405 pbi->last_time_stamp = time_stamp;
420 int vp8dx_get_raw_frame(VP8D_COMP *pbi, YV12_BUFFER_CONFIG *sd, int64_t *time_stamp, int64_t *time_end_stamp, vp8_ppflags_t *flags) argument
432 *time_stamp = pbi->last_time_stamp;
306 vp8dx_receive_compressed_data(VP8D_COMP *pbi, size_t size, const uint8_t *source, int64_t time_stamp) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_onyx_int.h530 YV12_BUFFER_CONFIG *sd, int64_t time_stamp,
535 int64_t *time_stamp, int64_t *time_end, int flush);
/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/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
H A Dvp9_dx_iface.c238 int64_t time_stamp = 0, time_end_stamp = 0; local
264 if (!res && 0 == vp9_get_raw_frame(pbi, &sd, &time_stamp,
/hardware/qcom/display/msm8084/libcopybit/
H A Dcopybit_c2d.cpp160 void* time_stamp; member in struct:copybit_context_t
228 if(LINK_c2dWaitTimestamp(ctx->time_stamp)) {
638 if(LINK_c2dFlush(ctx->dst[ctx->dst_surface_type], &ctx->time_stamp)) {
644 if(LINK_c2dCreateFenceFD(ctx->dst[ctx->dst_surface_type], ctx->time_stamp,
/hardware/qcom/display/msm8226/libcopybit/
H A Dcopybit_c2d.cpp160 void* time_stamp; member in struct:copybit_context_t
228 if(LINK_c2dWaitTimestamp(ctx->time_stamp)) {
637 if(LINK_c2dFlush(ctx->dst[ctx->dst_surface_type], &ctx->time_stamp)) {
643 if(LINK_c2dCreateFenceFD(ctx->dst[ctx->dst_surface_type], ctx->time_stamp,
/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/msm8x74/kernel-headers/linux/
H A Dmsm_vidc_dec.h512 int64_t time_stamp; member in struct:vdec_output_frameinfo
/hardware/qcom/msm8x74/original-kernel-headers/linux/
H A Dmsm_vidc_dec.h549 int64_t time_stamp; member in struct:vdec_output_frameinfo
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dmsm_vidc_dec.h515 int64_t time_stamp; member in struct:vdec_output_frameinfo
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dmsm_vidc_dec.h551 int64_t time_stamp; member in struct:vdec_output_frameinfo
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
H A Dvp8_dx_iface.c586 int64_t time_stamp = 0, time_end_stamp = 0; local
611 &time_stamp, &time_end_stamp, &flags))
/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;
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_msm8974.cpp172 vdec_msg.msgdata.output_frame.time_stamp= ((uint64_t)v4l2_buf.timestamp.tv_sec * (uint64_t)1000000) +
264 vdec_msg.msgdata.output_frame.time_stamp = ((uint64_t)ptr[3] * (uint64_t)1000000) +
7035 *timestamp = vdec_msg->msgdata.output_frame.time_stamp;
7039 vdec_msg->msgdata.output_frame.time_stamp);
7048 omxhdr, vdec_msg->msgdata.output_frame.time_stamp,
7061 omxhdr->nTimeStamp = vdec_msg->msgdata.output_frame.time_stamp;
8665 OMX_TICKS time_stamp = 0; local
8755 time_stamp = time_stamp_payload->timestamp_lo;
8756 time_stamp |= ((unsigned long long)time_stamp_payload->timestamp_hi << 32);
8757 p_buf_hdr->nTimeStamp = time_stamp;
9213 append_frame_info_extradata(OMX_OTHER_EXTRADATATYPE *extra, OMX_U32 num_conceal_mb, OMX_U32 picture_type, OMX_U32 frame_rate, OMX_TICKS time_stamp, struct msm_vidc_panscan_window_payload *panscan_payload, struct vdec_aspectratioinfo *aspect_ratio_info) argument
[all...]
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;
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp6767 vdec_msg->msgdata.output_frame.time_stamp, expected_ts);
6769 if (vdec_msg->msgdata.output_frame.time_stamp != expected_ts)
6834 *timestamp = vdec_msg->msgdata.output_frame.time_stamp;
6838 vdec_msg->msgdata.output_frame.time_stamp);
6845 omxhdr, vdec_msg->msgdata.output_frame.time_stamp,
6875 omxhdr->nTimeStamp = vdec_msg->msgdata.output_frame.time_stamp;
6910 output_respbuf->time_stamp = vdec_msg->msgdata.output_frame.time_stamp;

Completed in 526 milliseconds

12