Home
last modified time | relevance | path

Searched defs:pts (Results 76 - 100 of 551) sorted by relevance

12345678910>>...23

/third_party/skia/modules/svg/src/
H A DSkSVGLinearGradient.cpp37 const SkPoint pts[2] = { {x1, y1}, {x2, y2}}; in onMakeShader() local
/third_party/skia/gm/
H A Dgammatext.cpp26 static sk_sp<SkShader> make_heatGradient(const SkPoint pts[2]) { in make_heatGradient() argument
52 const SkPoint pts[] = { { 0, 0 }, { 0, SkIntToScalar(HEIGHT) } }; in drawGrad() local
100 const SkPoint pts[] = { { 0, 0 }, { 240, 0 } }; in make_gradient() local
H A Dshallowgradient.cpp25 SkPoint pts[] = { { 0, 0 }, { size.width(), size.height() } }; in shader_linear() local
H A Dcolormatrix.cpp82 SkPoint pts[] = {{0, 0}, {SkIntToScalar(width), SkIntToScalar(height)}}; in CreateTransparentBitmap() local
H A Dsavelayer.cpp125 const SkPoint pts[] = { {r.fLeft,0}, {r.fRight, 0} }; in draw_cell() local
/third_party/skia/bench/
H A DPathIterBench.cpp27 static int rand_pts(SkRandom& rand, SkPoint pts[4]) { in rand_pts() argument
52 SkPoint pts[4]; in PathIterBench() local
94 SkPoint pts[4]; global() variable
[all...]
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/
H A Dgradient_dirty_laundry.cpp79 OH_Drawing_Point2D pts[] = { { 0, 0 }, { 100.0, 100.0 } }; // 100.0, 100.0 坐标点 in MakeRadial() local
92 OH_Drawing_Point2D pts[] = { { 0, 0 }, { 100.0, 100.0 } }; // 100 设置点 in MakeSweep() local
[all...]
/foundation/multimedia/av_codec/test/unittest/media_sink_test/
H A Dvideo_sink_test.cpp238 int64_t pts = 100; in HWTEST_F() local
246 int64_t pts = 100; in HWTEST_F() local
/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dplugin_buffer.h231 int64_t pts; member in OHOS::Media::Plugin::Buffer
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/encoder/
H A Dvideo_encoder_sample.cpp101 uint64_t pts = static_cast<uint64_t>(frameCount) * in SurfaceInputThread() local
/foundation/multimedia/player_framework/frameworks/native/video_editor/composite_engine/impl/
H A Dvideo_composite_engine.cpp93 void VideoCompositeEngine::OnDecodeFrame(uint64_t pts) in OnDecodeFrame() argument
103 void VideoCompositeEngine::OnEncodeFrame(uint64_t pts) in OnEncodeFrame() argument
113 void VideoCompositeEngine::OnRenderFinish(uint64_t pts, GraphicsRenderResult result) in OnRenderFinish() argument
/foundation/multimedia/player_framework/frameworks/native/video_editor/codec/video/decoder/
H A Dvideo_decoder_engine_impl.cpp68 void VideoDecoderEngineImpl::OnDecodeFrame(uint64_t pts) in OnDecodeFrame() argument
/third_party/ffmpeg/libavcodec/
H A Dparser.c115 av_parser_parse2(AVCodecParserContext *s, AVCodecContext *avctx, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int64_t pts, int64_t dts, int64_t pos) av_parser_parse2() argument
/third_party/ffmpeg/libavfilter/
H A Dasrc_hilbert.c38 int64_t pts; member
H A Dasrc_anullsrc.c46 int64_t pts; member
H A Daf_amultiply.c48 int64_t pts; in activate() local
H A Df_realtime.c43 int64_t pts = av_rescale_q(frame->pts, inlink->time_base, AV_TIME_BASE_Q) / s->speed; in filter_frame() local
H A Daf_asdr.c33 int64_t pts; member
65 int64_t pts; in activate() local
[all...]
H A Df_cue.c48 int64_t pts = av_rescale_q(frame->pts, inlink->time_base, AV_TIME_BASE_Q); in activate() local
H A Dvf_separatefields.c105 static int flush_frame(AVFilterLink *outlink, int64_t pts, int64_t *out_pts) in flush_frame() argument
126 int64_t pts; activate() local
[all...]
H A Dvf_repeatfields.c68 static void update_pts(AVFilterLink *link, AVFrame *f, int64_t pts, int fields) in update_pts() argument
H A Dvf_untile.c35 int64_t dpts, pts; member
/third_party/ffmpeg/libavformat/
H A Dfitsdec.c40 int64_t pts; member
H A Dkvag.c111 kvag_seek(AVFormatContext *s, int stream_index, int64_t pts, int flags) kvag_seek() argument
H A Dwebpenc.c78 static int flush(AVFormatContext *s, int trailer, int64_t pts) in flush() argument

Completed in 9 milliseconds

12345678910>>...23