HomeSort by relevance Sort by last modified time
    Searched refs:vpx_codec_pts_t (Results 1 - 19 of 19) sorted by null

  /external/libvpx/libvpx/test/
keyframe_test.cc 53 std::vector<vpx_codec_pts_t> kf_pts_list_;
89 for (std::vector<vpx_codec_pts_t>::const_iterator iter = kf_pts_list_.begin();
102 for (std::vector<vpx_codec_pts_t>::const_iterator iter = kf_pts_list_.begin();
133 for (std::vector<vpx_codec_pts_t>::const_iterator iter = kf_pts_list_.begin();
datarate_test.cc 48 vpx_codec_pts_t duration = pkt->data.frame.pts - last_pts_;
108 vpx_codec_pts_t last_pts_;
112 vpx_codec_pts_t first_drop_;
166 vpx_codec_pts_t last_drop = frame_count;
227 vpx_codec_pts_t last_pts_;
resize_test.cc 67 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) {
151 const vpx_codec_pts_t pts = info->pts;
252 const vpx_codec_pts_t pts = info->pts;
video_source.h 69 virtual vpx_codec_pts_t pts() const = 0;
108 virtual vpx_codec_pts_t pts() const { return frame_; }
encode_test_driver.h 207 vpx_codec_pts_t pts) {}
222 vpx_codec_pts_t last_pts_;
i420_video_source.h 70 virtual vpx_codec_pts_t pts() const { return frame_; }
superframe_test.cc 81 vpx_codec_pts_t last_sf_pts_;
  /external/libvpx/libvpx/vpx/
vpx_encoder.h 111 typedef int64_t vpx_codec_pts_t; typedef
174 vpx_codec_pts_t pts; /**< time stamp to show frame
835 vpx_codec_pts_t pts,
    [all...]
svc_context.h 88 struct vpx_image *rawimg, vpx_codec_pts_t pts,
  /external/libvpx/libvpx/examples/
encoder_tmpl.c 96 vpx_codec_pts_t pts;
  /external/libvpx/libvpx/
vp8_multi_resolution_encoder.c 174 vpx_codec_pts_t pts;
192 vpx_codec_pts_t frame_cnt = 0;
vp9_spatial_scalable_encoder.c 190 static void write_ivf_frame_header(FILE *outfile, vpx_codec_pts_t pts,
vp8_scalable_patterns.c 104 vpx_codec_pts_t pts;
vpxenc.c 294 vpx_codec_pts_t pts;
    [all...]
  /external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h 253 vpx_codec_pts_t pts,
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 631 vpx_codec_pts_t pts,
755 vpx_codec_pts_t round, delta;
772 round = (vpx_codec_pts_t)1000000 * ctx->cfg.g_timebase.num / 2 - 1;
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 744 vpx_codec_pts_t pts,
888 vpx_codec_pts_t round, delta;
893 round = (vpx_codec_pts_t)1000000
    [all...]
  /external/libvpx/libvpx/vpx/src/
vpx_encoder.c 205 vpx_codec_pts_t pts,
svc_encodeframe.c 770 struct vpx_image *rawimg, vpx_codec_pts_t pts,

Completed in 178 milliseconds