/foundation/multimedia/player_framework/test/fuzztest/common/ |
H A D | test_recorder.cpp | 394 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 D | libxavs.c | 142 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 D | mediacodec.c | 97 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 D | trace_headers_bsf.c | 85 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 D | af_adelay.c | 347 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 D | af_dialoguenhance.c | 324 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 D | af_amerge.c | 243 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 D | af_anlmdn.c | 285 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 D | vf_frei0r.c | 78 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 D | vsrc_mptestsrc.c | 56 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 D | af_asetrate.c | 86 frame->pts = av_rescale(frame->pts, inlink->sample_rate, in filter_frame()
|
H A D | vf_bbox.c | 91 "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 D | framesync.h | 111 int64_t pts; member 167 int64_t pts; member
|
H A D | vf_freezeframes.c | 91 int64_t dropped_pts = frame->pts; in activate() 97 frame->pts = dropped_pts; in activate()
|
H A D | vf_vfrdet.c | 44 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 D | lavfi.c | 376 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 D | xmv.c | 69 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 D | aaxdec.c | 102 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 D | vocdec.c | 91 voc->pts = e->timestamp; in voc_read_seek() 97 voc->pts = e->timestamp; in voc_read_seek()
|
H A D | iss.c | 141 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 D | audio_play_controller.cpp | 155 outData->pts = data->pts; in AudioPlayThread()
|
/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/include/ |
H A D | ge_linear_gradient_blur_shader_filter.h | 64 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 D | avbuffer_inner_mock.cpp | 43 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 D | avbuffer_inner_mock.cpp | 46 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 D | data_producer_base.cpp | 53 if (bufferInfo.attr.pts == 0) { in ReadSample() 54 bufferInfo.attr.pts = frameCount_ * in ReadSample()
|