Home
last modified time | relevance | path

Searched defs:buffer (Results 4851 - 4875 of 5253) sorted by relevance

1...<<191192193194195196197198199200>>...211

/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate_impl.cpp236 auto buffer = jsAsset->GetData(); in GetAssetFromI18n() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_canvas_renderer.cpp640 auto* buffer = static_cast<uint32_t*>(arrayBuffer->GetBuffer()); in JsCreateImageData() local
782 auto* buffer in JsGetImageData() local
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_proxy.cpp52 bool SendData(void *&buffer, size_t size, const void *data) in SendData() argument
79 bool GetData(void *&buffer, size_t size, const void *data) in GetData() argument
4522 void *buffer = nullptr; GetParcelInfoIntelligent() local
4594 void *buffer = nullptr; InnerGetVectorFromParcelIntelligent() local
4699 void *buffer = nullptr; InnerGetParcelInfo() local
[all...]
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_endpoint.cpp407 int32_t AudioEndpointInner::ResolveBuffer(std::shared_ptr<OHAudioBuffer> &buffer) in ResolveBuffer() argument
1639 DfxOperation(BufferDesc &buffer, AudioSampleFormat format, AudioChannel channel) const DfxOperation() argument
2173 CheckPlaySignal(uint8_t *buffer, size_t bufferSize) CheckPlaySignal() argument
2203 CheckRecordSignal(uint8_t *buffer, size_t bufferSize) CheckRecordSignal() argument
[all...]
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.cpp860 const auto buffer = static_cast<const uint8_t*>(materialComp.customProperties->RLock()); AddSingleMaterial() local
[all...]
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Dcapturer_in_client.cpp963 int32_t CapturerInClientInner::ChangeSpeed(uint8_t *buffer, int32_t bufferSize, std::unique_ptr<uint8_t []> &outBuffer, in ChangeSpeed() argument
1583 Write(uint8_t *buffer, size_t bufferSize) Write() argument
1589 HandleCapturerRead(size_t &readSize, size_t &userSize, uint8_t &buffer, bool isBlockingRead) HandleCapturerRead() argument
1635 Read(uint8_t &buffer, size_t userSize, bool isBlockingRead) Read() argument
1675 DfxOperation(BufferDesc &buffer, AudioSampleFormat format, AudioChannel channel) const DfxOperation() argument
[all...]
H A Daudio_process_in_client.cpp912 DfxOperation(BufferDesc &buffer, AudioSampleFormat format, AudioChannel channel) const DfxOperation() argument
[all...]
H A Drenderer_in_client.cpp843 int32_t RendererInClientInner::ChangeSpeed(uint8_t *buffer, int32_t bufferSize, std::unique_ptr<uint8_t []> &outBuffer, in ChangeSpeed() argument
1583 Write(uint8_t *buffer, size_t bufferSize) Write() argument
1590 ProcessSpeed(uint8_t *&buffer, size_t &bufferSize, bool &speedCached) ProcessSpeed() argument
1631 uint8_t *buffer; WriteInner() local
1649 WriteRingCache(uint8_t *buffer, size_t bufferSize, bool speedCached, size_t oriBufferSize) WriteRingCache() argument
1695 WriteInner(uint8_t *buffer, size_t bufferSize) WriteInner() argument
1750 WriteMuteDataSysEvent(uint8_t *buffer, size_t bufferSize) WriteMuteDataSysEvent() argument
1833 DfxOperation(BufferDesc &buffer, AudioSampleFormat format, AudioChannel channel) const DfxOperation() argument
1953 Read(uint8_t &buffer, size_t userSize, bool isBlockingRead) Read() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_util.cpp306 void RSUniRenderUtil::SrcRectScaleFit(BufferDrawParam& params, const sptr<SurfaceBuffer>& buffer, in SrcRectScaleFit() argument
355 void RSUniRenderUtil::SrcRectScaleDown(BufferDrawParam& params, const sptr<SurfaceBuffer>& buffer, in SrcRectScaleDown() argument
405 const sptr<SurfaceBuffer> buffer = node.GetRSSurfaceHandler()->GetBuffer(); in GetMatrixOfBufferToRelRect() local
458 const sptr<SurfaceBuffer> buffer = useRenderParams ? surfaceParams->GetBuffer() : surfaceHandler->GetBuffer(); CreateBufferDrawParam() local
511 const sptr<SurfaceBuffer> buffer = nodeParams->GetBuffer(); CreateBufferDrawParam() local
561 auto buffer = renderParams.GetBuffer(); CreateBufferDrawParamForRotationFixed() local
621 const sptr<SurfaceBuffer> buffer = surfaceHandler->GetBuffer(); CreateBufferDrawParam() local
641 const sptr<SurfaceBuffer> buffer = surfaceHandler.GetBuffer(); CreateBufferDrawParam() local
664 sptr<SurfaceBuffer> buffer = layer->GetBuffer(); CreateLayerBufferDrawParam() local
1376 auto buffer = surfaceHandler->GetBuffer(); UpdateRealSrcRect() local
1438 auto buffer = node.GetRSSurfaceHandler()->GetBuffer(); DealWithNodeGravity() local
1546 auto buffer = node.GetRSSurfaceHandler()->GetBuffer(); GetLayerTransform() local
1592 const auto& buffer = node.GetRSSurfaceHandler()->GetBuffer(); DealWithScalingMode() local
1615 const auto& buffer = node.GetRSSurfaceHandler()->GetBuffer(); LayerScaleDown() local
1675 const auto& buffer = node.GetRSSurfaceHandler()->GetBuffer(); LayerScaleFit() local
[all...]
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp667 static void FreeContextBuffer(const Media::CustomFreePixelMap &func, AllocatorType allocType, PlImageBuffer &buffer) in HeapMemAlloc() argument
1238 GetFramePixels(SkImageInfo& info, uint8_t* buffer, uint64_t rowStride, SkCodec::Options options) HeapMemAlloc() argument
1513 auto buffer = u8ToU32(tags[i].offset) + profile->buffer; HeapMemAlloc() local
[all...]
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_source_napi.cpp370 char *buffer = reinterpret_cast<char *>(malloc((bufLength + NUM_1) * sizeof(char))); in GetStringArgument() local
2154 uint8_t *buffer = static_cast<uint8_t*>(context->updataBuffer); UpdateDataExecute() local
[all...]
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcapture_session.cpp2347 void MovingPhotoListener::OnBufferArrival(sptr<SurfaceBuffer> buffer, int64_t timestamp, GraphicTransformType transform) in OnBufferArrival() argument
2424 sptr<SurfaceBuffer> buffer; in OnBufferAvailable() local
[all...]
/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_asset_change_request_napi.cpp600 char buffer[ARG_BUF_SIZE]; in ParseAssetCreateOptions() local
1183 auto buffer = new (std::nothrow) uint8_t[pixelSize]; in SavePhotoProxyImage() local
[all...]
/foundation/communication/netstack/frameworks/js/napi/tls/src/
H A Dtls_socket.cpp411 char buffer[MAX_RECV_BUFFER_SIZE]; in ReadMessage() local
1311 int TLSSocket::TLSSocketInternal::Recv(char *buffer, int maxBufferSize) in Recv() argument
/test/xts/acts/multimedia/audio/audio_js_standard/audio_ndk_test/entry/src/main/cpp/
H A DaudioTest.cpp55 AudioRendererOnMarkReachedWriteData(OH_AudioRenderer* capturer, void* userData, void* buffer, int32_t bufferLen) AudioRendererOnMarkReachedWriteData() argument
942 AudioRendererOnWriteData(OH_AudioRenderer* capturer, void* userData, void* buffer, int32_t bufferLen) AudioRendererOnWriteData() argument
963 AudioCapturerOnReadData( OH_AudioCapturer* capturer, void* userData, void* buffer, int32_t bufferLen) AudioCapturerOnReadData() argument
3564 WriteDataCallbackWithValidResult(OH_AudioRenderer* renderer, void* userData, void* buffer, int32_t bufferLen) WriteDataCallbackWithValidResult() argument
3572 WriteDataCallbackWithInvalidResult(OH_AudioRenderer* renderer, void* userData, void* buffer, int32_t bufferLen) WriteDataCallbackWithInvalidResult() argument
[all...]
/test/xts/acts/multimedia/drm/drm_ndk_test/entry/src/main/cpp/
H A Dhello.cpp215 char buffer[4096]; in getHttp() local
/third_party/ffmpeg/libavcodec/
H A Dilbcdec.c633 static void create_augmented_vector(int index, int16_t *buffer, int16_t *cbVec) in create_augmented_vector() argument
914 correlation(int32_t *corr, int32_t *ener, int16_t *buffer, int16_t lag, int16_t blen, int16_t srange, int16_t scale) correlation() argument
[all...]
H A Dvideotoolboxenc.c348 static void vtenc_q_push(VTEncContext *vtctx, CMSampleBufferRef buffer, ExtraSEI *sei) in vtenc_q_push() argument
1581 static void vtenc_get_frame_info(CMSampleBufferRef buffer, bool *is_key_frame) in vtenc_get_frame_info() argument
[all...]
/third_party/f2fs-tools/fsck/
H A Dmount.c371 char buffer[MAX_VOLUME_NAME]; in DISP_label() local
/third_party/ffmpeg/libavformat/
H A Drtmpproto.c1422 uint8_t buffer[RTMP_HANDSHAKE_PACKET_SIZ in rtmp_server_handshake() local
[all...]
H A Ddashenc.c449 uint8_t *buffer; in flush_dynbuf() local
H A Dhttp.c69 unsigned char buffer[BUFFER_SIZE], *buf_ptr, *buf_end; member
[all...]
/third_party/curl/lib/vtls/
H A Dsectransp.c3239 static size_t sectransp_version(char *buffer, size_t size) argument
3251 size_t buffer; local
[all...]
/third_party/glfw/src/
H A Dwl_window.c185 struct wl_buffer* buffer = in createShmBuffer() local
196 createFallbackEdge(_GLFWwindow* window, _GLFWfallbackEdgeWayland* edge, struct wl_surface* parent, struct wl_buffer* buffer, int x, int y, int width, int height) createFallbackEdge() argument
1084 struct wl_buffer* buffer; setCursorImage() local
1512 struct wl_buffer* buffer = wl_cursor_image_get_buffer(image); pointerHandleMotion() local
[all...]
/third_party/alsa-utils/aplay/
H A Daplay.c971 test_vocfile(void *buffer) global() argument
989 test_wavefile_read(int fd, uint8_t *buffer, size_t *size, size_t reqsize, int line) global() argument
1017 uint8_t *buffer = NULL; global() local
1220 test_au(int fd, void *buffer) global() argument
3222 char *buffer = strdup(path); global() local
[all...]

Completed in 78 milliseconds

1...<<191192193194195196197198199200>>...211