Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dkeyframe_test.cc54 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()
Ddatarate_test.cc68 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 …]
Dresize_test.cc67 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()
Dvideo_source.h122 virtual vpx_codec_pts_t pts() const = 0;
166 virtual vpx_codec_pts_t pts() const { return frame_; } in pts()
Dencode_test_driver.h249 vpx_codec_pts_t /*pts*/) {} in DecompressedFrameHook() argument
273 vpx_codec_pts_t last_pts_;
Dy4m_video_source.h76 virtual vpx_codec_pts_t pts() const { return frame_; } in pts()
Dsuperframe_test.cc93 vpx_codec_pts_t last_sf_pts_;
Dyuv_video_source.h73 virtual vpx_codec_pts_t pts() const { return frame_; } in pts()
Derror_resilience_test.cc502 vpx_codec_pts_t duration = pkt->data.frame.pts - last_pts_; in FramePktHook()
536 vpx_codec_pts_t last_pts_;
/external/libvpx/libvpx/vpx/
Dvpx_encoder.h118 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,
Dsvc_context.h101 vpx_codec_pts_t pts,
/external/libvpx/libvpx/examples/
Dtwopass_encoder.c69 vpx_codec_pts_t pts, in get_frame_stats()
99 vpx_codec_pts_t pts, in encode_frame()
Dvp8_multi_resolution_encoder.c164 vpx_codec_pts_t pts; in write_ivf_frame_header()
/external/libvpx/libvpx/vpx/internal/
Dvpx_codec_internal.h254 vpx_codec_pts_t pts,
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c859 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/
Dvpx_encoder.c202 vpx_codec_pts_t pts, in vpx_codec_encode()
Dsvc_encodeframe.c513 vpx_codec_pts_t pts, in vpx_svc_encode()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c968 vpx_codec_pts_t pts, in encoder_encode()
/external/libvpx/libvpx/
Dvpxenc.c1582 vpx_codec_pts_t frame_start, next_frame_start; in encode_frame()