Home
last modified time | relevance | path

Searched refs:data (Results 30626 - 30650 of 46418) sorted by relevance

1...<<1221122212231224122512261227122812291230>>...1857

/third_party/ffmpeg/libavfilter/
H A Davf_showwaves.c599 const int16_t *p = (const int16_t *)frame->data[0]; in push_single_pic()
620 uint8_t *buf = out->data[0] + col * pixstep; in push_single_pic()
669 out->pts = in->pts + av_rescale_q((p - (int16_t *)in->data[0]) / inlink->ch_layout.nb_channels, in alloc_out_frame()
673 memset(out->data[0] + j*out->linesize[0], 0, outlink->w * showwaves->pixstep); in alloc_out_frame()
699 int16_t *p = (int16_t *)insamples->data[0]; in showwaves_filter_frame()
706 /* draw data in the buffer */ in showwaves_filter_frame()
715 uint8_t *buf = outpicref->data[0] + showwaves->buf_idx * pixstep; in showwaves_filter_frame()
841 int16_t *p = (int16_t *)insamples->data[0]; in showwavespic_filter_frame()
/third_party/ffmpeg/libavcodec/
H A Dtruemotion2.c84 /* data for current and previous frame */
473 static inline void tm2_high_chroma(int *data, int stride, int *last, unsigned *CD, int *deltas) in tm2_high_chroma() argument
480 data[i] = last[i]; in tm2_high_chroma()
482 data += stride; in tm2_high_chroma()
486 static inline void tm2_low_chroma(int *data, int stride, int *clast, unsigned *CD, int *deltas, int bx) in tm2_low_chroma() argument
502 tm2_high_chroma(data, stride, clast, CD, deltas); in tm2_low_chroma()
823 /* copy data from our buffer to AVFrame */ in tm2_decode_blocks()
827 dst = p->data[0]; in tm2_decode_blocks()
893 const uint8_t *buf = avpkt->data; in decode_frame()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationAPITest.java709 String data[][] = { in TestGetTailoredSet()
725 if(set.size() < data[i].length) { in TestGetTailoredSet()
726 errln("Tailored set size smaller ("+set.size()+") than expected ("+data[i].length+")"); in TestGetTailoredSet()
728 for(j = 0; j < data[i].length; j++) { in TestGetTailoredSet()
729 logln("Checking to see whether "+data[i][j]+" is in set"); in TestGetTailoredSet()
730 if(!set.contains(data[i][j])) { in TestGetTailoredSet()
731 errln("Tailored set doesn't contain "+data[i][j]+"... It should"); in TestGetTailoredSet()
1095 // zh_Hant has default=stroke but the data is in zh. in TestGetLocale()
1331 warnln("Could not load the locale data."); in TestGetAll()
1470 errln("The cloned objects refer to same data"); in TestClone()
[all...]
/third_party/icu/icu4c/source/common/
H A Dputil.cpp167 /* Define the extension for data files, again... */
930 /* Store the data from the files in separate buffers and in compareBinaryFiles()
1012 if ((subDirp = opendir(newpath.data())) != NULL) { in searchForTZFile()
1019 result = searchForTZFile(newpath.data(), tzInfo); in searchForTZFile()
1031 if(compareBinaryFiles(TZDEFAULT, newpath.data(), tzInfo)) { in searchForTZFile()
1036 const char* zoneid = newpath.data() + amountToSkip; in searchForTZFile()
1043 result = gSearchTZFileResult->data(); in searchForTZFile()
1261 /* Get and set the ICU data directory --------------------------------------- */
1302 * Set the data directory.
1303 * Make a copy of the passed string, and set the global data di
[all...]
H A Duloc.cpp1181 int32_t offset = _findIndex(LANGUAGES_3, result.data()); in ulocimp_getLanguage()
1246 int32_t offset = _findIndex(COUNTRIES_3, result.data()); in ulocimp_getCountry()
1460 return uloc_openKeywordList(keywords.data(), keywords.length(), status); in uloc_openKeywords()
1506 for (char* p = localeIDWithHyphens.data(); *p != '\0'; ++p) { in _canonicalize()
1511 localeIDPtr = localeIDWithHyphens.data(); in _canonicalize()
1517 // point to either localeID or localeIDWithHyphens.data(). in _canonicalize()
1660 sink.Append(tag.data(), tag.length()); in _canonicalize()
2065 len = uloc_setKeywordValue("collation", collVal.data(), tmpLocaleID, in uloc_getLCID()
/third_party/NuttX/drivers/usbdev/gadget/
H A Drndis.c181 FAR const void *data; /* Data pointer overrides value if non-NULL. */ member
261 .bDataInterface = 0x01, /* data-interfac */
478 * Buffering of data is implemented in the following manner:
484 * One of these is always reserved for packet reception - when data arrives
490 * done processing the packet, the buffer might contain data to be sent.
493 * arrive. If there's no data to send, the request is returned to the list of
563 * Blocks reception of further bulk OUT endpoint data.
580 * Unblocks reception of bulk OUT endpoint data.
630 * Checks if there are free requests usable for TX data.
828 * The total length of the request data
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationAPITest.java712 String data[][] = { in TestGetTailoredSet()
728 if(set.size() < data[i].length) { in TestGetTailoredSet()
729 errln("Tailored set size smaller ("+set.size()+") than expected ("+data[i].length+")"); in TestGetTailoredSet()
731 for(j = 0; j < data[i].length; j++) { in TestGetTailoredSet()
732 logln("Checking to see whether "+data[i][j]+" is in set"); in TestGetTailoredSet()
733 if(!set.contains(data[i][j])) { in TestGetTailoredSet()
734 errln("Tailored set doesn't contain "+data[i][j]+"... It should"); in TestGetTailoredSet()
1098 // zh_Hant has default=stroke but the data is in zh. in TestGetLocale()
1334 warnln("Could not load the locale data."); in TestGetAll()
1473 errln("The cloned objects refer to same data"); in TestClone()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DPluralRulesTest.java245 fail("test data error, key: " + list.get(val) + " already set for: " + val); in getTargetStrings()
745 // data is pairs of strings, the rule, and the expected values as arguments in TestGetAllKeywordValues()
746 String[] data = { in TestGetAllKeywordValues()
772 for (int i = 0; i < data.length; i += 2) { in TestGetAllKeywordValues()
773 String ruleDescription = data[i]; in TestGetAllKeywordValues()
774 String result = data[i + 1]; in TestGetAllKeywordValues()
1075 Relation<PluralRules, ULocale> data = Relation.of( in generateLOCALE_SNAPSHOT()
1081 data.put(pr, locale); in generateLOCALE_SNAPSHOT()
1088 Set<ULocale> locales = data.get(rule); in generateLOCALE_SNAPSHOT()
/third_party/mesa3d/include/GLES/
H A Dgl.h414 GL_API void GL_APIENTRY glGetFloatv (GLenum pname, GLfloat *data);
447 GL_API void GL_APIENTRY glBufferData (GLenum target, GLsizeiptr size, const void *data, GLenum usage);
448 GL_API void GL_APIENTRY glBufferSubData (GLenum target, GLintptr offset, GLsizeiptr size, const void *data);
459 GL_API void GL_APIENTRY glCompressedTexImage2D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void *data);
460 GL_API void GL_APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data);
481 GL_API void GL_APIENTRY glGetBooleanv (GLenum pname, GLboolean *data);
488 GL_API void GL_APIENTRY glGetIntegerv (GLenum pname, GLint *data);
/third_party/libbpf/src/
H A Dgen_loader.c31 * blob - bpf_attr-s, strings, insns, map data.
110 static int add_data(struct bpf_gen *gen, const void *data, __u32 size);
156 static int add_data(struct bpf_gen *gen, const void *data, __u32 size) in add_data() argument
165 if (data) { in add_data()
166 memcpy(gen->data_cur, data, size); in add_data()
175 /* Get index for map_fd/btf_fd slot in reserved fd_array, or in data relative
210 /* *(u64 *)(blob + off) = (u64)(void *)(blob + data) */
211 static void emit_rel_store(struct bpf_gen *gen, int off, int data) in emit_rel_store() argument
214 0, 0, 0, data)); in emit_rel_store()
402 opts->data in bpf_gen__finish()
[all...]
/third_party/lzma/CPP/7zip/UI/Console/
H A DList.cpp528 static void HexToString(char *dest, const Byte *data, UInt32 size) in HexToString() argument
532 Byte b = data[i]; in HexToString()
592 const void *data; in PrintItemInfo() local
595 RINOK(Arc->GetRawProps->GetRawProp(index, f.PropID, &data, &dataSize, &propType)) in PrintItemInfo()
606 ConvertNtSecureToString((const Byte *)data, dataSize, TempAString); in PrintItemInfo()
614 if (ConvertNtReparseToString((const Byte *)data, dataSize, s)) in PrintItemInfo()
630 g_StdOut << "data:"; in PrintItemInfo()
636 HexToString(hexStr, (const Byte *)data, dataSize); in PrintItemInfo()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_blend.c984 dest[i][j] = tile->data.color[y][x][i]; in blend_fallback()
1017 tile->data.color[y][x][i] = quadColor[i][j]; in blend_fallback()
1056 dest[i][j] = tile->data.color[y][x][i]; in blend_single_add_src_alpha_inv_src_alpha()
1097 tile->data.color[y][x][i] = quadColor[i][j]; in blend_single_add_src_alpha_inv_src_alpha()
1129 dest[i][j] = tile->data.color[y][x][i]; in blend_single_add_one_one()
1159 tile->data.color[y][x][i] = quadColor[i][j]; in blend_single_add_one_one()
1202 tile->data.color[y][x][i] = quadColor[i][j]; in single_output_color()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_kopper.c145 struct util_dynarray *arr = he->data; in destroy_swapchain()
206 cdt = he->data; in zink_kopper_deinit_displaytarget()
383 cdt = he->data; in zink_kopper_displaytarget_create()
632 kopper_present(void *data, void *gdata, int thread_idx) in kopper_present() argument
634 struct kopper_present_info *cpi = data; in kopper_present()
693 arr = he->data; in kopper_present()
708 arr = he->data; in kopper_present()
780 /* if this hasn't been presented or if it has data, use this as the readback target */ in zink_kopper_acquire_readback()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-module-builder.cc298 void WasmModuleBuilder::AddDataSegment(const byte* data, uint32_t size, in AddDataSegment() argument
301 ZoneVector<byte>& vec = data_segments_.back().data; in AddDataSegment()
303 vec.push_back(data[i]); in AddDataSegment()
474 buffer->write(init.immediate().s128_const.data(), kSimd128Size); in WriteInitializerExpressionWithEnd()
861 // == emit data segments ===================================================== in WriteTo()
871 buffer->write_u32v(static_cast<uint32_t>(segment.data.size())); in WriteTo()
872 buffer->write(&segment.data[0], segment.data.size()); in WriteTo()
/third_party/openGLES/api/GLES/
H A Dgl.h395 GL_API void GL_APIENTRY glGetFloatv (GLenum pname, GLfloat *data);
428 GL_API void GL_APIENTRY glBufferData (GLenum target, GLsizeiptr size, const void *data, GLenum usage);
429 GL_API void GL_APIENTRY glBufferSubData (GLenum target, GLintptr offset, GLsizeiptr size, const void *data);
440 GL_API void GL_APIENTRY glCompressedTexImage2D (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void *data);
441 GL_API void GL_APIENTRY glCompressedTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data);
462 GL_API void GL_APIENTRY glGetBooleanv (GLenum pname, GLboolean *data);
469 GL_API void GL_APIENTRY glGetIntegerv (GLenum pname, GLint *data);
/third_party/node/deps/icu-small/source/common/
H A Dputil.cpp167 /* Define the extension for data files, again... */
930 /* Store the data from the files in separate buffers and in compareBinaryFiles()
1012 if ((subDirp = opendir(newpath.data())) != nullptr) { in searchForTZFile()
1019 result = searchForTZFile(newpath.data(), tzInfo); in searchForTZFile()
1031 if(compareBinaryFiles(TZDEFAULT, newpath.data(), tzInfo)) { in searchForTZFile()
1036 const char* zoneid = newpath.data() + amountToSkip; in searchForTZFile()
1043 result = gSearchTZFileResult->data(); in searchForTZFile()
1276 /* Get and set the ICU data directory --------------------------------------- */
1317 * Set the data directory.
1318 * Make a copy of the passed string, and set the global data di
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dtexstore.c33 * error checking and data structure allocation. They in turn call
35 * texture image data.
487 * Store simple 8-bit/value stencil texture data.
878 /* Depth texture data needs clamping in following cases: in _mesa_texstore_can_use_memcpy()
914 * Store user data into texture memory.
949 * Normally, we'll only _write_ texel data to a texture when we map it.
970 * The source of the image data may be user memory or a PBO. In the later
1122 /* allocate storage for texture data */ in _mesa_store_teximage()
1229 GLsizei imageSize, const GLvoid *data) in _mesa_store_compressed_teximage()
1246 /* allocate storage for texture data */ in _mesa_store_compressed_teximage()
1227 _mesa_store_compressed_teximage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *texImage, GLsizei imageSize, const GLvoid *data) _mesa_store_compressed_teximage() argument
1329 _mesa_store_compressed_texsubimage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *texImage, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data) _mesa_store_compressed_texsubimage() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_vbo.c146 const void *data = (const uint8_t *)vb->buffer.user + ve->src_offset; in nv50_emit_vtxattr() local
152 util_format_unpack_rgba(ve->src_format, v, data, 1); in nv50_emit_vtxattr()
624 * the not-yet-written data. Ideally this wait would only happen on in nv50_draw_elements()
672 const void *data = info->index.user; in nv50_draw_elements() local
679 nv50_draw_elements_inline_u08(push, data, start, count); in nv50_draw_elements()
682 nv50_draw_elements_inline_u16(push, data, start, count); in nv50_draw_elements()
686 nv50_draw_elements_inline_u32_short(push, data, start, count); in nv50_draw_elements()
688 nv50_draw_elements_inline_u32(push, data, start, count); in nv50_draw_elements()
/third_party/lwip/src/apps/smtp/
H A Dsmtp.c257 /** amount of data from body already sent */
296 static err_t smtp_verify(const char *data, size_t data_len, u8_t linebreaks_allowed);
521 /* copy auth data, ensuring the first byte is always zero */ in smtp_send_mail_alloced()
636 * WARNING: the above data must stay untouched until the callback function is
721 smtp_verify(const char *data, size_t data_len, u8_t linebreaks_allowed) in smtp_verify() argument
726 char current = data[i]; in smtp_verify()
728 LWIP_DEBUGF(SMTP_DEBUG_WARN, ("smtp_verify: no 8-bit data supported: %s\n", data)); in smtp_verify()
733 LWIP_DEBUGF(SMTP_DEBUG_WARN, ("smtp_verify: found CR where no linebreaks allowed: %s\n", data)); in smtp_verify()
737 LWIP_DEBUGF(SMTP_DEBUG_WARN, ("smtp_verify: found double CR: %s\n", data)); in smtp_verify()
[all...]
/third_party/node/deps/v8/src/d8/
H A Dd8-test.cc368 void* data = typed_array_arg->Buffer()->GetBackingStore()->Data(); in AddAllTypedArraySlowCallback() local
375 sum += static_cast<int32_t*>(data)[i]; in AddAllTypedArraySlowCallback()
377 sum += static_cast<uint32_t*>(data)[i]; in AddAllTypedArraySlowCallback()
379 sum += static_cast<int64_t*>(data)[i]; in AddAllTypedArraySlowCallback()
381 sum += static_cast<uint64_t*>(data)[i]; in AddAllTypedArraySlowCallback()
390 sum += static_cast<float*>(data)[i]; in AddAllTypedArraySlowCallback()
392 sum += static_cast<double*>(data)[i]; in AddAllTypedArraySlowCallback()
/third_party/node/deps/v8/src/execution/
H A Dmessages.cc67 Handle<Object> data(loc->script()->name(), isolate); in DefaultMessageReport()
69 if (data->IsString()) in DefaultMessageReport()
70 data_str = Handle<String>::cast(data)->ToCString(DISALLOW_NULLS); in DefaultMessageReport()
204 Handle<Object> data) { in GetMessage()
205 Handle<JSMessageObject> message = Handle<JSMessageObject>::cast(data); in GetMessage()
211 Isolate* isolate, Handle<Object> data) { in GetLocalizedMessage()
213 return GetMessage(isolate, data)->ToCString(DISALLOW_NULLS); in GetLocalizedMessage()
203 GetMessage(Isolate* isolate, Handle<Object> data) GetMessage() argument
210 GetLocalizedMessage( Isolate* isolate, Handle<Object> data) GetLocalizedMessage() argument
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dv3_utl.c540 if (email->data == NULL || email->length == 0) in STACK_OF()
542 if (memchr(email->data, 0, email->length) != NULL) in STACK_OF()
549 emtmp = OPENSSL_strndup((char *)email->data, email->length); in STACK_OF()
838 if (!a->data || !a->length) in do_check_string()
844 rv = equal(a->data, a->length, (unsigned char *)b, blen, flags); in do_check_string()
845 else if (a->length == (int)blen && !memcmp(a->data, b, blen)) in do_check_string()
848 *peername = OPENSSL_strndup((char *)a->data, a->length); in do_check_string()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkResourceInterface.cpp398 return m_cacheData.data(); in getCacheData()
439 m_cacheData.data() // const void* pInitialData; in initDevice()
700 return it->second(device, pCache, createInfoCount, pCreateInfoCopies.data(), pAllocator, pPipelines); in createGraphicsPipelines()
792 return it->second(device, pCache, createInfoCount, pCreateInfoCopies.data(), pAllocator, pPipelines); in createComputePipelines()
1076 return new ProgramBinary(PROGRAM_FORMAT_SPIRV, response.binary.size(), response.binary.data()); in compileProgram()
1096 return new ProgramBinary(PROGRAM_FORMAT_SPIRV, response.binary.size(), response.binary.data()); in compileProgram()
1116 return new ProgramBinary(PROGRAM_FORMAT_SPIRV, response.binary.size(), response.binary.data()); in compileProgram()
1169 else { TCU_THROW(InternalError, "Server did not return pipeline cache data when requested (check server log for details)"); } in importPipelineCacheData()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferMarkerTests.cpp56 //! Common test data related to the device
161 const void* data) in writeHostMemory()
165 deMemcpy(ptr, data, size); in writeHostMemory()
196 const deUint32* data = reinterpret_cast<const deUint32*>(static_cast<const char*>(memory->getHostPtr())); in checkMarkerBuffer() local
200 if (data[i] != expected[i]) in checkMarkerBuffer()
213 size_t offset; // The offset of the data in the buffer
229 if (vkd.getMemoryHostPointerPropertiesEXT(device, externalType, hostMemory->data, &props) == VK_SUCCESS) in chooseExternalMarkerMemoryType()
284 hostMemory->data in createMarkerBufferMemory()
296 (((deUint8 *)hostMemory->data) + bufferOffset), in createMarkerBufferMemory()
1062 << "layout(std430, set = 0, binding = 0) buffer Data { uint elems[]; } data;\ in initMemoryDepPrograms()
156 writeHostMemory(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkDeviceMemory memory, size_t size, size_t memorySize, const void* data) writeHostMemory() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineDescriptorLimitsTests.cpp139 inputAttachmentReferences.data(), // const VkAttachmentReference* pInputAttachments in makeRenderPassInputAttachment()
154 attachmentDescriptions.data(), // const VkAttachmentDescription* pAttachments in makeRenderPassInputAttachment()
487 renderPass.createFramebuffer(vk, vkDevice, static_cast<deUint32>(attachmentImages.size()), images.data(), attachmentImages.data(), m_params.m_framebufferSize.x(), m_params.m_framebufferSize.y()); in iterate()
604 descSetLayouts.data(), // const VkDescriptorSetLayout* pSetLayouts; in iterate()
664 vk.cmdBindDescriptorSets(*cmdBuffer, VK_PIPELINE_BIND_POINT_COMPUTE, *pipelineLayout, 0u, static_cast<deUint32>(descSets.size()), descSets.data(), 0u, DE_NULL); in iterate()
669 renderPass.begin(vk, *cmdBuffer, makeRect2D(0, 0, m_params.m_framebufferSize.x(), m_params.m_framebufferSize.y()), static_cast<deUint32>(clearColorValues.size()), clearColorValues.data()); in iterate()

Completed in 97 milliseconds

1...<<1221122212231224122512261227122812291230>>...1857