Home
last modified time | relevance | path

Searched refs:buffer (Results 5226 - 5250 of 8678) sorted by relevance

1...<<201202203204205206207208209210>>...348

/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/primary/
H A Daudio_capturer_source.cpp202 void DfxOperation(BufferDesc &buffer, AudioSampleFormat format, AudioChannel channel) const;
796 RingBuffer buffer = ringBuffer_->AcquireOutputBuffer(); in CaptureFrame() local
797 int32_t ret = ringBuffer_->ReleaseOutputBuffer(buffer); in CaptureFrame()
798 CHECK_AND_RETURN_RET_LOG(ret == 0, ERR_READ_FAILED, "get data from ring buffer fail"); in CaptureFrame()
799 CHECK_AND_RETURN_RET_LOG(static_cast<uint64_t>(buffer.length) == requestBytes, in CaptureFrame()
800 ERR_READ_FAILED, "buffer length is invalid"); in CaptureFrame()
801 if (memcpy_s(frame, requestBytes, buffer.data, requestBytes) != EOK) { in CaptureFrame()
804 replyBytes = static_cast<uint64_t>(buffer.length); in CaptureFrame()
834 void AudioCapturerSourceInner::DfxOperation(BufferDesc &buffer, AudioSampleFormat format, AudioChannel channel) const in DfxOperation() argument
836 ChannelVolumes vols = VolumeTools::CountVolumeLevel(buffer, forma in DfxOperation()
920 RingBuffer buffer = ringBuffer_->DequeueInputBuffer(); CaptureThreadLoop() local
[all...]
/foundation/multimedia/drm_framework/frameworks/js/drm_napi/
H A Dmedia_key_system_napi.cpp190 char buffer[PATH_MAX]; in IsMediaKeySystemSupported() local
192 if (napi_get_value_string_utf8(env, argv[PARAM0], buffer, PATH_MAX, &length) != napi_ok) { in IsMediaKeySystemSupported()
197 std::string pluginName = std::string(buffer); in IsMediaKeySystemSupported()
213 buffer[0] = '\0'; in IsMediaKeySystemSupported()
214 if (napi_get_value_string_utf8(env, argv[PARAM1], buffer, PATH_MAX, &length) != napi_ok) { in IsMediaKeySystemSupported()
219 std::string mimeType = std::string(buffer); in IsMediaKeySystemSupported()
225 buffer[0] = '\0'; in IsMediaKeySystemSupported()
1054 char buffer[PATH_MAX]; in SetEventCallback() local
1055 napi_get_value_string_utf8(env, argv[PARAM0], buffer, PATH_MAX, &length); in SetEventCallback()
1056 std::string eventType = std::string(buffer); in SetEventCallback()
1094 char buffer[PATH_MAX]; UnsetEventCallback() local
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateTimeGeneratorTest.java238 StringBuffer buffer = new StringBuffer(); in TestPatternParser()
247 CheckPattern(buffer, pp, patternTest); in TestPatternParser()
252 CheckPattern(buffer, pp, patternTest); in TestPatternParser()
258 CheckPattern(buffer, pp, patternTest); in TestPatternParser()
262 CheckPattern(buffer, pp, patternTest); in TestPatternParser()
279 private void CheckPattern(StringBuffer buffer, PatternTokenizer pp, String patternTest) { in CheckPattern() argument
282 showItems(buffer, pp, patternTest); in CheckPattern()
294 showItems(buffer, pp, normalized); in CheckPattern()
300 private void showItems(StringBuffer buffer, PatternTokenizer pp, String patternTest) { in showItems() argument
303 buffer in showItems()
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dnumber_skeletons.cpp1103 CharString buffer; in parseIdentifierUnitOption() local
1104 SKELETON_UCHAR_TO_CHAR(buffer, segment.toTempUnicodeString(), 0, segment.length(), status); in parseIdentifierUnitOption()
1107 macros.unit = MeasureUnit::forIdentifier(buffer.toStringPiece(), internalStatus); in parseIdentifierUnitOption()
1119 CharString buffer; in parseUnitUsageOption() local
1120 SKELETON_UCHAR_TO_CHAR(buffer, segment.toTempUnicodeString(), 0, segment.length(), status); in parseUnitUsageOption()
1121 macros.usage.set(buffer.toStringPiece()); in parseUnitUsageOption()
1471 CharString buffer; in parseNumberingSystemOption() local
1472 SKELETON_UCHAR_TO_CHAR(buffer, segment.toTempUnicodeString(), 0, segment.length(), status); in parseNumberingSystemOption()
1474 NumberingSystem* ns = NumberingSystem::createInstanceByName(buffer.data(), status); in parseNumberingSystemOption()
1494 CharString buffer; in parseScaleOption() local
[all...]
/third_party/mesa3d/src/intel/vulkan/
H A Danv_descriptor_set.c117 * TODO: We need to handle swizzle on buffer views too for those same in anv_descriptor_data_for_type()
843 * host memory allocations and a state_stream and a free list for the buffer
915 /* We have to align descriptor buffer allocations to 32B so that we can in anv_CreateDescriptorPool()
916 * push descriptor buffers. This means that each descriptor buffer in anv_CreateDescriptorPool()
1112 /* Put the buffer view surface state back on the free list. */ in anv_descriptor_pool_free_state()
1229 /* Allocate null surface state for the buffer views since in anv_descriptor_set_create()
1580 struct anv_buffer *buffer, in anv_descriptor_set_write_buffer()
1600 .buffer = buffer, in anv_descriptor_set_write_buffer()
1609 if (buffer in anv_descriptor_set_write_buffer()
1576 anv_descriptor_set_write_buffer(struct anv_device *device, struct anv_descriptor_set *set, struct anv_state_stream *alloc_stream, VkDescriptorType type, struct anv_buffer *buffer, uint32_t binding, uint32_t element, VkDeviceSize offset, VkDeviceSize range) anv_descriptor_set_write_buffer() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_skeletons.cpp1103 CharString buffer; in parseIdentifierUnitOption() local
1104 SKELETON_UCHAR_TO_CHAR(buffer, segment.toTempUnicodeString(), 0, segment.length(), status); in parseIdentifierUnitOption()
1107 macros.unit = MeasureUnit::forIdentifier(buffer.toStringPiece(), internalStatus); in parseIdentifierUnitOption()
1119 CharString buffer; in parseUnitUsageOption() local
1120 SKELETON_UCHAR_TO_CHAR(buffer, segment.toTempUnicodeString(), 0, segment.length(), status); in parseUnitUsageOption()
1121 macros.usage.set(buffer.toStringPiece()); in parseUnitUsageOption()
1471 CharString buffer; in parseNumberingSystemOption() local
1472 SKELETON_UCHAR_TO_CHAR(buffer, segment.toTempUnicodeString(), 0, segment.length(), status); in parseNumberingSystemOption()
1474 NumberingSystem* ns = NumberingSystem::createInstanceByName(buffer.data(), status); in parseNumberingSystemOption()
1494 CharString buffer; in parseScaleOption() local
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_command_buffer.c82 * A queue family can take ownership of an image subresource or buffer
86 * contents of the image subresource or buffer range are undefined.
114 * command buffer was allocated for.
532 /* command buffer commands */
928 VkBuffer buffer, in vn_CmdBindIndexBuffer()
932 VN_CMD_ENQUEUE(vkCmdBindIndexBuffer, commandBuffer, buffer, offset, in vn_CmdBindIndexBuffer()
991 VkBuffer buffer, in vn_CmdDrawIndirect()
996 VN_CMD_ENQUEUE(vkCmdDrawIndirect, commandBuffer, buffer, offset, drawCount, in vn_CmdDrawIndirect()
1005 VkBuffer buffer, in vn_CmdDrawIndexedIndirect()
1010 VN_CMD_ENQUEUE(vkCmdDrawIndexedIndirect, commandBuffer, buffer, offse in vn_CmdDrawIndexedIndirect()
927 vn_CmdBindIndexBuffer(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType) vn_CmdBindIndexBuffer() argument
990 vn_CmdDrawIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride) vn_CmdDrawIndirect() argument
1004 vn_CmdDrawIndexedIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride) vn_CmdDrawIndexedIndirect() argument
1018 vn_CmdDrawIndirectCount(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkBuffer countBuffer, VkDeviceSize countBufferOffset, uint32_t maxDrawCount, uint32_t stride) vn_CmdDrawIndirectCount() argument
1034 vn_CmdDrawIndexedIndirectCount(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkBuffer countBuffer, VkDeviceSize countBufferOffset, uint32_t maxDrawCount, uint32_t stride) vn_CmdDrawIndexedIndirectCount() argument
1061 vn_CmdDispatchIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset) vn_CmdDispatchIndirect() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_state.c61 pipe_resource_reference(&target->buffer, prsc); in agx_create_stream_output_target()
74 pipe_resource_reference(&target->buffer, NULL); in agx_stream_output_target_destroy()
771 cfg.buffer = agx_map_texture_gpu(tex, 0, layer); in agx_set_framebuffer_state()
1090 uint64_t buffer = agx_push_location(ctx, push, stage); in agx_build_pipeline() local
1102 cfg.buffer = buffer + (j * halfs_per_record * 2); in agx_build_pipeline()
1118 cfg.buffer = tex->desc->ptr.gpu; in agx_build_pipeline()
1136 cfg.buffer = bo->ptr.gpu; in agx_build_pipeline()
1192 cfg.buffer = clear_buf; in agx_build_clear_pipeline()
1277 cfg.buffer in agx_build_reload_pipeline()
[all...]
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_bo.c43 /* Set to 1 for verbose output showing committed sparse buffer ranges. */
65 /* Wait if any ioctl is being submitted with this buffer. */ in amdgpu_bo_wait()
72 * are local to this process only. If we want to wait for all buffer in amdgpu_bo_wait()
255 /* Clean up buffer managers and try again. */ in amdgpu_bo_do_map()
293 * if the GPU is using the buffer for read too in amdgpu_bo_map()
296 * Only check whether the buffer is being used for write. */ in amdgpu_bo_map()
327 * if the GPU is using the buffer for read too in amdgpu_bo_map()
330 * Only check whether the buffer is being used for write. */ in amdgpu_bo_map()
366 /* Buffer synchronization has been checked, now actually map the buffer. */ in amdgpu_bo_map()
555 fprintf(stderr, "amdgpu: Failed to allocate a buffer in amdgpu_create_bo()
1588 amdgpu_bo_get_handle(struct radeon_winsys *rws, struct pb_buffer *buffer, struct winsys_handle *whandle) amdgpu_bo_get_handle() argument
[all...]
/third_party/node/deps/uv/src/win/
H A Dpipe.c38 /* A zero-size buffer for use by uv_pipe_read */
402 * the state of the write buffer when we're trying to shutdown the pipe. */ in uv__create_stdio_pipe_pair()
597 /* Try to avoid flushing the pipe buffer in the thread pool. */ in uv__pipe_shutdown()
1429 /* Pack into a single heap-allocated buffer: in uv__build_coalesced_write_req()
1451 /* Compute heap buffer size. */ in uv__build_coalesced_write_req()
1455 /* Allocate buffer. */ in uv__build_coalesced_write_req()
1460 /* Copy uv_write_t information to the buffer. */ in uv__build_coalesced_write_req()
1467 /* Copy data buffers to the heap buffer. */ in uv__build_coalesced_write_req()
1518 /* Write empty buffer. */ in uv__pipe_write_data()
1524 /* Coalesce all `bufs` into one big buffer in uv__pipe_write_data()
1823 uv__pipe_read_exactly(HANDLE h, void* buffer, DWORD count) uv__pipe_read_exactly() argument
2352 uv__pipe_getname(const uv_pipe_t* handle, char* buffer, size_t* size) uv__pipe_getname() argument
2526 uv_pipe_getsockname(const uv_pipe_t* handle, char* buffer, size_t* size) uv_pipe_getsockname() argument
2540 uv_pipe_getpeername(const uv_pipe_t* handle, char* buffer, size_t* size) uv_pipe_getpeername() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingComplexControlFlowTests.cpp185 VkBuffer getVkBuffer (const de::MovePtr<BufferWithMemory>& buffer) in getVkBuffer() argument
187 VkBuffer result = (buffer.get() == DE_NULL) ? DE_NULL : buffer->get(); in getVkBuffer()
192 VkStridedDeviceAddressRegionKHR makeStridedDeviceAddressRegion (const DeviceInterface& vkd, const VkDevice device, VkBuffer buffer, deUint32 stride, deUint32 count) in makeStridedDeviceAddressRegion() argument
194 if (buffer == DE_NULL) in makeStridedDeviceAddressRegion()
200 return makeStridedDeviceAddressRegionKHR(getBufferDeviceAddress(vkd, device, buffer, 0), stride, stride * count); in makeStridedDeviceAddressRegion()
567 de::MovePtr<BufferWithMemory> buffer = de::MovePtr<BufferWithMemory>(new BufferWithMemory(vkd, device, allocator, bufferCreateInfo, MemoryRequirement::HostVisible)); in runTest() local
628 vkd.cmdCopyImageToBuffer(*cmdBuffer, **image, VK_IMAGE_LAYOUT_GENERAL, **buffer, 1u, &bufferImageRegion); in runTest()
636 invalidateMappedMemoryRange(vkd, device, buffer->getAllocation().getMemory(), buffer in runTest()
973 const de::MovePtr<BufferWithMemory> buffer = runTest(); iterate() local
[all...]
/third_party/skia/third_party/externals/libpng/
H A Dpngwrite.c841 /* Copy user's row into buffer, leaving room for filter byte. */ in png_write_row()
1058 * prev_row buffer must be maintained even if there are currently no in png_set_filter()
1509 png_const_voidp buffer; member
1972 /* Now check for overflow of the image buffer calculation; this in png_image_write_main()
2091 png_const_bytep row = png_voidcast(png_const_bytep, display->buffer); in png_image_write_main()
2214 const void *buffer, png_int_32 row_stride, const void *colormap) in png_image_write_to_memory()
2216 /* Write the image to the given buffer, or count the bytes if it is NULL */ in png_image_write_to_memory()
2219 if (memory_bytes != NULL && buffer != NULL) in png_image_write_to_memory()
2234 display.buffer = buffer; in png_image_write_to_memory()
2212 png_image_write_to_memory(png_imagep image, void *memory, png_alloc_size_t * PNG_RESTRICT memory_bytes, int convert_to_8bit, const void *buffer, png_int_32 row_stride, const void *colormap) png_image_write_to_memory() argument
2279 png_image_write_to_stdio(png_imagep image, FILE *file, int convert_to_8bit, const void *buffer, png_int_32 row_stride, const void *colormap) png_image_write_to_stdio() argument
2328 png_image_write_to_file(png_imagep image, const char *file_name, int convert_to_8bit, const void *buffer, png_int_32 row_stride, const void *colormap) png_image_write_to_file() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_skeletons.cpp1097 CharString buffer; in parseIdentifierUnitOption() local
1098 SKELETON_UCHAR_TO_CHAR(buffer, segment.toTempUnicodeString(), 0, segment.length(), status); in parseIdentifierUnitOption()
1101 macros.unit = MeasureUnit::forIdentifier(buffer.toStringPiece(), internalStatus); in parseIdentifierUnitOption()
1113 CharString buffer; in parseUnitUsageOption() local
1114 SKELETON_UCHAR_TO_CHAR(buffer, segment.toTempUnicodeString(), 0, segment.length(), status); in parseUnitUsageOption()
1115 macros.usage.set(buffer.toStringPiece()); in parseUnitUsageOption()
1465 CharString buffer;
1466 SKELETON_UCHAR_TO_CHAR(buffer, segment.toTempUnicodeString(), 0, segment.length(), status);
1468 NumberingSystem* ns = NumberingSystem::createInstanceByName(buffer.data(), status);
1488 CharString buffer;
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fNegativeBufferApiTests.cpp43 : TestCaseGroup(context, "buffer", "Negative Buffer API Cases") in NegativeBufferApiTests()
78 GLuint buffer; in init()
79 glGenBuffers(1, &buffer); in init()
80 glBindBuffer(GL_ARRAY_BUFFER, buffer); in init()
97 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the reserved buffer object name 0 is bound to target."); in init()
103 glDeleteBuffers(1, &buffer); in init()
107 GLuint buffer; in init()
108 glGenBuffers(1, &buffer); in init()
109 glBindBuffer(GL_ARRAY_BUFFER, buffer); in init()
117 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the reserved buffer objec in init()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingComplexControlFlowTests.cpp185 VkBuffer getVkBuffer (const de::MovePtr<BufferWithMemory>& buffer) in getVkBuffer() argument
187 VkBuffer result = (buffer.get() == DE_NULL) ? DE_NULL : buffer->get(); in getVkBuffer()
192 VkStridedDeviceAddressRegionKHR makeStridedDeviceAddressRegion (const DeviceInterface& vkd, const VkDevice device, VkBuffer buffer, deUint32 stride, deUint32 count) in makeStridedDeviceAddressRegion() argument
194 if (buffer == DE_NULL) in makeStridedDeviceAddressRegion()
200 return makeStridedDeviceAddressRegionKHR(getBufferDeviceAddress(vkd, device, buffer, 0), stride, stride * count); in makeStridedDeviceAddressRegion()
567 de::MovePtr<BufferWithMemory> buffer = de::MovePtr<BufferWithMemory>(new BufferWithMemory(vkd, device, allocator, bufferCreateInfo, MemoryRequirement::HostVisible)); in runTest() local
628 vkd.cmdCopyImageToBuffer(*cmdBuffer, **image, VK_IMAGE_LAYOUT_GENERAL, **buffer, 1u, &bufferImageRegion); in runTest()
636 invalidateMappedMemoryRange(vkd, device, buffer->getAllocation().getMemory(), buffer in runTest()
973 const de::MovePtr<BufferWithMemory> buffer = runTest(); iterate() local
[all...]
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_state.c464 cb.buffer = NULL; in prepare_vs_constants_userbuf()
512 * that intermediate buffer. */ in prepare_vs_constants_userbuf()
519 &(cb.buffer), in prepare_vs_constants_userbuf()
522 assert(cb.buffer && upload_ptr); in prepare_vs_constants_userbuf()
542 pipe_resource_reference(&context->pipe_data.cb_vs.buffer, NULL); in prepare_vs_constants_userbuf()
557 cb.buffer = NULL; in prepare_ps_constants_userbuf()
607 &(cb.buffer), in prepare_ps_constants_userbuf()
610 assert(cb.buffer && upload_ptr); in prepare_ps_constants_userbuf()
630 pipe_resource_reference(&context->pipe_data.cb_ps.buffer, NULL); in prepare_ps_constants_userbuf()
731 /* all render targets must have the same size and the depth buffer mus in update_framebuffer()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DlibVulkan.cpp372 // The following extension is used by ANGLE to emulate blitting the stencil buffer
1216 VKAPI_ATTR VkResult VKAPI_CALL vkGetAndroidHardwareBufferPropertiesANDROID(VkDevice device, const struct AHardwareBuffer *buffer, VkAndroidHardwareBufferPropertiesANDROID *pProperties) in vkGetAndroidHardwareBufferPropertiesANDROID() argument
1218 TRACE("(VkDevice device = %p, const struct AHardwareBuffer *buffer = %p, VkAndroidHardwareBufferPropertiesANDROID *pProperties = %p)", in vkGetAndroidHardwareBufferPropertiesANDROID()
1219 device, buffer, pProperties); in vkGetAndroidHardwareBufferPropertiesANDROID()
1221 return vk::DeviceMemory::GetAndroidHardwareBufferProperties(device, buffer, pProperties); in vkGetAndroidHardwareBufferPropertiesANDROID()
1283 VKAPI_ATTR VkResult VKAPI_CALL vkBindBufferMemory(VkDevice device, VkBuffer buffer, VkDeviceMemory memory, VkDeviceSize memoryOffset) in vkBindBufferMemory() argument
1285 TRACE("(VkDevice device = %p, VkBuffer buffer = %p, VkDeviceMemory memory = %p, VkDeviceSize memoryOffset = %d)", in vkBindBufferMemory()
1286 device, static_cast<void *>(buffer), static_cast<void *>(memory), int(memoryOffset)); in vkBindBufferMemory()
1288 if(!vk::Cast(buffer)->canBindToMemory(vk::Cast(memory))) in vkBindBufferMemory()
1293 vk::Cast(buffer) in vkBindBufferMemory()
1311 vkGetBufferMemoryRequirements(VkDevice device, VkBuffer buffer, VkMemoryRequirements *pMemoryRequirements) vkGetBufferMemoryRequirements() argument
1673 vkDestroyBuffer(VkDevice device, VkBuffer buffer, const VkAllocationCallbacks *pAllocator) vkDestroyBuffer() argument
2584 vkCmdBindIndexBuffer(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkIndexType indexType) vkCmdBindIndexBuffer() argument
2616 vkCmdDrawIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride) vkCmdDrawIndirect() argument
2624 vkCmdDrawIndexedIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, uint32_t drawCount, uint32_t stride) vkCmdDrawIndexedIndirect() argument
2632 vkCmdDrawIndirectCount(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkBuffer countBuffer, VkDeviceSize countBufferOffset, uint32_t maxDrawCount, uint32_t stride) vkCmdDrawIndirectCount() argument
2639 vkCmdDrawIndexedIndirectCount(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset, VkBuffer countBuffer, VkDeviceSize countBufferOffset, uint32_t maxDrawCount, uint32_t stride) vkCmdDrawIndexedIndirectCount() argument
2654 vkCmdDispatchIndirect(VkCommandBuffer commandBuffer, VkBuffer buffer, VkDeviceSize offset) vkCmdDispatchIndirect() argument
[all...]
/drivers/hdf_core/adapter/platform/uart/
H A Duart_bes.h40 uint8_t *buffer; member
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/heap_buffer_allocator/
H A Dheap_buffer_allocator.h35 RetCode FreeBuffer(std::shared_ptr<IBuffer>& buffer) override;
/drivers/peripheral/display/composer/vdi_base/include/
H A Dhdi_gfx_composition.h36 void InitGfxSurface(ISurface &iSurface, HdiLayerBuffer &buffer);
/drivers/peripheral/display/hal/default_standard/src/display_device/composer/
H A Dhdi_video_composition.h38 void InitGfxSurface(ISurface &surface, HdiLayerBuffer &buffer);
H A Dhdi_gfx_composition.h35 void InitGfxSurface(ISurface &surface, HdiLayerBuffer &buffer);
/drivers/peripheral/intelligent_voice/passthrough/engine/
H A Dengine_base.h31 IntellVoiceStatus Write(const uint8_t *buffer, uint32_t size) override;
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/base/
H A Dengine_base.h26 int32_t WriteAudio(const uint8_t *buffer, uint32_t size) override
H A Ddata_operation_callback.h38 sptr<Ashmem> CreateAshmemFromArrayBuffer(const std::unique_ptr<OHOS::IntellVoiceUtils::Uint8ArrayBuffer> &buffer,

Completed in 42 milliseconds

1...<<201202203204205206207208209210>>...348