/third_party/gstreamer/gstplugins_bad/ext/soundtouch/ |
D | gstpitch.cc | 177 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/ |
D | MusicKeyboardView.java | 136 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/ |
D | SDL_fillrect.c | 99 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/ |
D | recur1.js | 6 cobalt.pitch = function() {} function 14 cobalt.pitch = function () { }; function
|
/third_party/ffmpeg/libavcodec/ |
D | ivi_dsp.c | 40 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 …]
|
D | svq1dec.c | 164 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/ |
D | TJCompressor.java | 71 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()
|
D | TJDecompressor.java | 378 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/ |
D | TJCompressor.java | 71 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()
|
D | TJDecompressor.java | 387 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/ |
D | drm-test.h | 36 unsigned int pitch; member 50 unsigned int pitch; member
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_resource.h | 12 uint32_t pitch; member 26 uint32_t pitch; member
|
/third_party/mesa3d/src/freedreno/fdl/ |
D | fd_layout_test.h | 39 uint32_t pitch; member 44 uint32_t pitch; member
|
D | fd6_layout.c | 200 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/ |
D | TJUnitTest.java | 145 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/ |
D | TJUnitTest.java | 145 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/ |
D | SynthUnit.java | 29 public static double pitchToFrequency(double pitch) { in pitchToFrequency()
|
/third_party/ffmpeg/libavcodec/mips/ |
D | vp8_lpf_msa.c | 297 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/ |
D | svs.c | 44 uint32_t pitch; in svs_read_header() local
|
/third_party/libdrm/radeon/ |
D | radeon_bo.c | 98 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/ |
D | fd2_resource.c | 42 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/ |
D | AudioMidiTester.java | 71 public void onNoteOn(int pitch); in onNoteOn() 136 private void fireNoteOn(byte pitch) { in fireNoteOn()
|
/third_party/gstreamer/gstplugins_bad/tests/icles/ |
D | pitch-test.c | 40 GstElement *pitch; in main() local
|
/third_party/mesa3d/src/glx/ |
D | dri2.h | 44 unsigned int pitch; member
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_resource.c | 59 uint32_t pitch = fdl_pitch(&rsc->layout, level); in fd4_setup_slices() local
|