/third_party/ffmpeg/libavfilter/ |
H A D | vf_hysteresis.c | 130 out->pts = av_rescale_q(s->fs.pts, s->fs.time_base, outlink->time_base); in process_frame()
|
H A D | vf_maskedminmax.c | 212 out->pts = av_rescale_q(s->fs.pts, s->fs.time_base, outlink->time_base); in process_frame()
|
H A D | vf_midequalizer.c | 125 out->pts = av_rescale_q(s->fs.pts, s->fs.time_base, outlink->time_base); in process_frame()
|
H A D | vf_maskedmerge.c | 136 out->pts = av_rescale_q(s->fs.pts, s->fs.time_base, outlink->time_base); in process_frame()
|
H A D | vf_maskfun.c | 100 out->pts = in->pts; in filter_frame()
|
H A D | vf_mergeplanes.c | 166 out->pts = av_rescale_q(s->fs.pts, s->fs.time_base, outlink->time_base); in process_frame()
|
H A D | vf_subtitles.c | 190 double time_ms = picref->pts * av_q2d(inlink->time_base) * 1000; in filter_frame() 423 * timestamps: in the current API the decoded subtitles have their pts in init_subtitles() 471 const int64_t start_time = av_rescale_q(sub.pts, AV_TIME_BASE_Q, av_make_q(1, 1000)); in init_subtitles()
|
H A D | vf_overlay_qsv.c | 314 frame->pts = av_rescale_q(s->fs.pts, in filter_callback()
|
H A D | vf_program_opencl.c | 165 output->pts = ctx->index; in program_opencl_run() 171 output->width, output->height, output->pts); in program_opencl_run()
|
H A D | vf_vignette.c | 35 "pts", // presentation timestamp expressed in AV_TIME_BASE units 158 s->var_values[VAR_T] = TS2T(frame->pts, inlink->time_base); in update_context() 159 s->var_values[VAR_PTS] = TS2D(frame->pts); in update_context()
|
/third_party/ffmpeg/libavformat/ |
H A D | 4xm.c | 316 /* this is a good time to bump the video pts */ in fourxm_read_packet() 338 pkt->pts = fourxm->video_pts; in fourxm_read_packet() 363 pkt->pts = fourxm->tracks[track_number].audio_pts; in fourxm_read_packet() 366 /* pts accounting */ in fourxm_read_packet()
|
H A D | nuv.c | 288 pkt->pts = AV_RL32(&hdr[4]); in nuv_packet() 307 pkt->pts = AV_RL32(&hdr[4]); in nuv_packet()
|
H A D | dashenc.c | 1774 if (seg->time < 0) { // If pts<0, it is expected to be cut away with an edit list in add_segment() 1923 //finding the next segment's expected index, based on the current pts value in dash_flush() 2098 pkt->pts -= pkt->dts; in dash_write_packet() 2109 os->first_pts = pkt->pts; in dash_write_packet() 2111 os->last_pts = pkt->pts; in dash_write_packet() 2144 elapsed_duration = pkt->pts - os->first_pts; in dash_write_packet() 2147 elapsed_duration = pkt->pts - os->start_pts; in dash_write_packet() 2159 pkt->pts, pkt->dts, pkt->pos); in dash_write_packet() 2168 c->last_duration = av_rescale_q(pkt->pts - os->start_pts, in dash_write_packet() 2171 c->total_duration = av_rescale_q(pkt->pts in dash_write_packet() [all...] |
H A D | matroskaenc.c | 162 uint64_t pts; member 928 /* Make sure the cues entries are sorted by pts. */ in mkv_add_cuepoint() 929 while (idx > 0 && entries[idx - 1].pts > ts) in mkv_add_cuepoint() 934 entries[idx].pts = ts; in mkv_add_cuepoint() 951 uint64_t pts = entry->pts; in mkv_assemble_cues() local 955 put_ebml_uint(cuepoint, MATROSKA_ID_CUETIME, pts); in mkv_assemble_cues() 976 } while (++entry < end && entry->pts == pts); in mkv_assemble_cues() 2612 "Writing block of size %d with pts in mkv_write_block() [all...] |
/third_party/skia/samplecode/ |
H A D | SampleFilterBounds.cpp | 113 SkPoint pts[] = {{key.centerX(), key.fTop}, {key.centerX(), key.fBottom}}; in draw_scale_key() local 115 pts, kScaleGradientColors, nullptr, kGradientStops, kStopCount, SkTileMode::kClamp, in draw_scale_key()
|
/third_party/skia/src/core/ |
H A D | SkRecorder.cpp | 164 const SkPoint pts[], in onDrawPoints() 166 this->append<SkRecords::DrawPoints>(paint, mode, SkToUInt(count), this->copy(pts, count)); in onDrawPoints() 162 onDrawPoints(PointMode mode, size_t count, const SkPoint pts[], const SkPaint& paint) onDrawPoints() argument
|
/third_party/skia/src/pathops/ |
H A D | SkPathOpsQuad.cpp | 350 interp_quad_coords(&fPts[0].fX, &dst.pts[0].fX, t); in chopAt() 351 interp_quad_coords(&fPts[0].fY, &dst.pts[0].fY, t); in chopAt()
|
/third_party/skia/src/utils/ |
H A D | SkNWayCanvas.cpp | 194 void SkNWayCanvas::onDrawPoints(PointMode mode, size_t count, const SkPoint pts[], in onDrawPoints() argument 198 iter->drawPoints(mode, count, pts, paint); in onDrawPoints()
|
/third_party/skia/tools/ |
H A D | MSKPPlayer.cpp | 189 const SkPoint pts[], 191 fRecorder.getRecordingCanvas()->drawPoints(mode, count, pts, paint);
|
/third_party/skia/gm/ |
H A D | drawatlas.cpp | 182 SkPoint pts[2] = {{0, 0}, {220, 0}}; in make_shader() local 184 return SkGradientShader::MakeLinear(pts, colors, nullptr, 2, SkTileMode::kMirror); in make_shader()
|
/third_party/skia/bench/ |
H A D | PDFBench.cpp | 207 const SkPoint pts[2] = {{0.0f, 0.0f}, {100.0f, 100.0f}}; variable 213 pts, colors, nullptr, SK_ARRAY_COUNT(colors),
|
/drivers/peripheral/codec/test/demo/idl/src/ |
H A D | codec_hdi_decode.cpp | 432 omxBuffer->pts = 0; in UseBufferOnPort() 537 omxBuffer->pts = 0; in UseDMABuffer() 593 omxBuffer->pts = 0; in UseBufferHandle()
|
H A D | codec_hdi_encode.cpp | 384 omxBuffer->pts = 0; in UseDMABuffer() 430 omxBuffer->pts = 0; in UseBufferOnPort() 481 omxBuffer->pts = 0; in UseDynaBuffer()
|
/test/xts/acts/multimedia/av_codec/vcodec/hwdecoder/src/ |
H A D | videodec_ndk_sample.cpp | 578 attr.pts = startPts; in SendData() 717 attr.pts = 0; in state_EOS() 727 attr.pts = 0; in SetEOS()
|
/test/xts/acts/multimedia/media/media_cpp_standard/audioDecEncNdk/src/ |
H A D | ADecEncNdkSample.cpp | 359 attr.pts = 0; in PushInbufferDec() 363 attr.pts = timeStampDec_; in PushInbufferDec() 618 attr.pts = timeStampEnc_; in PushInbufferEnc()
|