Home
last modified time | relevance | path

Searched refs:pts (Results 651 - 675 of 904) sorted by relevance

1...<<21222324252627282930>>...37

/third_party/skia/src/gpu/geometry/
H A DGrQuad.h53 // Creates a GrQuad from the quadrilateral 'pts', transformed by the matrix. The input
56 static GrQuad MakeFromSkQuad(const SkPoint pts[4], const SkMatrix&);
/third_party/skia/src/core/
H A DSkRecorder.h83 void onDrawPoints(PointMode, size_t count, const SkPoint pts[], const SkPaint&) override;
/drivers/peripheral/codec/hal/src/
H A Dcodec_types.c247 if (!HdfSbufWriteInt32(data, (int32_t)dataBlock->type) || !HdfSbufWriteInt64(data, dataBlock->pts) || in OmxCodecBufferBlockMarshalling()
249 CODEC_LOGE("write dataBlock:type, pts or flag failed!"); in OmxCodecBufferBlockMarshalling()
372 if (!HdfSbufReadInt32(data, (int32_t *)&dataBlock->type) || !HdfSbufReadInt64(data, &dataBlock->pts) || in OmxCodecBufferBlockUnmarshalling()
374 CODEC_LOGE("read dataBlock:type, pts or flag failed!"); in OmxCodecBufferBlockUnmarshalling()
/third_party/ffmpeg/libavcodec/
H A Dlibopenh264enc.c439 avpkt->pts = frame->pts; in svc_encode_frame()
H A Da64multienc.c61 /* pts of the next packet that will be output */
325 c->next_pts = p->pts; in a64multi_encode_frame()
386 pkt->pts = pkt->dts = c->next_pts; in a64multi_encode_frame()
/third_party/ffmpeg/libavfilter/
H A Daf_chorus.c256 s->next_pts = frame->pts + av_rescale_q(frame->nb_samples, (AVRational){1, inlink->sample_rate}, inlink->time_base); in filter_frame()
286 frame->pts = s->next_pts; in request_frame()
H A Dvf_displace.c263 out->pts = av_rescale_q(s->fs.pts, s->fs.time_base, outlink->time_base); in process_frame()
H A Daf_superequalizer.c240 out->pts = in->pts; in filter_frame()
H A Dsrc_avsynctest.c224 out->pts = s->apts; in audio_frame()
350 out->pts = s->vpts++; in video_frame()
H A Dvf_crop.c258 s->var_values[VAR_T] = frame->pts == AV_NOPTS_VALUE ? in filter_frame()
259 NAN : frame->pts * av_q2d(link->time_base); in filter_frame()
H A Dbuffersink.c119 int64_t pts; in get_frame_internal() local
132 } else if (ff_inlink_acknowledge_status(inlink, &status, &pts)) { in get_frame_internal()
H A Dvf_avgblur_opencl.c161 input->width, input->height, input->pts); in avgblur_opencl_filter_frame()
266 output->width, output->height, output->pts); in avgblur_opencl_filter_frame()
H A Dvf_convolution_opencl.c189 input->width, input->height, input->pts); in convolution_opencl_filter_frame()
287 output->width, output->height, output->pts); in convolution_opencl_filter_frame()
H A Davf_avectorscope.c277 s->outpicref->pts = av_rescale_q(insamples->pts, inlink->time_base, outlink->time_base); in filter_frame()
H A Davf_abitscope.c236 outpicref->pts = insamples->pts; in filter_frame()
H A Dvf_nlmeans_opencl.c301 input->width, input->height, input->pts); in nlmeans_opencl_filter_frame()
369 output->width, output->height, output->pts); in nlmeans_opencl_filter_frame()
H A Dvf_remap.c304 out->pts = av_rescale_q(s->fs.pts, s->fs.time_base, outlink->time_base); in process_frame()
H A Dvf_tonemap_vaapi.c246 input_frame->width, input_frame->height, input_frame->pts); in tonemap_vaapi_filter_frame()
310 output_frame->width, output_frame->height, output_frame->pts); in tonemap_vaapi_filter_frame()
H A Dvf_limitdiff.c236 out->pts = av_rescale_q(s->fs.pts, s->fs.time_base, outlink->time_base); in process_frame()
H A Dvf_maskedclamp.c160 out->pts = av_rescale_q(s->fs.pts, s->fs.time_base, outlink->time_base); in process_frame()
H A Dvf_unsharp_opencl.c223 input->width, input->height, input->pts); in unsharp_opencl_filter_frame()
293 output->width, output->height, output->pts); in unsharp_opencl_filter_frame()
H A Dvf_hue.c44 "pts", // presentation timestamp expressed in AV_TIME_BASE units
383 hue->var_values[VAR_T] = TS2T(inpic->pts, inlink->time_base); in filter_frame()
384 hue->var_values[VAR_PTS] = TS2D(inpic->pts); in filter_frame()
/third_party/ffmpeg/libavformat/
H A Drpl.c359 pkt->pts = index_entry->timestamp + rpl->frame_in_part; in rpl_read_packet()
383 pkt->pts = index_entry->timestamp; in rpl_read_packet()
H A Dsmacker.c325 pkt->pts = smk->aud_pts[i]; in smacker_read_packet()
353 pkt->pts = smk->cur_frame; in smacker_read_packet()
H A Dlibmodplug.c50 double ts_per_packet; ///< used to define the pts/dts using packet_count;
335 pkt->pts = pkt->dts = var_values[VAR_TIME]; in modplug_read_packet()
345 pkt->pts = pkt->dts = modplug->packet_count++ * modplug->ts_per_packet; in modplug_read_packet()

Completed in 18 milliseconds

1...<<21222324252627282930>>...37