Searched refs:vpx_codec_pts_t (Results 1 – 19 of 19) sorted by relevance
/external/libvpx/libvpx/test/ |
D | keyframe_test.cc | 54 std::vector<vpx_codec_pts_t> kf_pts_list_; 90 for (std::vector<vpx_codec_pts_t>::const_iterator iter = kf_pts_list_.begin(); in TEST_P() 103 for (std::vector<vpx_codec_pts_t>::const_iterator iter = kf_pts_list_.begin(); in TEST_P() 134 for (std::vector<vpx_codec_pts_t>::const_iterator iter = kf_pts_list_.begin(); in TEST_P()
|
D | datarate_test.cc | 68 vpx_codec_pts_t duration = pkt->data.frame.pts - last_pts_; in FramePktHook() 129 vpx_codec_pts_t last_pts_; 133 vpx_codec_pts_t first_drop_; 246 vpx_codec_pts_t last_drop = frame_count; in TEST_P() 389 vpx_codec_pts_t duration = pkt->data.frame.pts - last_pts_; in FramePktHook() 437 vpx_codec_pts_t last_pts_; 446 vpx_codec_pts_t first_drop_; 527 vpx_codec_pts_t last_drop = 140; in TEST_P() 793 vpx_codec_pts_t duration = pkt->data.frame.pts - last_pts_; in FramePktHook() 834 vpx_codec_pts_t last_pts_; [all …]
|
D | resize_test.cc | 67 vpx_codec_pts_t pts; in write_ivf_frame_header() 85 FrameInfo(vpx_codec_pts_t _pts, unsigned int _w, unsigned int _h) in FrameInfo() 88 vpx_codec_pts_t pts; 138 vpx_codec_pts_t pts) { in DecompressedFrameHook() 269 const vpx_codec_pts_t pts = info->pts; in TEST_P() 316 vpx_codec_pts_t pts) { in DecompressedFrameHook()
|
D | video_source.h | 122 virtual vpx_codec_pts_t pts() const = 0; 166 virtual vpx_codec_pts_t pts() const { return frame_; } in pts()
|
D | encode_test_driver.h | 249 vpx_codec_pts_t /*pts*/) {} in DecompressedFrameHook() argument 273 vpx_codec_pts_t last_pts_;
|
D | y4m_video_source.h | 76 virtual vpx_codec_pts_t pts() const { return frame_; } in pts()
|
D | superframe_test.cc | 93 vpx_codec_pts_t last_sf_pts_;
|
D | yuv_video_source.h | 73 virtual vpx_codec_pts_t pts() const { return frame_; } in pts()
|
D | error_resilience_test.cc | 502 vpx_codec_pts_t duration = pkt->data.frame.pts - last_pts_; in FramePktHook() 536 vpx_codec_pts_t last_pts_;
|
/external/libvpx/libvpx/vpx/ |
D | vpx_encoder.h | 118 typedef int64_t vpx_codec_pts_t; typedef 188 vpx_codec_pts_t pts; /**< time stamp to show frame 942 vpx_codec_pts_t pts,
|
D | svc_context.h | 101 vpx_codec_pts_t pts,
|
/external/libvpx/libvpx/examples/ |
D | twopass_encoder.c | 69 vpx_codec_pts_t pts, in get_frame_stats() 99 vpx_codec_pts_t pts, in encode_frame()
|
D | vp8_multi_resolution_encoder.c | 164 vpx_codec_pts_t pts; in write_ivf_frame_header()
|
/external/libvpx/libvpx/vpx/internal/ |
D | vpx_codec_internal.h | 254 vpx_codec_pts_t pts,
|
/external/libvpx/libvpx/vp8/ |
D | vp8_cx_iface.c | 859 vpx_codec_pts_t pts, in vp8e_encode() 962 vpx_codec_pts_t round, delta; in vp8e_encode() 967 round = (vpx_codec_pts_t)10000000 in vp8e_encode()
|
/external/libvpx/libvpx/vpx/src/ |
D | vpx_encoder.c | 202 vpx_codec_pts_t pts, in vpx_codec_encode()
|
D | svc_encodeframe.c | 513 vpx_codec_pts_t pts, in vpx_svc_encode()
|
/external/libvpx/libvpx/vp9/ |
D | vp9_cx_iface.c | 968 vpx_codec_pts_t pts, in encoder_encode()
|
/external/libvpx/libvpx/ |
D | vpxenc.c | 1582 vpx_codec_pts_t frame_start, next_frame_start; in encode_frame()
|