Home
last modified time | relevance | path

Searched defs:buf0 (Results 1 - 25 of 49) sorted by relevance

12

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dutf8_test.cc37 char buf0[7] = {'\x00', '\x00', '\x00', '\x00', '\x00', '\x00', '\x00'}; in TEST() local
/third_party/ffmpeg/libavformat/
H A Dloasdec.c34 const uint8_t *buf0 = p->buf; in loas_probe() local
H A Daacdec.c38 const uint8_t *buf0 = p->buf; in adts_aac_probe() local
H A Dhlsplaylist.c159 char buf0[128], buf1[128]; in ff_hls_write_file_entry() local
H A Dmp3dec.c73 const uint8_t *buf, *buf0, *buf2, *buf3, *end; in mp3_read_probe() local
/third_party/ffmpeg/libavfilter/
H A Dcolorspacedsp.c82 int16_t *buf0 = buf[0], *buf1 = buf[1], *buf2 = buf[2]; in multiply3x3_c() local
H A Dvf_gradfun.c97 uint16_t *buf0 = buf + mod * bstride; in filter() local
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_write/
H A D2-1.c44 char buf0[BUF_SIZE0]; in main() local
/third_party/ffmpeg/libavcodec/
H A Dbmp.c46 const uint8_t *buf0 = buf; in bmp_decode_frame() local
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/
H A Ddma.h25 __le32 buf0; member
H A Ddma.c135 u32 buf0 = buf[0].addr, buf1 = 0; in mt76_dma_add_buf() local
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/
H A Ddma.h34 __le32 buf0; member
H A Ddma.c270 u32 buf0 = buf[0].addr, buf1 = 0; in mt76_dma_add_buf() local
/third_party/ffmpeg/tests/checkasm/
H A Dh264pred.c142 static void check_pred4x4(H264PredContext *h, uint8_t *buf0, uint8_t *buf1, in check_pred4x4() argument
163 static void check_pred8x8(H264PredContext *h, uint8_t *buf0, uint8_t *buf1, in check_pred8x8() argument
182 static void check_pred16x16(H264PredContext *h, uint8_t *buf0, uint8_t *buf1, in check_pred16x16() argument
202 static void check_pred8x8l(H264PredContext *h, uint8_t *buf0, uint8_ argument
[all...]
H A Dvp8dsp.c394 uint8_t *buf0 = base0 + midoff_aligned; in check_loopfilter_16y() local
491 uint8_t *buf0 = base0 + midoff_aligned; check_loopfilter_simple() local
[all...]
/third_party/ltp/testcases/kernel/io/direct_io/
H A Ddiotest4.c200 char *buf0, *buf1, *buf2; in main() local
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Dstv6110.c204 u8 buf0[] = { 0x07, 0x11, 0xdc, 0x85, 0x17, 0x01, 0xe6, 0x1e }; in stv6110_init() local
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Dstv6110.c204 u8 buf0[] = { 0x07, 0x11, 0xdc, 0x85, 0x17, 0x01, 0xe6, 0x1e }; in stv6110_init() local
/third_party/mbedtls/library/
H A Dentropy.c549 unsigned char buf0[2 * sizeof(unsigned long long int)]; in mbedtls_entropy_source_self_test() local
/third_party/lwip/src/netif/ppp/
H A Dutils.c141 char *str, *buf0; in ppp_vslprintf() local
/kernel/linux/linux-5.10/tools/testing/selftests/proc/
H A Dproc-pid-vm.c302 char buf0[256]; in main() local
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/ipu3/
H A Dipu3.c323 struct imgu_buffer *buf, *buf0; in imgu_queue_buffers() local
/kernel/linux/linux-6.6/drivers/staging/media/ipu3/
H A Dipu3.c323 struct imgu_buffer *buf, *buf0; in imgu_queue_buffers() local
/kernel/linux/linux-6.6/tools/testing/selftests/proc/
H A Dproc-pid-vm.c342 char buf0[256]; in main() local
[all...]
/third_party/ffmpeg/libswscale/x86/
H A Dswscale_template.c797 const int16_t *buf0 = buf[0], *buf1 = buf[1], yuv2rgb32_2() local
861 const int16_t *buf0 = buf[0], *buf1 = buf[1], yuv2bgr24_2() local
884 const int16_t *buf0 = buf[0], *buf1 = buf[1], yuv2rgb555_2() local
913 const int16_t *buf0 = buf[0], *buf1 = buf[1], yuv2rgb565_2() local
982 const int16_t *buf0 = buf[0], *buf1 = buf[1], yuv2yuyv422_2() local
1116 yuv2rgb32_1(SwsContext *c, const int16_t *buf0, const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf0, uint8_t *dest, int dstW, int uvalpha, int y) yuv2rgb32_1() argument
1185 yuv2bgr24_1(SwsContext *c, const int16_t *buf0, const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf0, uint8_t *dest, int dstW, int uvalpha, int y) yuv2bgr24_1() argument
1226 yuv2rgb555_1(SwsContext *c, const int16_t *buf0, const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf0, uint8_t *dest, int dstW, int uvalpha, int y) yuv2rgb555_1() argument
1279 yuv2rgb565_1(SwsContext *c, const int16_t *buf0, const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf0, uint8_t *dest, int dstW, int uvalpha, int y) yuv2rgb565_1() argument
1369 yuv2yuyv422_1(SwsContext *c, const int16_t *buf0, const int16_t *ubuf[2], const int16_t *vbuf[2], const int16_t *abuf0, uint8_t *dest, int dstW, int uvalpha, int y) yuv2yuyv422_1() argument
[all...]

Completed in 17 milliseconds

12