Home
last modified time | relevance | path

Searched defs:width (Results 226 – 250 of 5662) sorted by relevance

12345678910>>...227

/external/skia/src/codec/
DSkSwizzler.cpp31 static void copy(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in copy()
40 static void sample1(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in sample1()
50 static void sample2(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in sample2()
60 static void sample4(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in sample4()
70 static void sample6(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in sample6()
81 static void sample8(void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in sample8()
299 void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in fast_swizzle_gray_to_n32()
326 void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in swizzle_grayalpha_to_n32_unpremul()
338 void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in fast_swizzle_grayalpha_to_n32_unpremul()
351 void* dst, const uint8_t* src, int width, int bpp, int deltaSrc, int offset, in swizzle_grayalpha_to_n32_premul()
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/video/
DAvcConfig.java56 int width = Format.NO_VALUE; in parse() local
96 public final int width; field in AvcConfig
114 int width, in AvcConfig()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/video/
DAvcConfig.java56 int width = Format.NO_VALUE; in parse() local
96 public final int width; field in AvcConfig
114 int width, in AvcConfig()
/external/libaom/test/
Dav1_convolve_test.cc222 void AssertOutputBufferEq(const uint8_t *p1, const uint8_t *p2, int width, in AssertOutputBufferEq()
240 void AssertOutputBufferEq(const uint16_t *p1, const uint16_t *p2, int width, in AssertOutputBufferEq()
351 const int width = GetParam().Block().Width(); in TestConvolve() local
374 const int width = GetParam().Block().Width(); in TestConvolveSpeed() local
450 const int width = GetParam().Block().Width(); in RunTest() local
478 const int width = GetParam().Block().Width(); in SpeedTest() local
557 const int width = GetParam().Block().Width(); in TestConvolve() local
580 const int width = GetParam().Block().Width(); in TestConvolveSpeed() local
653 const int width = GetParam().Block().Width(); in RunTest() local
682 const int width = GetParam().Block().Width(); in SpeedTest() local
[all …]
/external/deqp/framework/common/
DtcuSurface.cpp32 Surface::Surface(int width, int height) : m_width(width), m_height(height), m_pixels(width * height) in Surface()
47 void Surface::setSize(int width, int height) in setSize()
/external/pdfium/core/fxge/dib/
Dcfx_dibitmap.cpp44 bool CFX_DIBitmap::Create(int width, int height, FXDIB_Format format) { in Create()
48 bool CFX_DIBitmap::Create(int width, in Create()
206 bool CFX_DIBitmap::TransferBitmap(int width, in TransferBitmap()
244 int width, in TransferWithUnequalFormats()
273 int width, in TransferWithMultipleBPP()
294 int width, in TransferEqualFormatsOneBPP()
521 int width, in CalculatePitchAndSize()
555 int width, in CompositeBitmap()
621 int width, in CompositeMask()
684 int width, in CompositeOneBPPMask()
[all …]
/external/mesa3d/src/gallium/frontends/dri/
Ddrisw.c64 put_image(struct dri_drawable *drawable, void *data, unsigned width, unsigned height) in put_image()
75 unsigned width, unsigned height, unsigned stride) in put_image2()
87 unsigned width, unsigned height, unsigned stride) in put_image_shm()
103 get_image(struct dri_drawable *drawable, int x, int y, int width, int height, void *data) in get_image()
112 get_image2(struct dri_drawable *drawable, int x, int y, int width, int height, int stride, void *da… in get_image2()
125 get_image_shm(struct dri_drawable *drawable, int x, int y, int width, int height, in get_image_shm()
156 int x, int y, unsigned width, unsigned height, unsigned stride, in drisw_get_image()
167 void *data, unsigned width, unsigned height) in drisw_put_image()
174 void *data, int x, int y, unsigned width, unsigned height, in drisw_put_image2()
184 int x, int y, unsigned width, unsigned height, in drisw_put_image_shm()
[all …]
/external/libaom/aom_dsp/arm/
Dsum_squares_neon.c60 int stride, int width, in aom_sum_squares_2d_i16_nxn_neon()
96 uint64_t aom_sum_squares_2d_i16_neon(const int16_t *src, int stride, int width, in aom_sum_squares_2d_i16_neon()
165 int stride, int width, in aom_sum_sse_2d_i16_nxn_neon()
209 uint64_t aom_sum_sse_2d_i16_neon(const int16_t *src, int stride, int width, in aom_sum_sse_2d_i16_neon()
292 int width, int height) { in aom_var_2d_u8_4xh_neon()
349 int width, int height) { in aom_var_2d_u8_8xh_neon()
406 int width, int height) { in aom_var_2d_u8_16xh_neon()
464 uint64_t aom_var_2d_u8_neon(uint8_t *src, int src_stride, int width, in aom_var_2d_u8_neon()
480 int width, int height) { in aom_var_2d_u16_4xh_neon()
523 int width, int height) { in aom_var_2d_u16_8xh_neon()
[all …]
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLegacyBitmap.java65 private int width; field in ShadowLegacyBitmap
78 protected static Bitmap createBitmap(int width, int height, Bitmap.Config config) { in createBitmap()
84 DisplayMetrics displayMetrics, int width, int height, Bitmap.Config config) { in createBitmap()
91 int width, in createBitmap()
120 int width, int height, Bitmap.Config config, boolean hasAlpha, ColorSpace colorSpace) { in createBitmap()
130 Bitmap src, int x, int y, int width, int height, Matrix matrix, boolean filter) { in createBitmap()
194 int[] colors, int offset, int stride, int width, int height, Bitmap.Config config) { in createBitmap()
204 int width, in createBitmap()
242 BufferedImage bufferedImage, int width, int height, Bitmap.Config config) { in createBitmap()
470 int[] pixels, int offset, int stride, int x, int y, int width, int height) { in setPixels()
[all …]
DShadowDisplayListCanvas.java22 protected static long nCreateDisplayListCanvas(long node, int width, int height) { in nCreateDisplayListCanvas()
27 protected static long nCreateDisplayListCanvas(int width, int height) { in nCreateDisplayListCanvas()
/external/skia/tools/
Dconvert-to-nia.cpp58 static void write_nix_header(uint32_t magicU32le, uint32_t width, uint32_t height) { in write_nix_header()
82 static void write_nie_pixels(uint32_t width, uint32_t height, const SkBitmap& bm) { in write_nie_pixels()
104 static void write_nia_padding(uint32_t width, uint32_t height) { in write_nia_padding()
209 int width = bm.width(); in main() local
/external/libyuv/source/
Drotate_neon64.cc31 int width) { in TransposeWx8_NEON()
225 int width) { in TransposeUVWx8_NEON()
444 int width) { in Transpose4x4_32_NEON()
Drotate_neon.cc31 int width) { in TransposeWx8_NEON()
201 int width) { in TransposeUVWx8_NEON()
419 int width) { in Transpose4x4_32_NEON()
/external/webrtc/sdk/android/src/jni/
Dvideo_frame.cc106 int width() const override { return width_; } in width() function in webrtc::jni::__anon350d82da0111::AndroidVideoI420Buffer
124 int width, in Create()
134 int width, in Adopt()
146 int width, in AndroidVideoI420Buffer()
233 int AndroidVideoBuffer::width() const { in width() function in webrtc::jni::AndroidVideoBuffer
262 const int width = Java_Buffer_getWidth(jni, j_video_frame_buffer); in JavaToNativeFrameBuffer() local
/external/tensorflow/tensorflow/core/lib/gif/
Dgif_io_test.cc31 const int width; member
50 [&](int frame_cnt, int width, int height, int channels) -> uint8* { in TestDecodeGif()
90 const int width = static_cast<int>(decode.width); in TestDecodeAnimatedGif() local
117 [&](int num_frames, int width, int height, int channels) -> uint8* { in TEST()
145 [&](int frame_cnt, int width, int height, int channels) -> uint8* { in TestExpandAnimations()
171 [&](int frame_cnt, int width, int height, int channels) -> uint8* { in TestInvalidGifFormat()
/external/glide/library/src/main/java/com/bumptech/glide/request/target/
DSimpleTarget.java27 private final int width; field in SimpleTarget
50 public SimpleTarget(int width, int height) { in SimpleTarget()
/external/webrtc/modules/desktop_capture/win/
Dcursor.cc52 void AddCursorOutline(int width, int height, uint32_t* data) { in AddCursorOutline()
74 void AlphaMul(uint32_t* data, int width, int height) { in AlphaMul()
92 bool HasAlphaChannel(const uint32_t* data, int stride, int width, int height) { in HasAlphaChannel()
132 int width = bitmap_info.bmWidth; in CreateMouseCursorFromHCursor() local
/external/skia/tools/gpu/vk/
DVkYcbcrSamplerHelper.cpp29 int VkYcbcrSamplerHelper::GetExpectedY(int x, int y, int width, int height) { in GetExpectedY()
33 std::pair<int, int> VkYcbcrSamplerHelper::GetExpectedUV(int x, int y, int width, int height) { in GetExpectedUV()
39 void populate_ycbcr_image_info(VkImageCreateInfo* outImageInfo, uint32_t width, uint32_t height) { in populate_ycbcr_image_info()
78 bool VkYcbcrSamplerHelper::createBackendTexture(uint32_t width, uint32_t height) { in createBackendTexture()
233 bool VkYcbcrSamplerHelper::createGrBackendTexture(uint32_t width, uint32_t height) { in createGrBackendTexture()
/external/rust/android-crates-io/crates/textwrap/src/
Dcore.rs201 let mut width = 0; in display_width() localVariable
223 fn width(&self) -> f64; in width() method
247 pub(crate) width: usize, field
289 let mut width = 0; in break_apart() localVariable
330 fn width(&self) -> f64 { in width() method
/external/tensorflow/tensorflow/core/distributed_runtime/
Drpcbench_test.cc124 GraphDef CreateGraphDef(int num_stages, int width, int tensor_size, in CreateGraphDef()
169 static void BM_Helper(::testing::benchmark::State& state, int width, in BM_Helper()
214 const int width = state.range(0); in BM_ShardedProgram() local
237 const int width = state.range(0); in BM_RPC() local
245 const int width = state.range(0); in BM_SingleDevice() local
/external/libdrm/tests/etnaviv/
Dwrite_bmp.c48 unsigned int width; member
67 bmp_header_write(int fd, int width, int height, int bgra, int noflip, int alpha) in bmp_header_write()
104 bmp_dump32(char *buffer, unsigned width, unsigned height, bool bgra, const char *filename) in bmp_dump32()
120 bmp_dump32_noflip(char *buffer, unsigned width, unsigned height, bool bgra, const char *filename) in bmp_dump32_noflip()
136 bmp_dump32_ex(char *buffer, unsigned width, unsigned height, bool flip, bool bgra, bool alpha, cons… in bmp_dump32_ex()
/external/libjpeg-turbo/
Dturbojpeg.c542 DLLEXPORT unsigned long tjBufSize(int width, int height, int jpegSubsamp)
565 DLLEXPORT unsigned long TJBUFSIZE(int width, int height)
585 DLLEXPORT unsigned long tjBufSizeYUV2(int width, int align, int height,
611 DLLEXPORT unsigned long tjBufSizeYUV(int width, int height, int subsamp)
617 DLLEXPORT unsigned long TJBUFSIZEYUV(int width, int height, int subsamp)
624 DLLEXPORT int tjPlaneWidth(int componentID, int width, int subsamp)
676 DLLEXPORT unsigned long tjPlaneSizeYUV(int componentID, int width, int stride,
703 int width, int pitch, int height, int pixelFormat,
771 DLLEXPORT int tjCompress(tjhandle handle, unsigned char *srcBuf, int width,
796 int width, int pitch, int height,
[all …]
/external/webrtc/test/
Dframe_utils.cc27 int width, in EqualPlane()
74 rtc::scoped_refptr<I420Buffer> ReadI420Buffer(int width, int height, FILE* f) { in ReadI420Buffer()
91 rtc::scoped_refptr<NV12Buffer> ReadNV12Buffer(int width, int height, FILE* f) { in ReadNV12Buffer()
/external/mesa3d/src/gallium/auxiliary/util/
Du_debug_image.h65 #define debug_dump_image(prefix, format, cpp, width, height, stride, data) ((void)0) argument
69 #define debug_dump_float_rgba_bmp(filename, width, height, rgba, stride) ((void)0) argument
70 #define debug_dump_ubyte_rgba_bmp(filename, width, height, rgba, stride) ((void)0) argument
/external/mesa3d/src/gallium/frontends/clover/core/
Dmemory.cpp174 size_t width, size_t height, size_t depth, size_t array_size, in image()
224 image::width() const { in width() function in image
267 size_t width, size_t row_pitch, in image1d()
277 size_t width, size_t row_pitch, in image1d_buffer()
287 size_t width, in image1d_array()
297 const cl_image_format *format, size_t width, in image2d()
308 size_t width, size_t height, size_t array_size, in image2d_array()
319 size_t width, size_t height, size_t depth, in image3d()

12345678910>>...227