Searched defs:time_stamp (Results 1 - 20 of 20) sorted by relevance

/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/decoder/
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/
H A Dvp8_dx_iface.c586 int64_t time_stamp = 0, time_end_stamp = 0; local
611 &time_stamp, &time_end_stamp, &flags))
/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)) {
644 if(LINK_c2dFlush(ctx->dst[ctx->dst_surface_type], &ctx->time_stamp)) {
650 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/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/vp8/encoder/
H A Donyx_if.c4828 int vp8_receive_raw_frame(VP8_COMP *cpi, unsigned int frame_flags, YV12_BUFFER_CONFIG *sd, int64_t time_stamp, int64_t end_time) argument
4858 if(vp8_lookahead_push(cpi->lookahead, sd, time_stamp, end_time,
4891 int vp8_get_compressed_data(VP8_COMP *cpi, unsigned int *frame_flags, unsigned long *size, unsigned char *dest, unsigned char *dest_end, int64_t *time_stamp, int64_t *time_end, int flush) argument
4984 *time_stamp = cpi->source->ts_start;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c2903 YV12_BUFFER_CONFIG *sd, int64_t time_stamp,
2914 sd, time_stamp, end_time, frame_flags))
2989 int64_t *time_stamp, int64_t *time_end, int flush) {
3122 *time_stamp = cpi->source->ts_start;
2902 vp9_receive_raw_frame(VP9_COMP *cpi, unsigned int frame_flags, YV12_BUFFER_CONFIG *sd, int64_t time_stamp, int64_t end_time) argument
2987 vp9_get_compressed_data(VP9_COMP *cpi, unsigned int *frame_flags, size_t *size, uint8_t *dest, int64_t *time_stamp, int64_t *time_end, int flush) argument
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
H A Domx_vdec_test.cpp3559 unsigned long long time_stamp; local
3586 bytes_read = read(inputBufferFileFd, &time_stamp, 8);
3588 pBufHdr->nTimeStamp = 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/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) +
7025 *timestamp = vdec_msg->msgdata.output_frame.time_stamp;
7029 vdec_msg->msgdata.output_frame.time_stamp);
7038 omxhdr, vdec_msg->msgdata.output_frame.time_stamp,
7051 omxhdr->nTimeStamp = vdec_msg->msgdata.output_frame.time_stamp;
8655 OMX_TICKS time_stamp = 0; local
8745 time_stamp = time_stamp_payload->timestamp_lo;
8746 time_stamp |= ((unsigned long long)time_stamp_payload->timestamp_hi << 32);
8747 p_buf_hdr->nTimeStamp = time_stamp;
9203 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...]

Completed in 901 milliseconds