Searched refs:vpx_codec_pts_t (Results 1 – 25 of 27) sorted by relevance
12
/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 | timestamp_test.cc | 45 virtual vpx_codec_pts_t pts() const { in pts() 46 return static_cast<vpx_codec_pts_t>(frame_ * FrameDuration() + in pts()
|
D | vp8_datarate_test.cc | 79 vpx_codec_pts_t duration = pkt->data.frame.pts - last_pts_; in FramePktHook() 230 vpx_codec_pts_t last_drop = frame_count; in ChangingDropFrameThreshTest() 263 vpx_codec_pts_t last_pts_; 267 vpx_codec_pts_t first_drop_;
|
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; 312 vpx_codec_pts_t pts) { in DecompressedFrameHook() 447 const vpx_codec_pts_t pts = info->pts; in TEST_P() 495 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_; 447 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 | 517 vpx_codec_pts_t last_pts_; 533 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 | svc_context.h | 95 struct vpx_image *rawimg, vpx_codec_pts_t pts,
|
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 | vp8_multi_resolution_encoder.c | 149 vpx_codec_pts_t pts; in write_ivf_frame_header()
|
D | svc_encodeframe.c | 533 struct vpx_image *rawimg, vpx_codec_pts_t pts, in vpx_svc_encode()
|
/external/webrtc/modules/video_coding/codecs/vp8/test/ |
D | mock_libvpx_interface.h | 93 vpx_codec_pts_t,
|
/external/webrtc/modules/video_coding/codecs/vp8/ |
D | libvpx_interface.h | 87 vpx_codec_pts_t pts,
|
D | libvpx_interface.cc | 186 vpx_codec_pts_t pts, in codec_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 | 80 vpx_codec_pts_t pts_offset; 830 const vpx_image_t *img, vpx_codec_pts_t pts, in vp8e_encode() 837 volatile vpx_codec_pts_t pts_val = pts; in vp8e_encode() 950 vpx_codec_pts_t round, delta; in vp8e_encode() 955 round = (vpx_codec_pts_t)ctx->timestamp_ratio.num / 2; in vp8e_encode()
|
/external/libvpx/libvpx/vpx/src/ |
D | vpx_encoder.c | 188 vpx_codec_pts_t pts, unsigned long duration, in vpx_codec_encode()
|
/external/openscreen/cast/standalone_sender/ |
D | streaming_vp8_encoder.cc | 330 const vpx_codec_pts_t pts = 0; in EncodeFrame()
|
12