Home
last modified time | relevance | path

Searched defs:pitch (Results 301 - 325 of 476) sorted by relevance

1...<<11121314151617181920

/third_party/ffmpeg/libavcodec/
H A Dnvenc.h87 int pitch; member
/third_party/ffmpeg/libavfilter/
H A Dv360.h144 float yaw, pitch, roll; member
/third_party/alsa-utils/alsaloop/
H A Dalsaloop.h118 double pitch; member
156 double pitch; member
/third_party/libsnd/src/
H A Dwav.c1379 uint32_t note, pitch, start, end, type = -1, count ; in wav_read_smpl_chunk() local
/third_party/libdrm/include/drm/
H A Dmach64_drm.h241 int pitch; member
/third_party/libdrm/intel/
H A Dintel_bufmgr_fake.c838 drm_intel_fake_bo_alloc_tiled(drm_intel_bufmgr * bufmgr, const char *name, int x, int y, int cpp, uint32_t *tiling_mode, unsigned long *pitch, unsigned long flags) drm_intel_fake_bo_alloc_tiled() argument
/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_android.c296 int pitch = 0; local
H A Dplatform_ohos.c119 int pitch = 0; in native_window_buffer_get_buffer_info() local
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_bufimage.c404 nir_ssa_def *pitch = nir_load_push_constant(&b, 1, 32, nir_imm_int(&b, 8), .range = 12); in build_nir_btoi_r32g32b32_compute_shader() local
/third_party/mesa3d/src/intel/tools/
H A Daubinator_viewer_decoder.cpp362 int pitch = -1; in handle_3dstate_vertex_buffers() local
/third_party/libdrm/
H A Dxf86drmMode.h106 uint32_t pitch; member
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_bufmgr.c466 crocus_bo_alloc_tiled(struct crocus_bufmgr *bufmgr, const char *name, uint64_t size, uint32_t alignment, uint32_t tiling_mode, uint32_t pitch, unsigned flags) crocus_bo_alloc_tiled() argument
/third_party/pulseaudio/sonic/
H A DSonic.java24 private float pitch; field in Sonic
116 setPitch( float pitch) setPitch() argument
946 changeFloatSpeed( float samples[], int numSamples, float speed, float pitch, float rate, float volume, boolean useChordPitch, int sampleRate, int numChannels) changeFloatSpeed() argument
972 sonicChangeShortSpeed( short samples[], int numSamples, float speed, float pitch, float rate, float volume, boolean useChordPitch, int sampleRate, int numChannels) sonicChangeShortSpeed() argument
[all...]
H A Dsonic.c28 float pitch; member
110 sonicSetPitch( sonicStream stream, float pitch) sonicSetPitch() argument
845 float pitch = stream->pitch; adjustPitch() local
1124 sonicChangeFloatSpeed( float *samples, int numSamples, float speed, float pitch, float rate, float volume, int useChordPitch, int sampleRate, int numChannels) sonicChangeFloatSpeed() argument
1151 sonicChangeShortSpeed( short *samples, int numSamples, float speed, float pitch, float rate, float volume, int useChordPitch, int sampleRate, int numChannels) sonicChangeShortSpeed() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DPixelRoutine.cpp410 Int pitch; in depthTest() local
681 Int pitch; in writeDepth() local
1748 Int pitch = *Pointer<Int>(data + OFFSET(DrawData, colorPitchB[index])); in writeColor() local
1773 Int pitch = *Pointer<Int>(data + OFFSET(DrawData, colorPitchB[index])); writeColor() local
1790 Int pitch = *Pointer<Int>(data + OFFSET(DrawData,colorPitchB[index])); writeColor() local
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dtjbench.c155 int pitch = scaledw * ps; in decomp() local
331 int ntilesw = 1, ntilesh = 1, pitch = w * ps; fullTest() local
[all...]
H A Dtjunittest.c692 static void initBitmap(unsigned char *buf, int width, int pitch, int height, in initBitmap() argument
726 cmpBitmap(unsigned char *buf, int width, int pitch, int height, int pf, int flags, int gray2rgb) cmpBitmap() argument
782 int ps = tjPixelSize[pf], pitch = PAD(width * ps, align), loadWidth = 0, doBmpTest() local
[all...]
H A Dturbojpeg-jni.c217 TJCompressor_compress(JNIEnv *env, jobject obj, jarray src, jint srcElementSize, jint x, jint y, jint width, jint pitch, jint height, jint pf, jbyteArray dst, jint jpegSubsamp, jint jpegQual, jint flags) TJCompressor_compress() argument
263 Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3BIIIIII_3BIII(JNIEnv *env, jobject obj, jbyteArray src, jint x, jint y, jint width, jint pitch, jint height, jint pf, jbyteArray dst, jint jpegSubsamp, jint jpegQual, jint flags) Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3BIIIIII_3BIII() argument
273 Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3BIIII_3BIII(JNIEnv *env, jobject obj, jbyteArray src, jint width, jint pitch, jint height, jint pf, jbyteArray dst, jint jpegSubsamp, jint jpegQual, jint flags) Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3BIIII_3BIII() argument
402 TJCompressor_encodeYUV(JNIEnv *env, jobject obj, jarray src, jint srcElementSize, jint x, jint y, jint width, jint pitch, jint height, jint pf, jobjectArray dstobjs, jintArray jDstOffsets, jintArray jDstStrides, jint subsamp, jint flags) TJCompressor_encodeYUV() argument
485 Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3BIIIIII_3_3B_3I_3III(JNIEnv *env, jobject obj, jbyteArray src, jint x, jint y, jint width, jint pitch, jint height, jint pf, jobjectArray dstobjs, jintArray jDstOffsets, jintArray jDstStrides, jint subsamp, jint flags) Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3BIIIIII_3_3B_3I_3III() argument
513 TJCompressor_encodeYUV_12(JNIEnv *env, jobject obj, jarray src, jint srcElementSize, jint width, jint pitch, jint height, jint pf, jbyteArray dst, jint subsamp, jint flags) TJCompressor_encodeYUV_12() argument
552 Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3BIIII_3BII(JNIEnv *env, jobject obj, jbyteArray src, jint width, jint pitch, jint height, jint pf, jbyteArray dst, jint subsamp, jint flags) Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3BIIII_3BII() argument
681 TJDecompressor_decompress(JNIEnv *env, jobject obj, jbyteArray src, jint jpegSize, jarray dst, jint dstElementSize, jint x, jint y, jint width, jint pitch, jint height, jint pf, jint flags) TJDecompressor_decompress() argument
721 Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompress___3BI_3BIIIIIII(JNIEnv *env, jobject obj, jbyteArray src, jint jpegSize, jbyteArray dst, jint x, jint y, jint width, jint pitch, jint height, jint pf, jint flags) Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompress___3BI_3BIIIIIII() argument
730 Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompress___3BI_3BIIIII(JNIEnv *env, jobject obj, jbyteArray src, jint jpegSize, jbyteArray dst, jint width, jint pitch, jint height, jint pf, jint flags) Java_org_libjpegturbo_turbojpeg_TJDecompressor_decompress___3BI_3BIIIII() argument
902 TJDecompressor_decodeYUV(JNIEnv *env, jobject obj, jobjectArray srcobjs, jintArray jSrcOffsets, jintArray jSrcStrides, jint subsamp, jarray dst, jint dstElementSize, jint x, jint y, jint width, jint pitch, jint height, jint pf, jint flags) TJDecompressor_decodeYUV() argument
984 Java_org_libjpegturbo_turbojpeg_TJDecompressor_decodeYUV___3_3B_3I_3II_3BIIIIIII(JNIEnv *env, jobject obj, jobjectArray srcobjs, jintArray jSrcOffsets, jintArray jSrcStrides, jint subsamp, jbyteArray dst, jint x, jint y, jint width, jint pitch, jint height, jint pf, jint flags) Java_org_libjpegturbo_turbojpeg_TJDecompressor_decodeYUV___3_3B_3I_3II_3BIIIIIII() argument
[all...]
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dftimage.h264 int pitch; member
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dr600.c3027 r600_set_surface_reg(struct radeon_device *rdev, int reg, uint32_t tiling_flags, uint32_t pitch, uint32_t offset, uint32_t obj_size) r600_set_surface_reg() argument
H A Dr600_cs.c354 u32 height, height_align, pitch, pitch_align, depth_align; in r600_cs_track_validate_cb() local
521 u32 pitch = 8192; r600_cs_track_validate_db() local
1477 u32 height_align, pitch, pitch_align, depth_align; r600_check_texture_resource() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_fb_helper.c1651 static void drm_fb_helper_fill_fix(struct fb_info *info, uint32_t pitch, in drm_fb_helper_fill_fix() argument
/kernel/linux/linux-5.10/drivers/media/pci/saa7164/
H A Dsaa7164-types.h210 u32 pitch; member
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dcyber2000fb.c424 u_int pitch; member
/kernel/linux/linux-5.10/drivers/video/fbdev/intelfb/
H A Dintelfbhw.c1657 intelfbhw_do_fillrect(struct intelfb_info *dinfo, u32 x, u32 y, u32 w, u32 h, u32 color, u32 pitch, u32 bpp, u32 rop) intelfbhw_do_fillrect() argument
1702 intelfbhw_do_bitblt(struct intelfb_info *dinfo, u32 curx, u32 cury, u32 dstx, u32 dsty, u32 w, u32 h, u32 pitch, u32 bpp) intelfbhw_do_bitblt() argument
1747 intelfbhw_do_drawglyph(struct intelfb_info *dinfo, u32 fg, u32 bg, u32 w, u32 h, const u8* cdat, u32 x, u32 y, u32 pitch, u32 bpp) intelfbhw_do_drawglyph() argument
[all...]

Completed in 43 milliseconds

1...<<11121314151617181920