Home
last modified time | relevance | path

Searched refs:a_size (Results 1 – 12 of 12) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dbuffer_dec.c59 const uint64_t a_size = MIN_BUFFER_SIZE(width, height, a_stride); in CheckDecBuffer() local
71 ok &= (a_size <= buf->a_size); in CheckDecBuffer()
99 uint64_t uv_size = 0, a_size = 0, total_size; in AllocateBuffer() local
115 a_size = (uint64_t)a_stride * h; in AllocateBuffer()
118 total_size = size + 2 * uv_size + a_size; in AllocateBuffer()
141 buf->a_size = (size_t)a_size; in AllocateBuffer()
A Didec_dec.c714 uint8_t* a, size_t a_size, int a_stride) { in WebPINewYUVA() argument
720 luma_size = u_size = v_size = a_size = 0; in WebPINewYUVA()
729 if (a_size == 0 || a_stride == 0) return NULL; in WebPINewYUVA()
750 idec->output_.u.YUVA.a_size = a_size; in WebPINewYUVA()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dpicture_enc.c98 uint64_t y_size, uv_size, a_size, total_size; in WebPPictureAllocYUVA() local
115 a_size = (uint64_t)a_stride * height; in WebPPictureAllocYUVA()
117 total_size = y_size + a_size + 2 * uv_size; in WebPPictureAllocYUVA()
145 if (a_size > 0) { in WebPPictureAllocYUVA()
147 mem += a_size; in WebPPictureAllocYUVA()
/AliOS-Things-master/hardware/chip/rtl872xd/hal/
A Dwifi_port_ref.c423 int index = 0, a_size = 0; in wifi_scan() local
431 a_size = sizeof(scan_chs)/sizeof(scan_chs[0]) - 1; in wifi_scan()
433 index = find_index_by_value(wifi_status.scan_req.ap_list[i].channel, scan_chs, a_size); in wifi_scan()
434 if( index < a_size && index > i) { in wifi_scan()
/AliOS-Things-master/hardware/chip/haas1000/hal/
A Dwifi_port.c471 int index = 0, a_size = 0; in wifi_scan() local
479 a_size = sizeof(scan_chs)/sizeof(scan_chs[0]) - 1; in wifi_scan()
481 index = find_index_by_value(wifi_status.scan_req.ap_list[i].channel, scan_chs, a_size); in wifi_scan()
482 if( index < a_size && index > i) { in wifi_scan()
/AliOS-Things-master/components/SDL2/src/image/Xcode/Frameworks/webp.framework/Versions/A/Headers/webp/
A Ddecode.h199 size_t a_size; // alpha-plane size member
317 uint8_t* a, size_t a_size, int a_stride);
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/webp/
A Ddecode.h199 size_t a_size; // alpha-plane size member
317 uint8_t* a, size_t a_size, int a_stride);
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/webp/
A Ddecode.h199 size_t a_size; // alpha-plane size member
317 uint8_t* a, size_t a_size, int a_stride);
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Ddwebp.c158 output_buffer->u.YUVA.a_size = stride * h; in AllocateExternalBuffer()
159 tmp += output_buffer->u.YUVA.a_size; in AllocateExternalBuffer()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/imageio/
A Dwebpdec.c210 output_buffer->u.YUVA.a_size = pic->height * pic->a_stride; in ReadWebP()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/flatbuffers/include/flatbuffers/
A Dflatbuffers.h554 static inline bool StringLessThan(const char *a_data, uoffset_t a_size,
556 const auto cmp = memcmp(a_data, b_data, (std::min)(a_size, b_size));
557 return cmp == 0 ? a_size < b_size : cmp < 0;
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.c7426 #define DUK_HOBJECT_GET_ASIZE(h) ((h)->a_size)
52838 duk_uint_t a_size; local
52846 a_size = DUK_HOBJECT_GET_ASIZE(h_obj);
52847 if (idx < a_size) {
52855 idx -= a_size;
63704 duk_uint32_t a_size; local
63710 duk__compute_a_stats(thr, obj, &a_used, &a_size);
63767 duk_uint32_t a_size; /* currently required */ local
63783 duk__compute_a_stats(thr, obj, &a_used, &a_size);
63788 (long) a_used, (long) a_size,
[all …]

Completed in 853 milliseconds