/third_party/skia/src/gpu/geometry/ |
H A D | GrQuad.h | 53 // 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 D | SkRecorder.h | 83 void onDrawPoints(PointMode, size_t count, const SkPoint pts[], const SkPaint&) override;
|
/drivers/peripheral/codec/hal/src/ |
H A D | codec_types.c | 247 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 D | libopenh264enc.c | 439 avpkt->pts = frame->pts; in svc_encode_frame()
|
H A D | a64multienc.c | 61 /* 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 D | af_chorus.c | 256 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 D | vf_displace.c | 263 out->pts = av_rescale_q(s->fs.pts, s->fs.time_base, outlink->time_base); in process_frame()
|
H A D | af_superequalizer.c | 240 out->pts = in->pts; in filter_frame()
|
H A D | src_avsynctest.c | 224 out->pts = s->apts; in audio_frame() 350 out->pts = s->vpts++; in video_frame()
|
H A D | vf_crop.c | 258 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 D | buffersink.c | 119 int64_t pts; in get_frame_internal() local 132 } else if (ff_inlink_acknowledge_status(inlink, &status, &pts)) { in get_frame_internal()
|
H A D | vf_avgblur_opencl.c | 161 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 D | vf_convolution_opencl.c | 189 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 D | avf_avectorscope.c | 277 s->outpicref->pts = av_rescale_q(insamples->pts, inlink->time_base, outlink->time_base); in filter_frame()
|
H A D | avf_abitscope.c | 236 outpicref->pts = insamples->pts; in filter_frame()
|
H A D | vf_nlmeans_opencl.c | 301 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 D | vf_remap.c | 304 out->pts = av_rescale_q(s->fs.pts, s->fs.time_base, outlink->time_base); in process_frame()
|
H A D | vf_tonemap_vaapi.c | 246 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 D | vf_limitdiff.c | 236 out->pts = av_rescale_q(s->fs.pts, s->fs.time_base, outlink->time_base); in process_frame()
|
H A D | vf_maskedclamp.c | 160 out->pts = av_rescale_q(s->fs.pts, s->fs.time_base, outlink->time_base); in process_frame()
|
H A D | vf_unsharp_opencl.c | 223 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 D | vf_hue.c | 44 "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 D | rpl.c | 359 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 D | smacker.c | 325 pkt->pts = smk->aud_pts[i]; in smacker_read_packet() 353 pkt->pts = smk->cur_frame; in smacker_read_packet()
|
H A D | libmodplug.c | 50 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()
|