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

  /external/libvpx/libvpx/test/
keyframe_test.cc 57 std::vector<vpx_codec_pts_t> kf_pts_list_;
92 for (std::vector<vpx_codec_pts_t>::const_iterator iter = kf_pts_list_.begin();
105 for (std::vector<vpx_codec_pts_t>::const_iterator iter = kf_pts_list_.begin();
135 for (std::vector<vpx_codec_pts_t>::const_iterator iter = kf_pts_list_.begin();
video_source.h 118 virtual vpx_codec_pts_t pts() const = 0;
156 virtual vpx_codec_pts_t pts() const { return frame_; }
y4m_video_source.h 68 virtual vpx_codec_pts_t pts() const { return frame_; }
resize_test.cc 69 vpx_codec_pts_t pts;
86 FrameInfo(vpx_codec_pts_t _pts, unsigned int _w, unsigned int _h)
89 vpx_codec_pts_t pts;
281 vpx_codec_pts_t pts) {
409 const vpx_codec_pts_t pts = info->pts;
457 vpx_codec_pts_t pts) {
datarate_test.cc 74 vpx_codec_pts_t duration = pkt->data.frame.pts - last_pts_;
133 vpx_codec_pts_t last_pts_;
137 vpx_codec_pts_t first_drop_;
248 vpx_codec_pts_t last_drop = frame_count;
392 vpx_codec_pts_t last_drop = frame_count;
583 vpx_codec_pts_t duration = pkt->data.frame.pts - last_pts_;
630 vpx_codec_pts_t last_pts_;
639 vpx_codec_pts_t first_drop_;
797 vpx_codec_pts_t last_drop = 140;
    [all...]
superframe_test.cc 83 vpx_codec_pts_t last_sf_pts_;
yuv_video_source.h 64 virtual vpx_codec_pts_t pts() const { return frame_; }
encode_test_driver.h 238 vpx_codec_pts_t /*pts*/) {}
262 vpx_codec_pts_t last_pts_;
error_resilience_test.cc 481 vpx_codec_pts_t duration = pkt->data.frame.pts - last_pts_;
517 vpx_codec_pts_t last_pts_;
vp9_ethread_test.cc 288 vpx_codec_pts_t /*pts*/) {
  /external/libvpx/libvpx/vpx/
vpx_encoder.h 112 typedef int64_t vpx_codec_pts_t; typedef
178 vpx_codec_pts_t pts;
    [all...]
svc_context.h 98 struct vpx_image *rawimg, vpx_codec_pts_t pts,
  /external/libvpx/libvpx/examples/
twopass_encoder.c 70 vpx_codec_pts_t pts, unsigned int duration,
96 vpx_codec_pts_t pts, unsigned int duration,
vp8_multi_resolution_encoder.c 149 vpx_codec_pts_t pts;
  /external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h 252 vpx_codec_pts_t pts,
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 799 const vpx_image_t *img, vpx_codec_pts_t pts,
890 vpx_codec_pts_t round, delta;
895 round = (vpx_codec_pts_t)10000000 * ctx->cfg.g_timebase.num / 2 - 1;
    [all...]
  /external/libvpx/libvpx/vpx/src/
vpx_encoder.c 189 vpx_codec_pts_t pts, unsigned long duration,
svc_encodeframe.c 541 struct vpx_image *rawimg, vpx_codec_pts_t pts,
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c     [all...]
  /external/libvpx/libvpx/
vpxenc.c     [all...]

Completed in 157 milliseconds