Searched refs:vpx_codec_pts_t (Results 1 – 22 of 22) sorted by relevance
/external/libvpx/libvpx/test/ |
D | keyframe_test.cc | 57 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()
|
D | vp8_datarate_test.cc | 79 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()
|
D | resize_test.cc | 69 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()
|
D | video_source.h | 118 virtual vpx_codec_pts_t pts() const = 0; 156 virtual vpx_codec_pts_t pts() const { return frame_; } in pts()
|
D | encode_test_driver.h | 263 vpx_codec_pts_t /*pts*/) {} in DecompressedFrameHook() argument 287 vpx_codec_pts_t last_pts_;
|
D | vp9_datarate_test.cc | 161 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()
|
D | y4m_video_source.h | 69 virtual vpx_codec_pts_t pts() const { return frame_; } in pts()
|
D | superframe_test.cc | 85 vpx_codec_pts_t last_sf_pts_;
|
D | yuv_video_source.h | 64 virtual vpx_codec_pts_t pts() const { return frame_; } in pts()
|
D | error_resilience_test.cc | 481 vpx_codec_pts_t duration = pkt->data.frame.pts - last_pts_; in FramePktHook() 517 vpx_codec_pts_t last_pts_;
|
D | vp9_ethread_test.cc | 288 vpx_codec_pts_t /*pts*/) { in DecompressedFrameHook() argument
|
D | svc_datarate_test.cc | 504 vpx_codec_pts_t last_pts_; 520 vpx_codec_pts_t last_pts_ref_;
|
/external/libvpx/libvpx/vpx/ |
D | vpx_encoder.h | 106 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/ |
D | twopass_encoder.c | 70 vpx_codec_pts_t pts, unsigned int duration, in get_frame_stats() 96 vpx_codec_pts_t pts, unsigned int duration, in encode_frame()
|
D | svc_context.h | 95 struct vpx_image *rawimg, vpx_codec_pts_t pts,
|
D | vp8_multi_resolution_encoder.c | 149 vpx_codec_pts_t pts; in write_ivf_frame_header()
|
D | svc_encodeframe.c | 532 struct vpx_image *rawimg, vpx_codec_pts_t pts, in vpx_svc_encode()
|
/external/libvpx/libvpx/vpx/internal/ |
D | vpx_codec_internal.h | 252 vpx_codec_pts_t pts,
|
/external/libvpx/libvpx/vp8/ |
D | vp8_cx_iface.c | 798 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/ |
D | vpx_encoder.c | 194 vpx_codec_pts_t pts, unsigned long duration, in vpx_codec_encode()
|
/external/libvpx/libvpx/vp9/ |
D | vp9_cx_iface.c | 1074 vpx_codec_pts_t pts, in encoder_encode()
|
/external/libvpx/libvpx/ |
D | vpxenc.c | 1599 vpx_codec_pts_t frame_start, next_frame_start; in encode_frame()
|