Home
last modified time | relevance | path

Searched refs:pts (Results 426 - 450 of 1185) sorted by relevance

1...<<11121314151617181920>>...48

/third_party/ffmpeg/libavfilter/
H A Dvsrc_sierpinski.c44 uint64_t pts; member
198 frame->pts = s->pts++; in sierpinski_request_frame()
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()
/third_party/ffmpeg/libavformat/tests/
H A Dfifo_muxer.c41 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 Dpva.c83 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 Drtpenc_mpegts.c161 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 Dnutenc.c228 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 Dmpegtsenc.c245 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 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()
/third_party/skia/gm/
H A Dhighcontrastfilter.cpp88 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 Dstrokes.cpp259 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 Dscreen_capture_consumer.cpp37 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 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 Dccaption_dec.c604 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 Damfenc.c469 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 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()
/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()

Completed in 20 milliseconds

1...<<11121314151617181920>>...48