Home
last modified time | relevance | path

Searched refs:pts (Results 451 - 475 of 1281) sorted by relevance

1...<<11121314151617181920>>...52

/foundation/multimedia/player_framework/test/fuzztest/common/
H A Dtest_recorder.cpp394 pts = GetPts(); in HDICreateESBuffer()
399 (void)buffer->GetExtraData()->ExtraSet("timeStamp", pts); in HDICreateESBuffer()
402 pts += FRAME_DURATION; in HDICreateESBuffer()
446 pts = GetPts(); in HDICreateYUVBuffer()
448 (void)buffer->GetExtraData()->ExtraSet("timeStamp", pts); in HDICreateYUVBuffer()
/third_party/ffmpeg/libavcodec/
H A Dlibxavs.c142 x4->pic.i_pts = frame->pts; in XAVS_frame()
144 x4->pts_buffer[avctx->frame_number % (avctx->max_b_frames+1)] = frame->pts; in XAVS_frame()
173 pkt->pts = pic_out.i_pts; in XAVS_frame()
176 pkt->dts = pkt->pts - (x4->pts_buffer[1] - x4->pts_buffer[0]); in XAVS_frame()
180 pkt->dts = pkt->pts; in XAVS_frame()
H A Dmediacodec.c97 buffer->index, buffer, buffer->pts, render, atomic_load(&ctx->hw_buffer_count)); in av_mediacodec_release_buffer()
113 buffer->index, buffer, buffer->pts, time, atomic_load(&ctx->hw_buffer_count)); in av_mediacodec_render_buffer_at_time()
H A Dtrace_headers_bsf.c85 if (pkt->pts != AV_NOPTS_VALUE) in trace_headers()
86 av_strlcatf(tmp, sizeof(tmp), ", pts %"PRId64, pkt->pts); in trace_headers()
88 av_strlcat(tmp, ", no pts", sizeof(tmp)); in trace_headers()
/third_party/ffmpeg/libavfilter/
H A Daf_adelay.c347 out_frame->pts = s->next_pts; in filter_frame()
360 int64_t pts; in activate() local
377 frame->pts = s->next_pts; in activate()
391 if (ff_inlink_acknowledge_status(inlink, &status, &pts)) { in activate()
409 frame->pts = s->next_pts; in activate()
H A Daf_dialoguenhance.c324 out->pts = in->pts; in filter_frame()
340 int64_t pts; in activate() local
350 } else if (ff_inlink_acknowledge_status(inlink, &status, &pts)) { in activate()
351 ff_outlink_set_status(outlink, status, pts); in activate()
H A Daf_amerge.c243 outbuf->pts = inbuf[0]->pts; in try_push_frame()
284 int64_t pts; in activate() local
303 if (ff_inlink_acknowledge_status(ctx->inputs[i], &status, &pts)) { in activate()
304 ff_outlink_set_status(ctx->outputs[0], status, pts); in activate()
H A Daf_anlmdn.c285 out->pts = in->pts; in filter_frame()
303 int64_t pts; in activate() local
313 } else if (ff_inlink_acknowledge_status(inlink, &status, &pts)) { in activate()
314 ff_outlink_set_status(outlink, status, pts); in activate()
H A Dvf_frei0r.c78 uint64_t pts; member
377 s->update(s->instance, in->pts * av_q2d(inlink->time_base) * 1000, in filter_frame()
490 frame->pts = s->pts++; in source_request_frame()
492 s->update(s->instance, av_rescale_q(frame->pts, s->time_base, (AVRational){1,1000}), in source_request_frame()
H A Dvsrc_mptestsrc.c56 int64_t pts, max_pts, duration; member
267 test->pts = 0; in init()
305 if (test->max_pts >= 0 && test->pts > test->max_pts) in request_frame()
310 picref->pts = test->pts++; in request_frame()
H A Daf_asetrate.c86 frame->pts = av_rescale(frame->pts, inlink->sample_rate, in filter_frame()
H A Dvf_bbox.c91 "n:%"PRId64" pts:%s pts_time:%s", inlink->frame_count_out, in filter_frame()
92 av_ts2str(frame->pts), av_ts2timestr(frame->pts, &inlink->time_base)); in filter_frame()
H A Dframesync.h111 int64_t pts; member
167 int64_t pts; member
H A Dvf_freezeframes.c91 int64_t dropped_pts = frame->pts; in activate()
97 frame->pts = dropped_pts; in activate()
H A Dvf_vfrdet.c44 int64_t delta = in->pts - s->prev_pts; in filter_frame()
63 s->prev_pts = in->pts; in filter_frame()
/third_party/ffmpeg/libavdevice/
H A Dlavfi.c376 lavfi->subcc_packet.pts = frame->pts; in create_subcc_packet()
415 d = av_rescale_q_rnd(frame->pts, tb, AV_TIME_BASE_Q, AV_ROUND_NEAR_INF|AV_ROUND_PASS_MINMAX); in lavfi_read_packet()
469 pkt->pts = frame->pts; in lavfi_read_packet()
/third_party/ffmpeg/libavformat/
H A Dxmv.c69 int64_t pts; ///< PTS of the most current video frame. member
470 pkt->pts = audio->block_count; in xmv_fetch_audio_packet()
523 video->last_pts = frame_timestamp + video->pts; in xmv_fetch_video_packet()
526 pkt->pts = video->last_pts; in xmv_fetch_video_packet()
529 video->pts += frame_timestamp; in xmv_fetch_video_packet()
H A Daaxdec.c102 int64_t pts = 0; in get_pts() local
105 pts += (a->segments[seg].end - a->segments[seg].start) / size; in get_pts()
107 pts += ((pos - a->segments[a->current_segment].start) / size); in get_pts()
109 return pts; in get_pts()
362 pkt->pts = get_pts(s, pkt->pos, size); in aax_read_packet()
H A Dvocdec.c91 voc->pts = e->timestamp; in voc_read_seek()
97 voc->pts = e->timestamp; in voc_read_seek()
H A Diss.c141 pkt->pts = avio_tell(s->pb) - iss->sample_start_pos; in iss_read_packet()
143 pkt->pts /= s->streams[0]->codecpar->ch_layout.nb_channels * 2; in iss_read_packet()
/foundation/CastEngine/castengine_wifi_display/services/mediaplayer/src/
H A Daudio_play_controller.cpp155 outData->pts = data->pts; in AudioPlayThread()
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/include/
H A Dge_linear_gradient_blur_shader_filter.h64 Drawing::Point (&pts)[2], const Drawing::Rect& clipBounds, GEGradientDirection direction); // 2 size of points
78 Drawing::Point (&pts)[2], const Drawing::Rect& clipBounds, GEGradientDirection direction); // 2 size of points
/foundation/multimedia/media_foundation/tests/unittest/avbuffer/inner/
H A Davbuffer_inner_mock.cpp43 attr.pts = buffer_->pts_; in GetBufferAttr()
54 buffer_->pts_ = attr.pts; in SetBufferAttr()
/foundation/multimedia/av_codec/test/unittest/common/common_mock/avbuffer/inner/
H A Davbuffer_inner_mock.cpp46 attr.pts = buffer_->pts_; in GetBufferAttr()
62 buffer_->pts_ = attr.pts; in SetBufferAttr()
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/data_producer/data_producer_base/
H A Ddata_producer_base.cpp53 if (bufferInfo.attr.pts == 0) { in ReadSample()
54 bufferInfo.attr.pts = frameCount_ * in ReadSample()

Completed in 16 milliseconds

1...<<11121314151617181920>>...52