/third_party/skia/modules/svg/src/ |
H A D | SkSVGLinearGradient.cpp | 37 const SkPoint pts[2] = { {x1, y1}, {x2, y2}}; in onMakeShader() local
|
/third_party/skia/gm/ |
H A D | gammatext.cpp | 26 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 D | shallowgradient.cpp | 25 SkPoint pts[] = { { 0, 0 }, { size.width(), size.height() } }; in shader_linear() local
|
H A D | colormatrix.cpp | 82 SkPoint pts[] = {{0, 0}, {SkIntToScalar(width), SkIntToScalar(height)}}; in CreateTransparentBitmap() local
|
H A D | savelayer.cpp | 125 const SkPoint pts[] = { {r.fLeft,0}, {r.fRight, 0} }; in draw_cell() local
|
/third_party/skia/bench/ |
H A D | PathIterBench.cpp | 27 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 D | gradient_dirty_laundry.cpp | 79 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 D | video_sink_test.cpp | 238 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 D | plugin_buffer.h | 231 int64_t pts; member in OHOS::Media::Plugin::Buffer
|
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/encoder/ |
H A D | video_encoder_sample.cpp | 101 uint64_t pts = static_cast<uint64_t>(frameCount) * in SurfaceInputThread() local
|
/foundation/multimedia/player_framework/frameworks/native/video_editor/composite_engine/impl/ |
H A D | video_composite_engine.cpp | 93 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 D | video_decoder_engine_impl.cpp | 68 void VideoDecoderEngineImpl::OnDecodeFrame(uint64_t pts) in OnDecodeFrame() argument
|
/third_party/ffmpeg/libavcodec/ |
H A D | parser.c | 115 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 D | asrc_hilbert.c | 38 int64_t pts; member
|
H A D | asrc_anullsrc.c | 46 int64_t pts; member
|
H A D | af_amultiply.c | 48 int64_t pts; in activate() local
|
H A D | f_realtime.c | 43 int64_t pts = av_rescale_q(frame->pts, inlink->time_base, AV_TIME_BASE_Q) / s->speed; in filter_frame() local
|
H A D | af_asdr.c | 33 int64_t pts; member 65 int64_t pts; in activate() local [all...] |
H A D | f_cue.c | 48 int64_t pts = av_rescale_q(frame->pts, inlink->time_base, AV_TIME_BASE_Q); in activate() local
|
H A D | vf_separatefields.c | 105 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 D | vf_repeatfields.c | 68 static void update_pts(AVFilterLink *link, AVFrame *f, int64_t pts, int fields) in update_pts() argument
|
H A D | vf_untile.c | 35 int64_t dpts, pts; member
|
/third_party/ffmpeg/libavformat/ |
H A D | fitsdec.c | 40 int64_t pts; member
|
H A D | kvag.c | 111 kvag_seek(AVFormatContext *s, int stream_index, int64_t pts, int flags) kvag_seek() argument
|
H A D | webpenc.c | 78 static int flush(AVFormatContext *s, int trailer, int64_t pts) in flush() argument
|