Home
last modified time | relevance | path

Searched defs:data_buffer (Results 1 – 19 of 19) sorted by relevance

/third_party/grpc/test/core/tsi/alts/frame_protector/
Dalts_crypter_test.cc36 uint8_t* data_buffer = static_cast<uint8_t*>(gpr_malloc(protected_data_size)); in alts_crypter_test_random_seal_unseal() local
137 auto* data_buffer = static_cast<uint8_t*>(gpr_malloc(protected_data_size)); in alts_crypter_test_corrupted_unseal() local
210 auto* data_buffer = static_cast<uint8_t*>(gpr_malloc(protected_data_size)); in alts_crypter_test_unsync_seal_unseal() local
270 auto* data_buffer = static_cast<uint8_t*>(gpr_malloc(protected_data_size)); in alts_crypter_test_input_sanity_check() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferAtomicFunctions.cpp79 std::vector<glw::GLuint> data_buffer(m_n_texels_in_texture_buffer); in initTest() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySubImage3D.cpp334 DataBufferVec data_buffer(width * height * depth * m_n_components, clear_value); in configureCubeMapArrayTexture() local
362 DataBufferVec data_buffer(width * height * depth * m_n_components, clear_value); in clearCubeMapArrayTexture() local
/third_party/e2fsprogs/tests/progs/
Drandom_exercise.c39 char data_buffer[DATA_SIZE]; variable
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dudpsink.c74 GstBuffer *data_buffer; in create_buffer_list() local
/third_party/libsnd/tests/
Dfix_this.c59 static BUFFER data_buffer ; variable
Dlossy_comp_test.c87 static BUFFER data_buffer ; variable
/third_party/mindspore/mindspore/ccsrc/cxx_api/graph/acl/
Dmodel_process.cc205 auto data_buffer = aclCreateDataBuffer(*data_mem_buffer, buffer_size); in CreateDataBuffer() local
415 auto data_buffer = aclCreateDataBuffer(input_buffer, info.buffer_size); in CheckAndInitInput() local
/third_party/mindspore/mindspore/lite/src/runtime/kernel/ascend310/src/
Dmodel_process.cc184 auto data_buffer = aclCreateDataBuffer(*data_mem_buffer, buffer_size); in CreateDataBuffer() local
417 auto data_buffer = aclCreateDataBuffer(input_buffer, info.buffer_size); in CheckAndInitInput() local
/third_party/mindspore/mindspore/lite/tools/converter/preprocess/
Dimage_preprocess.cc125 char *data_buffer = nullptr; in PreProcess() local
/third_party/flatbuffers/src/
Didl_gen_java.cpp381 const std::string &data_buffer, in GenGetterForLookupByKey()
541 auto data_buffer = "_bb"; in GenKeyGetter() local
Didl_gen_csharp.cpp346 const std::string &data_buffer, in GenGetterForLookupByKey()
507 auto data_buffer = "builder.DataBuffer"; in GenKeyGetter() local
/third_party/flutter/skia/third_party/externals/piex/src/
Dpiex.cc646 RangeCheckedBytePtr data_buffer(file_header.data(), file_header.size()); in IsRaw() local
/third_party/skia/third_party/externals/piex/src/
Dpiex.cc646 RangeCheckedBytePtr data_buffer(file_header.data(), file_header.size()); in IsRaw() local
/third_party/wayland_standard/cursor/
Dconvert_font.c269 } data_buffer; variable
/third_party/NuttX/drivers/usbdev/gadget/
Dcdcacm.c80 char *data_buffer; /* Ringbuffer starting address ,this is data buffer yet */ member
/third_party/ffmpeg/libavcodec/
Dvaapi_encode.c45 VABufferID param_buffer, data_buffer; in vaapi_encode_make_packed_header() local
/third_party/mindspore/mindspore/ccsrc/debug/
Ddebug_services.cc558 … std::vector<int64_t> *const shape, std::vector<char> **const data_buffer, in ReadTensorFromNpy()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Drtpsession.c2698 GstBuffer *data_buffer = NULL; in rtp_session_process_app() local