Searched refs:pts (Results 1 - 25 of 39) sorted by relevance

12

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dresize_test.cc67 vpx_codec_pts_t pts; local
72 pts = pkt->data.frame.pts;
74 mem_put_le32(header + 4, pts & 0xFFFFFFFF);
75 mem_put_le32(header + 8, pts >> 32);
125 : pts(_pts), w(_w), h(_h) {}
127 vpx_codec_pts_t pts; member in struct:__anon466::ResizeTest::FrameInfo
138 vpx_codec_pts_t pts) {
139 frame_info_list_.push_back(FrameInfo(pts, img.d_w, img.d_h));
151 const unsigned int frame = static_cast<unsigned>(info->pts);
137 DecompressedFrameHook(const vpx_image_t &img, vpx_codec_pts_t pts) argument
252 const vpx_codec_pts_t pts = info->pts; local
[all...]
H A Dsuperframe_test.cc68 last_sf_pts_ = pkt->data.frame.pts;
74 pkt->data.frame.pts - last_sf_pts_ >= 5;
H A Dvideo_source.h69 virtual vpx_codec_pts_t pts() const = 0;
107 // Models a stream where Timebase = 1/FPS, so pts == frame.
108 virtual vpx_codec_pts_t pts() const { return frame_; } function in class:libvpx_test::DummyVideoSource
H A Dencode_test_driver.cc64 video.img(), video.pts(), video.duration(),
183 ASSERT_GE(pkt->data.frame.pts, last_pts_);
184 last_pts_ = pkt->data.frame.pts;
208 DecompressedFrameHook(*img_dec, video->pts());
H A Dsvc_test.cc266 res = vpx_svc_encode(&svc_, &codec_, video.img(), video.pts(),
294 res = vpx_svc_encode(&svc_, &codec_, video.img(), video.pts(),
307 res = vpx_svc_encode(&svc_, &codec_, video.img(), video.pts(),
320 res = vpx_svc_encode(&svc_, &codec_, video.img(), video.pts(),
383 res = vpx_svc_encode(&svc_, &codec_, video.img(), video.pts(),
390 res = vpx_svc_encode(&svc_, &codec_, video.img(), video.pts(),
396 res = vpx_svc_encode(&svc_, &codec_, NULL, video.pts(),
433 res = vpx_svc_encode(&svc_, &codec_, video.img(), video.pts(),
446 res = vpx_svc_encode(&svc_, &codec_, video.img(), video.pts(),
459 res = vpx_svc_encode(&svc_, &codec_, video.img(), video.pts(),
[all...]
H A Ddatarate_test.cc52 vpx_codec_pts_t duration = pkt->data.frame.pts - last_pts_;
74 << pkt->data.frame.pts;
89 // Update the most recent pts.
90 last_pts_ = pkt->data.frame.pts;
301 vpx_codec_pts_t duration = pkt->data.frame.pts - last_pts_;
322 << pkt->data.frame.pts;
332 // Update the most recent pts.
333 last_pts_ = pkt->data.frame.pts;
H A Di420_video_source.h69 // Models a stream where Timebase = 1/FPS, so pts == frame.
70 virtual vpx_codec_pts_t pts() const { return frame_; } function in class:libvpx_test::I420VideoSource
H A Dy4m_video_source.h68 // Models a stream where Timebase = 1/FPS, so pts == frame.
69 virtual vpx_codec_pts_t pts() const { return frame_; } function in class:libvpx_test::Y4mVideoSource
H A Dkeyframe_test.cc45 kf_pts_list_.push_back(pkt->data.frame.pts);
H A Dencode_test_driver.h222 vpx_codec_pts_t pts) {}
221 DecompressedFrameHook(const vpx_image_t& img, vpx_codec_pts_t pts) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Divfenc.c39 void ivf_write_frame_header(FILE *outfile, int64_t pts, size_t frame_size) { argument
43 mem_put_le32(header + 4, (int)(pts & 0xFFFFFFFF));
44 mem_put_le32(header + 8, (int)(pts >> 32));
H A Divfenc.h27 void ivf_write_frame_header(FILE *outfile, int64_t pts, size_t frame_size);
H A Dvideo_writer.h41 int64_t pts);
H A Dvideo_writer.c72 int64_t pts) {
73 ivf_write_frame_header(writer->file, pts, size);
70 vpx_video_writer_write_frame(VpxVideoWriter *writer, const uint8_t *buffer, size_t size, int64_t pts) argument
H A Drate_hist.c29 int64_t *pts; member in struct:rate_hist
54 hist->pts = calloc(hist->samples, sizeof(*hist->pts));
67 free(hist->pts);
80 const int64_t now = pkt->data.frame.pts * 1000 *
85 hist->pts[idx] = now;
97 then = hist->pts[i_idx];
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
H A Dtwopass_encoder.c71 vpx_codec_pts_t pts,
78 const vpx_codec_err_t res = vpx_codec_encode(ctx, img, pts, duration, flags,
96 vpx_codec_pts_t pts,
103 const vpx_codec_err_t res = vpx_codec_encode(ctx, img, pts, duration, flags,
114 pkt->data.frame.pts))
69 get_frame_stats(vpx_codec_ctx_t *ctx, const vpx_image_t *img, vpx_codec_pts_t pts, unsigned int duration, vpx_enc_frame_flags_t flags, unsigned int deadline, vpx_fixed_buf_t *stats) argument
94 encode_frame(vpx_codec_ctx_t *ctx, const vpx_image_t *img, vpx_codec_pts_t pts, unsigned int duration, vpx_enc_frame_flags_t flags, unsigned int deadline, VpxVideoWriter *writer) argument
H A Dvp8_multi_resolution_encoder.c160 vpx_codec_pts_t pts; local
165 pts = pkt->data.frame.pts;
167 mem_put_le32(header+4, pts&0xFFFFFFFF);
168 mem_put_le32(header+8, pts >> 32);
H A Dvp9_spatial_scalable_encoder.c294 int pts = 0; /* PTS starts at 0 */ local
347 pts, frame_duration, VPX_DL_REALTIME);
357 pts);
367 pts += frame_duration;
H A Dsimple_encoder.c139 pkt->data.frame.pts)) {
H A Dvp8cx_set_ref.c85 pkt->data.frame.pts)) {
H A Dvpx_temporal_scalable_patterns.c445 int pts = 0; // PTS starts at 0. local
612 if (vpx_codec_encode(&codec, frame_avail? &raw : NULL, pts, 1, flags,
630 pkt->data.frame.sz, pts);
649 pts += frame_duration;
H A Dset_maps.c144 pkt->data.frame.pts)) {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
H A Dsvc_context.h88 struct vpx_image *rawimg, vpx_codec_pts_t pts,
H A Dvpx_encoder.h174 vpx_codec_pts_t pts; /**< time stamp to show frame member in struct:vpx_codec_cx_pkt::__anon663::__anon664
327 * pts to correspond to the frame number, which can be handy. For
829 * \param[in] pts Presentation time stamp, in timebase units.
843 vpx_codec_pts_t pts,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
H A Dvpx_encoder.c206 vpx_codec_pts_t pts,
227 res = ctx->iface->enc.encode(ctx->priv->alg_priv, img, pts,
241 if ((res = ctx->iface->enc.encode(ctx->priv->alg_priv, img, pts,
204 vpx_codec_encode(vpx_codec_ctx_t *ctx, const vpx_image_t *img, vpx_codec_pts_t pts, unsigned long duration, vpx_enc_frame_flags_t flags, unsigned long deadline) argument

Completed in 131 milliseconds

12