Searched refs:vpx_codec_pts_t (Results 1 - 18 of 18) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dkeyframe_test.cc54 std::vector<vpx_codec_pts_t> kf_pts_list_;
90 for (std::vector<vpx_codec_pts_t>::const_iterator iter = kf_pts_list_.begin();
103 for (std::vector<vpx_codec_pts_t>::const_iterator iter = kf_pts_list_.begin();
134 for (std::vector<vpx_codec_pts_t>::const_iterator iter = kf_pts_list_.begin();
H A Dresize_test.cc67 vpx_codec_pts_t pts;
124 FrameInfo(vpx_codec_pts_t _pts, unsigned int _w, unsigned int _h)
127 vpx_codec_pts_t pts;
138 vpx_codec_pts_t pts) {
252 const vpx_codec_pts_t pts = info->pts;
H A Ddatarate_test.cc52 vpx_codec_pts_t duration = pkt->data.frame.pts - last_pts_;
113 vpx_codec_pts_t last_pts_;
117 vpx_codec_pts_t first_drop_;
171 vpx_codec_pts_t last_drop = frame_count;
301 vpx_codec_pts_t duration = pkt->data.frame.pts - last_pts_;
349 vpx_codec_pts_t last_pts_;
358 vpx_codec_pts_t first_drop_;
436 vpx_codec_pts_t last_drop = 140;
H A Dvideo_source.h69 virtual vpx_codec_pts_t pts() const = 0;
108 virtual vpx_codec_pts_t pts() const { return frame_; }
H A Dencode_test_driver.h222 vpx_codec_pts_t pts) {}
237 vpx_codec_pts_t last_pts_;
H A Di420_video_source.h70 virtual vpx_codec_pts_t pts() const { return frame_; }
H A Dsuperframe_test.cc82 vpx_codec_pts_t last_sf_pts_;
H A Dy4m_video_source.h69 virtual vpx_codec_pts_t pts() const { return frame_; }
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
H A Dvpx_encoder.h111 typedef int64_t vpx_codec_pts_t; typedef
174 vpx_codec_pts_t pts; /**< time stamp to show frame
843 vpx_codec_pts_t pts,
H A Dsvc_context.h88 struct vpx_image *rawimg, vpx_codec_pts_t pts,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
H A Dtwopass_encoder.c71 vpx_codec_pts_t pts,
96 vpx_codec_pts_t pts,
H A Dvp8_multi_resolution_encoder.c160 vpx_codec_pts_t pts;
178 vpx_codec_pts_t frame_cnt = 0;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/internal/
H A Dvpx_codec_internal.h286 vpx_codec_pts_t pts,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
H A Dvp8_cx_iface.c746 vpx_codec_pts_t pts,
887 vpx_codec_pts_t round, delta;
892 round = (vpx_codec_pts_t)1000000
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
H A Dvp9_cx_iface.c658 vpx_codec_pts_t pts,
779 vpx_codec_pts_t round, delta;
796 round = (vpx_codec_pts_t)1000000 * ctx->cfg.g_timebase.num / 2 - 1;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
H A Dvpx_encoder.c206 vpx_codec_pts_t pts,
H A Dsvc_encodeframe.c853 struct vpx_image *rawimg, vpx_codec_pts_t pts,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dvpxenc.c1260 vpx_codec_pts_t frame_start, next_frame_start;

Completed in 113 milliseconds