Home
last modified time | relevance | path

Searched defs:pitch (Results 1 – 25 of 261) sorted by relevance

1234567891011

/third_party/gstreamer/gstplugins_bad/ext/soundtouch/
Dgstpitch.cc177 gst_pitch_init (GstPitch * pitch) in gst_pitch_init()
221 GstPitch *pitch = GST_PITCH (object); in gst_pitch_dispose() local
233 gst_pitch_update_duration (GstPitch * pitch) in gst_pitch_update_duration()
245 GstPitch *pitch = GST_PITCH (object); in gst_pitch_set_property() local
286 GstPitch *pitch = GST_PITCH (object); in gst_pitch_get_property() local
310 gst_pitch_setcaps (GstPitch * pitch, GstCaps * caps) in gst_pitch_setcaps()
332 gst_pitch_forward_buffer (GstPitch * pitch, GstBuffer * buffer) in gst_pitch_forward_buffer()
353 gst_pitch_prepare_buffer (GstPitch * pitch) in gst_pitch_prepare_buffer()
391 gst_pitch_flush_buffer (GstPitch * pitch, gboolean send) in gst_pitch_flush_buffer()
414 GstPitch *pitch; in gst_pitch_src_event() local
[all …]
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/
DMusicKeyboardView.java136 int pitch = mLowestPitch + i; in onSizeChanged() local
157 int pitch = mLowestPitch + i; in makeBlackRectangles() local
182 int pitch = mLowestPitch + i; in onDraw() local
196 int pitch = mLowestPitch + i; in onDraw() local
237 int pitch = xyToPitch(x, y); in onFingerDown() local
245 int pitch = -1; in onFingerMove() local
272 int pitch = xyToPitch(x, y); in onFingerUp() local
277 private void fireKeyDown(int pitch) { in fireKeyDown()
285 private void fireKeyUp(int pitch) { in fireKeyUp()
294 int pitch = -1; in xyToPitch() local
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_fillrect.c99 SDL_FillRect1SSE(Uint8 *pixels, int pitch, Uint32 color, int w, int h) in SDL_FillRect1SSE()
134 SDL_FillRect1(Uint8 * pixels, int pitch, Uint32 color, int w, int h) in SDL_FillRect1()
173 SDL_FillRect2(Uint8 * pixels, int pitch, Uint32 color, int w, int h) in SDL_FillRect2()
197 SDL_FillRect3(Uint8 * pixels, int pitch, Uint32 color, int w, int h) in SDL_FillRect3()
225 SDL_FillRect4(Uint8 * pixels, int pitch, Uint32 color, int w, int h) in SDL_FillRect4()
/third_party/typescript/tests/baselines/reference/
Drecur1.js6 cobalt.pitch = function() {} function
14 cobalt.pitch = function () { }; function
/third_party/ffmpeg/libavcodec/
Divi_dsp.c40 ptrdiff_t pitch, back_pitch; in ff_ivi_recompose53() local
195 ptrdiff_t pitch; in ff_ivi_recompose_haar() local
270 void ff_ivi_inverse_haar_8x8(const int32_t *in, int16_t *out, ptrdiff_t pitch, in ff_ivi_inverse_haar_8x8()
325 void ff_ivi_row_haar8(const int32_t *in, int16_t *out, ptrdiff_t pitch, in ff_ivi_row_haar8()
350 void ff_ivi_col_haar8(const int32_t *in, int16_t *out, ptrdiff_t pitch, in ff_ivi_col_haar8()
379 void ff_ivi_inverse_haar_4x4(const int32_t *in, int16_t *out, ptrdiff_t pitch, in ff_ivi_inverse_haar_4x4()
426 void ff_ivi_row_haar4(const int32_t *in, int16_t *out, ptrdiff_t pitch, in ff_ivi_row_haar4()
448 void ff_ivi_col_haar4(const int32_t *in, int16_t *out, ptrdiff_t pitch, in ff_ivi_col_haar4()
472 void ff_ivi_dc_haar_2d(const int32_t *in, int16_t *out, ptrdiff_t pitch, in ff_ivi_dc_haar_2d()
536 void ff_ivi_inverse_slant_8x8(const int32_t *in, int16_t *out, ptrdiff_t pitch, const uint8_t *flag… in ff_ivi_inverse_slant_8x8()
[all …]
Dsvq1dec.c164 ptrdiff_t pitch) in svq1_decode_block_intra()
231 ptrdiff_t pitch) in svq1_decode_block_non_intra()
317 ptrdiff_t pitch, int x, int y) in svq1_skip_block()
335 ptrdiff_t pitch, svq1_pmv *motion, int x, int y, in svq1_motion_inter_block()
378 ptrdiff_t pitch, svq1_pmv *motion, int x, int y, in svq1_motion_inter_4v_block()
456 ptrdiff_t pitch, svq1_pmv *motion, int x, int y, in svq1_decode_delta_block()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJCompressor.java71 public TJCompressor(byte[] srcImage, int x, int y, int width, int pitch, in TJCompressor()
82 public TJCompressor(byte[] srcImage, int width, int pitch, int height, in TJCompressor()
144 int pitch, int height, int pixelFormat) in setSourceImage()
170 public void setSourceImage(byte[] srcImage, int width, int pitch, in setSourceImage()
597 private native int compress(byte[] srcBuf, int width, int pitch, in compress()
603 int pitch, int height, int pixelFormat, byte[] jpegBuf, int jpegSubsamp, in compress()
625 private native void encodeYUV(byte[] srcBuf, int width, int pitch, in encodeYUV()
631 int pitch, int height, int pixelFormat, byte[][] dstPlanes, in encodeYUV()
DTJDecompressor.java378 int pitch, int desiredHeight, int pixelFormat, in decompress()
389 yuvImage.getWidth(), pitch, yuvImage.getHeight(), pixelFormat, in decompress() local
407 public void decompress(byte[] dstBuf, int desiredWidth, int pitch, in decompress()
438 public byte[] decompress(int desiredWidth, int pitch, int desiredHeight, in decompress()
812 int pitch = sm.getScanlineStride(); in decompress() local
886 int desiredWidth, int pitch, int desiredHeight, int pixelFormat, int flags) in decompress()
890 int y, int desiredWidth, int pitch, int desiredHeight, int pixelFormat, in decompress()
912 int pitch, int height, int pixelFormat, int flags) throws TJException; in decodeYUV()
/third_party/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJCompressor.java71 public TJCompressor(byte[] srcImage, int x, int y, int width, int pitch, in TJCompressor()
82 public TJCompressor(byte[] srcImage, int width, int pitch, int height, in TJCompressor()
144 int pitch, int height, int pixelFormat) in setSourceImage()
170 public void setSourceImage(byte[] srcImage, int width, int pitch, in setSourceImage()
604 private native int compress(byte[] srcBuf, int width, int pitch, in compress()
610 int pitch, int height, int pixelFormat, byte[] jpegBuf, int jpegSubsamp, in compress()
632 private native void encodeYUV(byte[] srcBuf, int width, int pitch, in encodeYUV()
638 int pitch, int height, int pixelFormat, byte[][] dstPlanes, in encodeYUV()
DTJDecompressor.java387 int pitch, int desiredHeight, int pixelFormat, in decompress()
398 yuvImage.getWidth(), pitch, yuvImage.getHeight(), pixelFormat, in decompress() local
416 public void decompress(byte[] dstBuf, int desiredWidth, int pitch, in decompress()
447 public byte[] decompress(int desiredWidth, int pitch, int desiredHeight, in decompress()
821 int pitch = sm.getScanlineStride(); in decompress() local
895 int desiredWidth, int pitch, int desiredHeight, int pixelFormat, int flags) in decompress()
899 int y, int desiredWidth, int pitch, int desiredHeight, int pixelFormat, in decompress()
921 int pitch, int height, int pixelFormat, int flags) throws TJException; in decodeYUV()
/third_party/libdrm/tests/tegra/
Ddrm-test.h36 unsigned int pitch; member
50 unsigned int pitch; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_resource.h12 uint32_t pitch; member
26 uint32_t pitch; member
/third_party/mesa3d/src/freedreno/fdl/
Dfd_layout_test.h39 uint32_t pitch; member
44 uint32_t pitch; member
Dfd6_layout.c200 uint32_t pitch = fdl_pitch(layout, level); in fdl6_layout() local
236 uint32_t pitch = fdl_pitch(layout, level); in fdl6_layout() local
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/
DTJUnitTest.java145 static void initBuf(byte[] buf, int w, int pitch, int h, int pf, int flags) in initBuf()
214 static void initIntBuf(int[] buf, int w, int pitch, int h, int pf, int flags) in initIntBuf()
256 int pitch = sm.getScanlineStride(); in initImg() local
262 int pitch = sm.getScanlineStride(); in initImg() local
296 static int checkBuf(byte[] buf, int w, int pitch, int h, int pf, int subsamp, in checkBuf()
422 static int checkIntBuf(int[] buf, int w, int pitch, int h, int pf, in checkIntBuf()
510 int pitch = sm.getScanlineStride(); in checkImg() local
517 int pitch = sm.getScanlineStride(); in checkImg() local
/third_party/libjpeg-turbo/java/
DTJUnitTest.java145 static void initBuf(byte[] buf, int w, int pitch, int h, int pf, int flags) in initBuf()
214 static void initIntBuf(int[] buf, int w, int pitch, int h, int pf, int flags) in initIntBuf()
256 int pitch = sm.getScanlineStride(); in initImg() local
262 int pitch = sm.getScanlineStride(); in initImg() local
296 static int checkBuf(byte[] buf, int w, int pitch, int h, int pf, int subsamp, in checkBuf()
422 static int checkIntBuf(int[] buf, int w, int pitch, int h, int pf, in checkIntBuf()
510 int pitch = sm.getScanlineStride(); in checkImg() local
517 int pitch = sm.getScanlineStride(); in checkImg() local
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/synth/
DSynthUnit.java29 public static double pitchToFrequency(double pitch) { in pitchToFrequency()
/third_party/ffmpeg/libavcodec/mips/
Dvp8_lpf_msa.c297 void ff_vp8_v_loop_filter16_msa(uint8_t *src, ptrdiff_t pitch, int b_limit_in, in ff_vp8_v_loop_filter16_msa()
321 ptrdiff_t pitch, int b_limit_in, int limit_in, in ff_vp8_v_loop_filter8uv_msa()
374 void ff_vp8_h_loop_filter16_msa(uint8_t *src, ptrdiff_t pitch, int b_limit_in, in ff_vp8_h_loop_filter16_msa()
440 ptrdiff_t pitch, int b_limit_in, int limit_in, in ff_vp8_h_loop_filter8uv_msa()
505 void ff_vp8_v_loop_filter_simple_msa(uint8_t *src, ptrdiff_t pitch, in ff_vp8_v_loop_filter_simple_msa()
519 void ff_vp8_h_loop_filter_simple_msa(uint8_t *src, ptrdiff_t pitch, in ff_vp8_h_loop_filter_simple_msa()
548 ptrdiff_t pitch, int b_limit_in, in ff_vp8_v_loop_filter8uv_inner_msa()
590 ptrdiff_t pitch, int b_limit_in, in ff_vp8_h_loop_filter8uv_inner_msa()
623 void ff_vp8_v_loop_filter16_inner_msa(uint8_t *src, ptrdiff_t pitch, in ff_vp8_v_loop_filter16_inner_msa()
643 void ff_vp8_h_loop_filter16_inner_msa(uint8_t *src, ptrdiff_t pitch, in ff_vp8_h_loop_filter16_inner_msa()
/third_party/ffmpeg/libavformat/
Dsvs.c44 uint32_t pitch; in svs_read_header() local
/third_party/libdrm/radeon/
Dradeon_bo.c98 uint32_t tiling_flags, uint32_t pitch) in radeon_bo_set_tiling()
106 uint32_t *tiling_flags, uint32_t *pitch) in radeon_bo_get_tiling()
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_resource.c42 uint32_t pitch = fdl2_pitch(&rsc->layout, level); in fd2_setup_slices() local
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DAudioMidiTester.java71 public void onNoteOn(int pitch); in onNoteOn()
136 private void fireNoteOn(byte pitch) { in fireNoteOn()
/third_party/gstreamer/gstplugins_bad/tests/icles/
Dpitch-test.c40 GstElement *pitch; in main() local
/third_party/mesa3d/src/glx/
Ddri2.h44 unsigned int pitch; member
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_resource.c59 uint32_t pitch = fdl_pitch(&rsc->layout, level); in fd4_setup_slices() local

1234567891011