Home
last modified time | relevance | path

Searched defs:frame (Results 51 – 75 of 214) sorted by relevance

123456789

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_texture_export.cpp55 auto frame = rootNode_->GetStagingProperties().GetFrame(); in DoTextureExport() local
H A Drs_canvas_node.cpp159 auto frame = GetStagingProperties().GetFrame(); in GetPaintWidth() local
165 auto frame = GetStagingProperties().GetFrame(); in GetPaintHeight() local
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/fuzztest/captureframe_fuzzer/
H A Dcaptureframe_fuzzer.cpp41 std::vector<int8_t> frame; in CaptureFrameFuzzTest() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/
H A Dsoftware_render_backend.h40 … Drawing::Canvas* AcquireDrCanvas(std::unique_ptr<SurfaceFrame>& frame) override {return nullptr;} in AcquireDrCanvas()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/
H A Dclient_trans_proxy_file_manager_test.cpp656 FileFrame frame; variable
1296 FileFrame frame = { variable
1344 FileFrame frame = { variable
1380 FileFrame frame = { variable
1409 FileFrame frame = { variable
1441 FileFrame frame = { variable
1506 FileFrame frame = { variable
1522 FileFrame frame = { variable
1558 FileFrame frame = { variable
1653 FileFrame frame; variable
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/source/
H A Dplayer_source.cpp137 int32_t PlayerSource::ReadFrame(FormatFrame &frame) in ReadFrame()
143 int32_t PlayerSource::FreeFrame(FormatFrame &frame) in FreeFrame()
/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_fault_stack.cpp107 auto frame = frames.at(index); in CollectStackInfo() local
134 const auto& frame = frames.back(); in CreateBlockForCorruptedStack() local
291 DfxFrame frame; in ParseUnwindStack() local
H A Dprinter.cpp182 bool Printer::IsLastValidFrame(const DfxFrame& frame) in IsLastValidFrame()
215 for (const auto& frame : frames) { in PrintThreadBacktraceByConfig() local
H A Dcppcrash_reporter.h47 void AppendCrashStack(const std::string& frame) in AppendCrashStack()
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/fuzztest/renderframe_fuzzer/
H A Drenderframe_fuzzer.cpp43 std::vector<int8_t> frame; in RenderFrameFuzzTest() local
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/
H A Davcodec_task_manager.cpp272 auto frame = frameRecords[index]; in FindIdrFrameIndex() local
281 auto frame = frameRecords[index]; in FindIdrFrameIndex() local
300 [](const sptr<FrameRecord>& frame) { return frame->IsIDRFrame(); }); in IgnoreDeblur()
326 auto frame = frameRecords[index]; in ChooseVideoBuffer() local
/ohos5.0/foundation/multimedia/media_foundation/services/media_monitor/server/src/
H A Dffmpeg_api_wrap.cpp258 AVFrame *frame = nullptr; in FrameAlloc() local
265 int FFmpegApiWrap::FrameGetBuffer(AVFrame *frame, int align) in FrameGetBuffer()
274 int FFmpegApiWrap::CodecSendFrame(AVCodecContext *avctx, const AVFrame *frame) in CodecSendFrame()
324 void FFmpegApiWrap::FrameFree(AVFrame **frame) in FrameFree()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/
H A Drs_surface_ohos_vulkan.cpp228 std::unique_ptr<RSSurfaceFrameOhosVulkan> frame = in RequestFrame() local
243 void RSSurfaceOhosVulkan::SetUiTimeStamp(const std::unique_ptr<RSSurfaceFrame>& frame, uint64_t uiT… in SetUiTimeStamp()
247 bool RSSurfaceOhosVulkan::FlushFrame(std::unique_ptr<RSSurfaceFrame>& frame, uint64_t uiTimestamp) in FlushFrame()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Dsurface_capture_test.cpp52 auto frame = rsSurface->RequestFrame(width, height); in DrawSurface() local
82 auto frame = rsSurface->RequestFrame(width, height); in DrawSurfaceToCapture() local
126 auto frame = rsSurface->RequestFrame(sWidth, sHeight); in DrawPixelmap() local
H A Drender_service_client_gravity_demo.cpp127 auto frame = rsSurface->RequestFrame(400, 400); in Run() local
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/base/test/unittest/common/base/
H A Ddcamera_sink_frame_info_test.cpp138 DCameraSinkFrameInfo frame; variable
/ohos5.0/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/src/
H A Dhdi_service_common.cpp436 char *frame = nullptr; in AudioRenderStartAndOneFrame() local
533 int8_t *frame, uint32_t requestBytes, uint64_t *replyBytes) in RenderTryOneFrame()
576 char *frame = nullptr; in FrameStart() local
622 char *frame = nullptr; in FrameStartCapture() local
641 int32_t RenderFramePrepare(const std::string &path, char *&frame, uint64_t &readSize) in RenderFramePrepare()
691 int8_t *frame, uint32_t *replyBytes, uint64_t *requestBytes) in CaptureTryOneFrame()
729 char *frame = reinterpret_cast<char *>(calloc(1, BUFFER_LENTH)); in StartRecord() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_frame.c48 struct FillpFrameItem *FillpFrameItemAlloc(FILLP_CONST struct FrameInfo *frame) in FillpFrameItemAlloc()
228 static void FillpFrameRxNewFrag(struct FillpFrame *frame, const struct FillpPcbItem *item) in FillpFrameRxNewFrag()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
H A Dinput.rs77 let frame = match sender.poll_recv_frame(cx) { in poll() localVariable
93 let frame = if let SettingState::Ack = state { in poll() localVariable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rsproxynode_fuzzer/
H A Drsproxynode_fuzzer.cpp77 Vector4f frame = {GetData<float>(), GetData<float>(), GetData<float>(), GetData<float>()}; in DoRSProxyNode() local
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/backtrace/
H A Dbacktrace_local_test.cpp339 std::string frame; variable
371 for (auto const& frame : threadStack.frames) { variable
/ohos5.0/drivers/hdf_core/framework/model/input/driver/touchscreen/
H A Dtouch_ft5x06.c210 static int32_t ParsePointData(ChipDevice *device, FrameData *frame, uint8_t *buf, uint8_t pointNum,… in ParsePointData()
272 FrameData *frame = &device->driver->frameData; in ChipDataHandle() local
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/test/unittest/src/
H A Davmetadata_mock.cpp160 void AVMetadataMock::FrameToFile(std::shared_ptr<PixelMap> frame, in FrameToFile()
185 void AVMetadataMock::SurfaceToFile(std::shared_ptr<AVSharedMemory> frame, in SurfaceToFile()
209 void AVMetadataMock::FrameToJpeg(std::shared_ptr<PixelMap> frame, in FrameToJpeg()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/
H A Dhttp2.rs61 let frame = conn.receiver.recv().await?; in request() localVariable
417 let frame = build_headers_frame(1, request.part().clone(), false).unwrap(); in ut_http2_build_headers_frame() localVariable
419 let frame = build_headers_frame(1, request.part().clone(), true).unwrap(); in ut_http2_build_headers_frame() localVariable
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/utils/
H A Ddisplay_adapter.cpp112 int32_t DisplayAdapter::FbFresh(int32_t devFd, DisplayFrameInfo &frame) in FbFresh()

123456789