Searched refs:vpx_codec_pts_t (Results 1 – 18 of 18) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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 | resize_test.cc | 67 vpx_codec_pts_t pts; in write_ivf_frame_header() 124 FrameInfo(vpx_codec_pts_t _pts, unsigned int _w, unsigned int _h) in FrameInfo() 127 vpx_codec_pts_t pts; 138 vpx_codec_pts_t pts) { in DecompressedFrameHook() 252 const vpx_codec_pts_t pts = info->pts; in TEST_P()
|
D | datarate_test.cc | 52 vpx_codec_pts_t duration = pkt->data.frame.pts - last_pts_; in FramePktHook() 113 vpx_codec_pts_t last_pts_; 117 vpx_codec_pts_t first_drop_; 171 vpx_codec_pts_t last_drop = frame_count; in TEST_P() 301 vpx_codec_pts_t duration = pkt->data.frame.pts - last_pts_; in FramePktHook() 349 vpx_codec_pts_t last_pts_; 358 vpx_codec_pts_t first_drop_; 436 vpx_codec_pts_t last_drop = 140; in TEST_P()
|
D | video_source.h | 69 virtual vpx_codec_pts_t pts() const = 0; 108 virtual vpx_codec_pts_t pts() const { return frame_; } in pts()
|
D | encode_test_driver.h | 222 vpx_codec_pts_t pts) {} in DecompressedFrameHook() 237 vpx_codec_pts_t last_pts_;
|
D | y4m_video_source.h | 69 virtual vpx_codec_pts_t pts() const { return frame_; } in pts()
|
D | superframe_test.cc | 82 vpx_codec_pts_t last_sf_pts_;
|
D | i420_video_source.h | 70 virtual vpx_codec_pts_t pts() const { return frame_; } in pts()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
D | vpx_encoder.h | 111 typedef int64_t vpx_codec_pts_t; typedef 174 vpx_codec_pts_t pts; /**< time stamp to show frame 843 vpx_codec_pts_t pts,
|
D | svc_context.h | 88 struct vpx_image *rawimg, vpx_codec_pts_t pts,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
D | twopass_encoder.c | 71 vpx_codec_pts_t pts, in get_frame_stats() 96 vpx_codec_pts_t pts, in encode_frame()
|
D | vp8_multi_resolution_encoder.c | 160 vpx_codec_pts_t pts; in write_ivf_frame_header() 178 vpx_codec_pts_t frame_cnt = 0; in main()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/internal/ |
D | vpx_codec_internal.h | 286 vpx_codec_pts_t pts,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/ |
D | vp8_cx_iface.c | 746 vpx_codec_pts_t pts, in vp8e_encode() 887 vpx_codec_pts_t round, delta; in vp8e_encode() 892 round = (vpx_codec_pts_t)1000000 in vp8e_encode()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/ |
D | vp9_cx_iface.c | 658 vpx_codec_pts_t pts, in vp9e_encode() 779 vpx_codec_pts_t round, delta; in vp9e_encode() 796 round = (vpx_codec_pts_t)1000000 * ctx->cfg.g_timebase.num / 2 - 1; in vp9e_encode()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/ |
D | vpx_encoder.c | 206 vpx_codec_pts_t pts, in vpx_codec_encode()
|
D | svc_encodeframe.c | 853 struct vpx_image *rawimg, vpx_codec_pts_t pts, in vpx_svc_encode()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | vpxenc.c | 1260 vpx_codec_pts_t frame_start, next_frame_start; in encode_frame()
|