| /third_party/mesa3d/src/mesa/math/ |
| H A D | m_vector.h | 59 GLuint stride; /**< stride from one element to the next (in bytes) */ member
|
| /third_party/mesa3d/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_util.c | 129 unsigned stride = draw->pipeline.vertex_stride; in draw_reset_vertex_ids() local
|
| /third_party/mesa3d/src/gallium/auxiliary/renderonly/ |
| H A D | renderonly.h | 36 uint32_t stride; member
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_linear.h | 55 unsigned stride; member
|
| /third_party/skia/third_party/externals/libwebp/tests/fuzzer/ |
| H A D | simple_api_fuzzer.c | 44 int stride, uv_stride; in LLVMFuzzerTestOneInput() local 47 const int stride = (value < 0xbe ? 4 : 3) * w; in LLVMFuzzerTestOneInput() local
|
| /third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
| H A D | parser_impl_global_decl_test.cc | 192 auto* stride = arr->decorations[0]; in TEST_F() local
|
| /third_party/skia/third_party/externals/zlib/contrib/optimizations/ |
| H A D | slide_hash_neon.h | 24 const size_t stride = 2*chunk; in neon_slide_hash_update() local
|
| /foundation/arkui/ui_lite/frameworks/render/ |
| H A D | render_buffer.h | 45 RenderBuffer(uint8_t* renBuf, uint32_t areaWidth, uint32_t areaHeight, int32_t stride) in RenderBuffer() argument 62 void Attach(uint8_t* renBuf, uint32_t areaWidth, uint32_t areaHeight, int32_t stride) in Attach() argument [all...] |
| /foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/ |
| H A D | image_codec_buffer.cpp | 25 std::shared_ptr<ImageCodecBuffer> ImageCodecBuffer::CreateDmaBuffer(int fd, int32_t capacity, int32_t stride) in CreateDmaBuffer() argument 50 ImageDmaBuffer::ImageDmaBuffer(int fd, int32_t capacity, int32_t stride): fd_(fd) in ImageDmaBuffer() argument
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | lossless_videodsp.c | 102 static void add_gradient_pred_c(uint8_t *src, const ptrdiff_t stride, const ptrdiff_t width){ in add_gradient_pred_c() argument
|
| H A D | lossless_videoencdsp.c | 77 sub_left_predict_c(uint8_t *dst, uint8_t *src, ptrdiff_t stride, ptrdiff_t width, int height) sub_left_predict_c() argument
|
| H A D | ffv1enc_template.c | 125 encode_rgb_frame(FFV1Context *s, const uint8_t *src[4], int w, int h, const int stride[4]) encode_rgb_frame() argument [all...] |
| H A D | ffv1dec_template.c | 128 static int RENAME(decode_rgb_frame)(FFV1Context *s, uint8_t *src[4], int w, int h, int stride[4]) in decode_rgb_frame() argument
|
| H A D | m101.c | 51 int stride, ret; in m101_decode_frame() local
|
| H A D | aasc.c | 87 int compr, i, stride, psize, ret; in aasc_decode_frame() local
|
| H A D | xl.c | 47 int stride; in decode_frame() local
|
| H A D | v210enc.c | 73 int stride = aligned_width * 8 / 3; in encode_frame() local
|
| H A D | txd.c | 40 unsigned int version, w, h, d3d_format, depth, stride, flags; in txd_decode_frame() local
|
| /third_party/ffmpeg/libavcodec/mips/ |
| H A D | blockdsp_msa.c | 54 static void memset_zero_16width_msa(uint8_t *src, int32_t stride, in memset_zero_16width_msa() argument 68 void ff_fill_block16_msa(uint8_t *src, uint8_t val, ptrdiff_t stride, int height) in ff_fill_block16_msa() argument 73 void ff_fill_block8_msa(uint8_t *src, uint8_t val, ptrdiff_t stride, int height) in ff_fill_block8_msa() argument
|
| /third_party/ffmpeg/libavcodec/ppc/ |
| H A D | pixblockdsp.c | 36 get_pixels_altivec(int16_t *restrict block, const uint8_t *pixels, ptrdiff_t stride) get_pixels_altivec() argument 63 get_pixels_altivec(int16_t *restrict block, const uint8_t *pixels, ptrdiff_t stride) get_pixels_altivec() argument 91 diff_pixels_altivec(int16_t *restrict block, const uint8_t *s1, const uint8_t *s2, ptrdiff_t stride) diff_pixels_altivec() argument 153 diff_pixels_altivec(int16_t *restrict block, const uint8_t *s1, const uint8_t *s2, ptrdiff_t stride) diff_pixels_altivec() argument 232 get_pixels_vsx(int16_t *restrict block, const uint8_t *pixels, ptrdiff_t stride) get_pixels_vsx() argument 245 diff_pixels_vsx(int16_t *restrict block, const uint8_t *s1, const uint8_t *s2, ptrdiff_t stride) diff_pixels_vsx() argument [all...] |
| /third_party/ffmpeg/libavcodec/tests/ |
| H A D | snowenc.c | 95 int stride= width << (s.spatial_decomposition_count-level); in main() local
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | colorspacedsp.c | 78 static void multiply3x3_c(int16_t *buf[3], ptrdiff_t stride, in multiply3x3_c() argument
|
| /third_party/ffmpeg/libavformat/ |
| H A D | rawutils.c | 36 int stride = size / par->height; in ff_reshuffle_raw_rgb() local
|
| /third_party/ffmpeg/libavresample/ |
| H A D | audio_data.h | 50 int stride; /**< sample byte offset within a plane */ member
|
| /third_party/ffmpeg/tests/checkasm/ |
| H A D | hevc_sao.c | 82 ptrdiff_t stride = PIXEL_STRIDE*SIZEOF_PIXEL; in check_sao_band() local 119 ptrdiff_t stride in check_sao_edge() local [all...] |