Home
last modified time | relevance | path

Searched refs:pts (Results 676 - 700 of 904) sorted by relevance

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

/third_party/ffmpeg/libavfilter/
H A Dvf_hysteresis.c130 out->pts = av_rescale_q(s->fs.pts, s->fs.time_base, outlink->time_base); in process_frame()
H A Dvf_maskedminmax.c212 out->pts = av_rescale_q(s->fs.pts, s->fs.time_base, outlink->time_base); in process_frame()
H A Dvf_midequalizer.c125 out->pts = av_rescale_q(s->fs.pts, s->fs.time_base, outlink->time_base); in process_frame()
H A Dvf_maskedmerge.c136 out->pts = av_rescale_q(s->fs.pts, s->fs.time_base, outlink->time_base); in process_frame()
H A Dvf_maskfun.c100 out->pts = in->pts; in filter_frame()
H A Dvf_mergeplanes.c166 out->pts = av_rescale_q(s->fs.pts, s->fs.time_base, outlink->time_base); in process_frame()
H A Dvf_subtitles.c190 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 Dvf_overlay_qsv.c314 frame->pts = av_rescale_q(s->fs.pts, in filter_callback()
H A Dvf_program_opencl.c165 output->pts = ctx->index; in program_opencl_run()
171 output->width, output->height, output->pts); in program_opencl_run()
H A Dvf_vignette.c35 "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 D4xm.c316 /* 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 Dnuv.c288 pkt->pts = AV_RL32(&hdr[4]); in nuv_packet()
307 pkt->pts = AV_RL32(&hdr[4]); in nuv_packet()
H A Ddashenc.c1774 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 Dmatroskaenc.c162 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 DSampleFilterBounds.cpp113 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 DSkRecorder.cpp164 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 DSkPathOpsQuad.cpp350 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 DSkNWayCanvas.cpp194 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 DMSKPPlayer.cpp189 const SkPoint pts[],
191 fRecorder.getRecordingCanvas()->drawPoints(mode, count, pts, paint);
/third_party/skia/gm/
H A Ddrawatlas.cpp182 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 DPDFBench.cpp207 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 Dcodec_hdi_decode.cpp432 omxBuffer->pts = 0; in UseBufferOnPort()
537 omxBuffer->pts = 0; in UseDMABuffer()
593 omxBuffer->pts = 0; in UseBufferHandle()
H A Dcodec_hdi_encode.cpp384 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 Dvideodec_ndk_sample.cpp578 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 DADecEncNdkSample.cpp359 attr.pts = 0; in PushInbufferDec()
363 attr.pts = timeStampDec_; in PushInbufferDec()
618 attr.pts = timeStampEnc_; in PushInbufferEnc()

Completed in 27 milliseconds

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