Home
last modified time | relevance | path

Searched refs:vpx_codec_pts_t (Results 1 – 22 of 22) sorted by relevance

/external/libvpx/libvpx/test/
Dkeyframe_test.cc57 std::vector<vpx_codec_pts_t> kf_pts_list_;
94 for (std::vector<vpx_codec_pts_t>::const_iterator iter = kf_pts_list_.begin(); in TEST_P()
107 for (std::vector<vpx_codec_pts_t>::const_iterator iter = kf_pts_list_.begin(); in TEST_P()
138 for (std::vector<vpx_codec_pts_t>::const_iterator iter = kf_pts_list_.begin(); in TEST_P()
Dvp8_datarate_test.cc79 vpx_codec_pts_t duration = pkt->data.frame.pts - last_pts_; in FramePktHook()
138 vpx_codec_pts_t last_pts_;
142 vpx_codec_pts_t first_drop_;
255 vpx_codec_pts_t last_drop = frame_count; in TEST_P()
390 vpx_codec_pts_t last_drop = frame_count; in TEST_P()
Dresize_test.cc69 vpx_codec_pts_t pts; in write_ivf_frame_header()
86 FrameInfo(vpx_codec_pts_t _pts, unsigned int _w, unsigned int _h) in FrameInfo()
89 vpx_codec_pts_t pts;
296 vpx_codec_pts_t pts) { in DecompressedFrameHook()
429 const vpx_codec_pts_t pts = info->pts; in TEST_P()
477 vpx_codec_pts_t pts) { in DecompressedFrameHook()
Dvideo_source.h118 virtual vpx_codec_pts_t pts() const = 0;
156 virtual vpx_codec_pts_t pts() const { return frame_; } in pts()
Dencode_test_driver.h263 vpx_codec_pts_t /*pts*/) {} in DecompressedFrameHook() argument
287 vpx_codec_pts_t last_pts_;
Dvp9_datarate_test.cc161 vpx_codec_pts_t duration = pkt->data.frame.pts - last_pts_; in FramePktHook()
208 vpx_codec_pts_t last_pts_;
218 vpx_codec_pts_t first_drop_;
448 vpx_codec_pts_t last_drop = 140; in TEST_P()
Dy4m_video_source.h69 virtual vpx_codec_pts_t pts() const { return frame_; } in pts()
Dsuperframe_test.cc85 vpx_codec_pts_t last_sf_pts_;
Dyuv_video_source.h64 virtual vpx_codec_pts_t pts() const { return frame_; } in pts()
Derror_resilience_test.cc481 vpx_codec_pts_t duration = pkt->data.frame.pts - last_pts_; in FramePktHook()
517 vpx_codec_pts_t last_pts_;
Dvp9_ethread_test.cc288 vpx_codec_pts_t /*pts*/) { in DecompressedFrameHook() argument
Dsvc_datarate_test.cc504 vpx_codec_pts_t last_pts_;
520 vpx_codec_pts_t last_pts_ref_;
/external/libvpx/libvpx/vpx/
Dvpx_encoder.h106 typedef int64_t vpx_codec_pts_t; typedef
166 vpx_codec_pts_t pts;
872 vpx_codec_pts_t pts, unsigned long duration,
/external/libvpx/libvpx/examples/
Dtwopass_encoder.c70 vpx_codec_pts_t pts, unsigned int duration, in get_frame_stats()
96 vpx_codec_pts_t pts, unsigned int duration, in encode_frame()
Dsvc_context.h95 struct vpx_image *rawimg, vpx_codec_pts_t pts,
Dvp8_multi_resolution_encoder.c149 vpx_codec_pts_t pts; in write_ivf_frame_header()
Dsvc_encodeframe.c532 struct vpx_image *rawimg, vpx_codec_pts_t pts, in vpx_svc_encode()
/external/libvpx/libvpx/vpx/internal/
Dvpx_codec_internal.h252 vpx_codec_pts_t pts,
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c798 const vpx_image_t *img, vpx_codec_pts_t pts, in vp8e_encode()
912 vpx_codec_pts_t round, delta; in vp8e_encode()
917 round = (vpx_codec_pts_t)10000000 * ctx->cfg.g_timebase.num / 2 - 1; in vp8e_encode()
/external/libvpx/libvpx/vpx/src/
Dvpx_encoder.c194 vpx_codec_pts_t pts, unsigned long duration, in vpx_codec_encode()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c1074 vpx_codec_pts_t pts, in encoder_encode()
/external/libvpx/libvpx/
Dvpxenc.c1599 vpx_codec_pts_t frame_start, next_frame_start; in encode_frame()