| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/ |
| H A D | rs_linear_gradient_blur_shader_filter.h | 35 auto dst = canvas.GetDeviceClipBounds(); in SetGeometry() local
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkregion_fuzzer/ |
| H A D | ndkregion_fuzzer.cpp | 54 OH_Drawing_Region* dst = OH_Drawing_RegionCreate(); in NativeDrawingRegionTest001() local
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/utils/ |
| H A D | matrix_test.cpp | 352 std::vector<Point> dst = { { 1, 2 } }; in HWTEST_F() local 368 std::vector<Point> dst = { { 3, 2 } }; in HWTEST_F() local 383 RectF dst; in HWTEST_F() local 398 RectF dst; in HWTEST_F() local 419 Point dst[] = {{0, 0}, {100, 30}, {100, 70}, {0, 100}, {0, 100}}; HWTEST_F() local 438 Point dst[] = {{0, 0}, {100, 30}, {100, 70}, {0, 100}, {0, 100}}; HWTEST_F() local 457 Point dst[] = {{0, 0}, {100, 30}, {100, 70}, {0, 100}, {0, 100}}; HWTEST_F() local 476 Point dst[] = {{0, 0}, {100, 30}, {100, 70}, {0, 100}, {0, 100}}; HWTEST_F() local [all...] |
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/effect/colormatrix_fuzzer/ |
| H A D | colormatrix_fuzzer.cpp | 69 scalar dst[MATRIX_SIZE]; in ColorMatrixFuzzTest002() local
|
| /foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/ |
| H A D | ge_aibar_shader_filter.cpp | 37 ProcessImage(Drawing::Canvas& canvas, const std::shared_ptr<Drawing::Image> image, const Drawing::Rect& src, const Drawing::Rect& dst) ProcessImage() argument
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/ |
| H A D | matrix_test.cpp | 97 OH_Drawing_Point2D dst[] = { { 20, 20 }, { 20, 200 }, { 200, 20 }, { 200, 200 } }; // 20, 200 坐标值 in OnTestPerformance() local
|
| /foundation/graphic/graphic_2d/utils/color_manager/src/ |
| H A D | color.cpp | 88 ColorSpaceConvertor convertor(ColorSpace(srcName), dst, GamutMappingMode::GAMUT_MAP_CONSTANT);
in Convert() local
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/ |
| H A D | pixel_yuv_ext_test.cpp | 144 SkTransYuvInfo dst; in HWTEST_F() local
|
| /foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/ |
| H A D | ext_pixel_convert.cpp | 48 void PixelCopy(RGBPixel* src, RGBxPixel* dst)
in PixelCopy() argument 56 void PixelCopy(RGBxPixel* src, RGBPixel* dst)
in PixelCopy() argument 63 uint32_t ExtPixelConvert::RGBxToRGB(const ExtPixels &src, ExtPixels &dst)
in RGBxToRGB() argument 80 RGBToRGBx(const ExtPixels &src, ExtPixels &dst) RGBToRGBx() argument [all...] |
| /foundation/multimedia/image_effect/frameworks/native/effect/manager/colorspace_manager/ |
| H A D | colorspace_manager.cpp | 44 void ColorSpaceManager::Init(std::shared_ptr<EffectBuffer> &src, std::shared_ptr<EffectBuffer> &dst) in Init() argument
|
| /foundation/multimedia/media_library/frameworks/services/media_multistages_capture/src/deferred_processing/ |
| H A D | deferred_video_proc_adapter.cpp | 103 auto dst = sptr<IPCFileDescriptor>::MakeSptr(dstFd);
in AddVideo() local
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/image/ |
| H A D | pixmap.cpp | 71 bool Pixmap::ScalePixels(const Pixmap& dst, const SamplingOptions& options) const in ScalePixels() argument
|
| /test/xts/acts/graphic/acts_drawing_native/ |
| H A D | DrawingNativeMatrixTestPart2.cpp | 379 OH_Drawing_Point2D dst[] = {{0, 0}, {100, 30}, {100, 70}, {0, 100}, {0, 100}}; in HWTEST_F() local 388 OH_Drawing_Point2D dst[i]; in HWTEST_F() local 414 OH_Drawing_Point2D dst[] = {{0, 0}, {100, 30}, {100, 70}, {0, 100}, {0, 100}}; in HWTEST_F() local 442 OH_Drawing_Point2D dst[] = {{0, 0}, {100, 30}, {100, 70}, {0, 100}}; in HWTEST_F() local 469 OH_Drawing_Point2D dst[2] = {{dis(gen), dis(gen)}, {dis(gen), dis(gen)}}; HWTEST_F() local 488 OH_Drawing_Point2D dst[] = {{0, 0}, {100, 30}, {100, 70}, {0, 100}, {0, 100}}; HWTEST_F() local 511 OH_Drawing_Point2D dst[] = {{0, 0}, {100, 30}, {100, 70}, {0, 100}, {0, 100}}; HWTEST_F() local 540 OH_Drawing_Point2D dst[] = {{0, 0}, {100, 30}, {100, 70}, {0, 100}, {0, 100}}; HWTEST_F() local 560 OH_Drawing_Point2D dst[] = {{0, 0}, {100, 30}, {100, 70}, {0, 100}, {0, 100}}; HWTEST_F() local 582 OH_Drawing_Rect *dst = OH_Drawing_RectCreate(0, 0, 100, 100); HWTEST_F() local 609 OH_Drawing_Rect *dst = OH_Drawing_RectCreate(0, 0, 100, 100); HWTEST_F() local 641 OH_Drawing_Rect *dst = OH_Drawing_RectCreate(0, 0, dis(gen), dis(gen)); HWTEST_F() local [all...] |
| H A D | DrawingNativeRectTest.cpp | 812 OH_Drawing_Rect *dst = OH_Drawing_RectCreate(0, 0, 0, 0); in HWTEST_F() local 868 OH_Drawing_Rect *dst = OH_Drawing_RectCreate(0, 0, 0, 0); HWTEST_F() local [all...] |
| /test/xts/device_attest_lite/services/core/mini/adapter/ |
| H A D | attest_adapter_network_config.c | 31 static int32_t CopyNVData(char *dst, int32_t dstLen, unsigned char *src, int32_t srcLen) in CopyNVData() argument
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | audiodsp.c | 36 static void vector_clipf_c_opposite_sign(float *dst, const float *src, in vector_clipf_c_opposite_sign() argument 58 static void vector_clipf_c(float *dst, const float *src, int len, in vector_clipf_c() argument 90 vector_clip_int32_c(int32_t *dst, const int32_t *src, int32_t min, int32_t max, unsigned int len) vector_clip_int32_c() argument [all...] |
| H A D | dolby_e_parse.c | 63 uint8_t *dst = s->buffer; in ff_dolby_e_convert_input() local
|
| H A D | dvaudiodec.c | 93 int16_t *dst; in decode_frame() local
|
| H A D | h264_picture.c | 59 static void h264_copy_picture_params(H264Picture *dst, const H264Picture *src) in h264_copy_picture_params() argument 92 ff_h264_ref_picture(H264Context *h, H264Picture *dst, H264Picture *src) ff_h264_ref_picture() argument 145 ff_h264_replace_picture(H264Context *h, H264Picture *dst, const H264Picture *src) ff_h264_replace_picture() argument 196 ff_h264_set_erpic(ERPicture *dst, H264Picture *src) ff_h264_set_erpic() argument [all...] |
| H A D | dsddec.c | 81 float *dst = ((float **)frame->extended_data)[j]; in dsd_channel() local
|
| H A D | dsd.c | 95 ff_dsd2pcm_translate(DSDContext* s, size_t samples, int lsbf, const uint8_t *src, ptrdiff_t src_stride, float *dst, ptrdiff_t dst_stride) ff_dsd2pcm_translate() argument
|
| H A D | frwu.c | 72 uint8_t *dst = pic->data[0]; in decode_frame() local
|
| H A D | mpeg_er.c | 23 static void set_erpic(ERPicture *dst, Picture *src) in set_erpic() argument [all...] |
| H A D | dca.c | 49 int avpriv_dca_convert_bitstream(const uint8_t *src, int src_size, uint8_t *dst, in avpriv_dca_convert_bitstream() argument
|
| H A D | lossless_videodsp.c | 29 static void add_bytes_c(uint8_t *dst, uint8_t *src, ptrdiff_t w) in add_bytes_c() argument 42 static void add_median_pred_c(uint8_t *dst, const uint8_t *src1, in add_median_pred_c() argument 62 static int add_left_pred_c(uint8_t *dst, const uint8_t *src, ptrdiff_t w, in add_left_pred_c() argument 83 add_left_pred_int16_c(uint16_t *dst, const uint16_t *src, unsigned mask, ptrdiff_t w, unsigned acc) add_left_pred_int16_c() argument [all...] |