Searched defs:v_size (Results 1 – 14 of 14) sorted by relevance
/third_party/boost/libs/container/test/ |
D | small_vector_test.cpp | 101 const std::size_t v_size = v.size(); in test_swap() local 113 const std::size_t v_size = v.size(); in test_swap() local 128 const std::size_t v_size = v.size(); in test_swap() local 143 const std::size_t v_size = v.size(); in test_swap() local
|
/third_party/skia/third_party/externals/libwebp/tests/fuzzer/ |
D | simple_api_fuzzer.c | 69 size_t v_size = uv_stride * (h + 1) / 2; in LLVMFuzzerTestOneInput() local
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dec/ |
D | buffer_dec.c | 58 const uint64_t v_size = MIN_BUFFER_SIZE(uv_width, uv_height, v_stride); in CheckDecBuffer() local
|
D | idec_dec.c | 713 uint8_t* v, size_t v_size, int v_stride, in WebPINewYUVA() 756 uint8_t* v, size_t v_size, int v_stride) { in WebPINewYUV()
|
D | webp_dec.c | 578 uint8_t* v, size_t v_size, int v_stride) { in WebPDecodeYUVInto()
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
D | buffer_dec.c | 58 const uint64_t v_size = MIN_BUFFER_SIZE(uv_width, uv_height, v_stride); in CheckDecBuffer() local
|
D | idec_dec.c | 718 uint8_t* v, size_t v_size, int v_stride, in WebPINewYUVA() 761 uint8_t* v, size_t v_size, int v_stride) { in WebPINewYUV()
|
D | webp_dec.c | 578 uint8_t* v, size_t v_size, int v_stride) { in WebPDecodeYUVInto()
|
/third_party/ffmpeg/libavformat/ |
D | vividas.c | 685 uint64_t v_size = ffio_read_varlen(pb); in viv_read_packet() local 718 uint64_t v_size = ffio_read_varlen(pb); in viv_read_packet() local
|
/third_party/skia/third_party/externals/libwebp/src/webp/ |
D | decode.h | 195 size_t u_size, v_size; // chroma planes size member
|
/third_party/flutter/skia/third_party/externals/libwebp/src/webp/ |
D | decode.h | 198 size_t u_size, v_size; // chroma planes size member
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
D | brotli_bit_stream.c | 578 static size_t IndexOf(const uint8_t* v, size_t v_size, uint8_t value) { in IndexOf() 596 const size_t v_size, in MoveToFrontTransform()
|
/third_party/node/deps/brotli/c/enc/ |
D | brotli_bit_stream.c | 578 static size_t IndexOf(const uint8_t* v, size_t v_size, uint8_t value) { in IndexOf() 596 const size_t v_size, in MoveToFrontTransform()
|
/third_party/pulseaudio/src/modules/ |
D | module-equalizer-sink.c | 145 #define v_size 4 macro
|