/third_party/ffmpeg/libavfilter/ |
H A D | vsrc_sierpinski.c | 44 uint64_t pts; member 198 frame->pts = s->pts++; in sierpinski_request_frame()
|
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()
|
/third_party/ffmpeg/libavformat/tests/ |
H A D | fifo_muxer.c | 41 static int prepare_packet(AVPacket *pkt, const FailingMuxerPacketData *pkt_data, int64_t pts) in prepare_packet() argument 48 pkt->pts = pkt->dts = pts; in prepare_packet()
|
/third_party/ffmpeg/libavformat/ |
H A D | pva.c | 83 static int read_part_of_packet(AVFormatContext *s, int64_t *pts, in read_part_of_packet() argument 181 *pts = pva_pts; in read_part_of_packet() 197 pkt->pts = pva_pts; in pva_read_packet()
|
H A D | rtpenc_mpegts.c | 161 if (pkt->pts != AV_NOPTS_VALUE) in rtp_mpegts_write_packet() 162 local_pkt->pts = av_rescale_q(pkt->pts, in rtp_mpegts_write_packet()
|
H A D | nutenc.c | 228 int pts; in build_frame_code() local 237 for (pts = 0; pts < 2; pts++) { in build_frame_code() 244 ft->pts_delta = pts * frame_size; in build_frame_code() 815 if (pkt->pts - nus->last_pts != fc->pts_delta) in get_needed_flags() 821 if (FFABS(pkt->pts - nus->last_pts) > nus->max_pts_distance) in get_needed_flags() 993 if (pkt->pts < 0) { in nut_write_packet() 995 "Negative pts not supported stream %d, pts in nut_write_packet() [all...] |
H A D | mpegtsenc.c | 245 int first_timestamp_checked; ///< first pts/dts check needed 1404 static void write_pts(uint8_t *q, int fourbits, int64_t pts) in write_pts() argument 1408 val = fourbits << 4 | (((pts >> 30) & 0x07) << 1) | 1; in write_pts() 1410 val = (((pts >> 15) & 0x7fff) << 1) | 1; in write_pts() 1413 val = (((pts) & 0x7fff) << 1) | 1; in write_pts() 1487 int64_t pts, int64_t dts, int key, int stream_id) in mpegts_write_pes() 1588 if (key && is_start && pts != AV_NOPTS_VALUE && in mpegts_write_pes() 1615 pts = dts = AV_NOPTS_VALUE; in mpegts_write_pes() 1629 if (pts != AV_NOPTS_VALUE) { in mpegts_write_pes() 1633 if (dts != AV_NOPTS_VALUE && pts ! in mpegts_write_pes() 1485 mpegts_write_pes(AVFormatContext *s, AVStream *st, const uint8_t *payload, int payload_size, int64_t pts, int64_t dts, int key, int stream_id) mpegts_write_pes() argument 1869 int64_t dts = pkt->dts, pts = pkt->pts; mpegts_write_packet_internal() local [all...] |
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()
|
/third_party/skia/gm/ |
H A D | highcontrastfilter.cpp | 88 SkPoint pts[] = { { 0, 0 }, { 1, 0 } }; in draw_scene() local 92 pts, colors, pos, in draw_scene() 99 pts, colors2, pos, in draw_scene()
|
H A D | strokes.cpp | 259 SkPoint pts[] = {{105.738571f,13.126318f}, in DEF_SIMPLE_GM() local 262 SkVector tangent = pts[1] - pts[2]; in DEF_SIMPLE_GM() 265 memcpy(pts2, pts, sizeof(pts)); in DEF_SIMPLE_GM() 278 path.moveTo(pts[0]); in DEF_SIMPLE_GM() 279 path.quadTo(pts[1], pts[2]); in DEF_SIMPLE_GM()
|
/foundation/CastEngine/castengine_wifi_display/services/impl/screen_capture/ |
H A D | screen_capture_consumer.cpp | 37 mediaData->pts = frame->Pts(); in OnFrame() 108 uint64_t pts = std::chrono::duration_cast<std::chrono::milliseconds>(now - start).count(); in OnFrame() local 117 mediaData->pts = pts; in OnFrame() 119 mediaData->pts, dispatcher->GetDispatcherId(), len); in OnFrame()
|
/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 | ccaption_dec.c | 604 static void update_time(CCaptionSubContext *ctx, int64_t pts) in update_time() argument 607 ctx->buffer_time[1] = pts; in update_time() 845 int64_t in_time = sub->pts; in decode() 883 sub->pts = start_time; in decode() 893 ctx->last_real_time = sub->pts; in decode() 903 sub->pts = ctx->buffer_time[1]; in decode() 911 sub->pts >= ctx->last_real_time + av_rescale_q(ctx->real_time_latency_msec, ms_tb, AV_TIME_BASE_Q)) { in decode() 912 ctx->last_real_time = sub->pts; in decode()
|
H A D | amfenc.c | 469 pkt->pts = var.int64Value; // original pts in amf_copy_buffer() 674 surface->pVtbl->SetPts(surface, frame->pts); in ff_amf_receive_packet() 675 AMF_ASSIGN_PROPERTY_INT64(res, surface, PTS_PROP, frame->pts); in ff_amf_receive_packet() 694 int64_t pts = frame->pts; in ff_amf_receive_packet() local 699 ret = av_fifo_write(ctx->timestamp_list, &pts, 1); in ff_amf_receive_packet() 734 int64_t pts = ctx->delayed_surface->pVtbl->GetPts(ctx->delayed_surface); in ff_amf_receive_packet() local 740 ret = av_fifo_write(ctx->timestamp_list, &pts, 1); in ff_amf_receive_packet()
|
/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()
|
/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()
|