Home
last modified time | relevance | path

Searched refs:IsValidFrame (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render_backend/ohos/
H A Drs_render_surface_ohos.cpp48 if (!RenderBackendUtils::IsValidFrame(frame_)) { in ~RSRenderSurfaceOhos()
67 if (!RenderBackendUtils::IsValidFrame(frame_)) { in IsValid()
100 if (!RenderBackendUtils::IsValidFrame(frame_)) { in RequestFrame()
148 if (!RenderBackendUtils::IsValidFrame(frame_)) { in SetUiTimeStamp()
183 if (!RenderBackendUtils::IsValidFrame(frame_)) { in SetDamageRegion()
207 if (!RenderBackendUtils::IsValidFrame(frame_)) { in ClearBuffer()
236 if (!RenderBackendUtils::IsValidFrame(frame_)) { in GetSurface()
254 if (!RenderBackendUtils::IsValidFrame(frame_)) { in GetColorSpace()
264 if (!RenderBackendUtils::IsValidFrame(frame_)) { in SetColorSpace()
274 if (!RenderBackendUtils::IsValidFrame(frame_)) { in SetSurfaceBufferUsage()
[all …]
H A Drender_context_ohos_raster.cpp39 if (!RenderBackendUtils::IsValidFrame(frame)) { in CreateSurface()
88 if (!RenderBackendUtils::IsValidFrame(frame)) { in DamageFrame()
108 if (!RenderBackendUtils::IsValidFrame(frame)) { in SwapBuffers()
H A Drender_context_ohos_gl.cpp212 if (!RenderBackendUtils::IsValidFrame(frame)) { in CreateSurface()
264 if (!RenderBackendUtils::IsValidFrame(frame)) { in DestroySurface()
282 if (!RenderBackendUtils::IsValidFrame(frame)) { in DamageFrame()
333 if (!RenderBackendUtils::IsValidFrame(frame)) { in SwapBuffers()
H A Drender_context_ohos_vk.cpp43 if (!RenderBackendUtils::IsValidFrame(frame)) { in CreateSurface()
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Daccessors_test.cpp56 ASSERT_FALSE(accessors->IsValidFrame(addr, stackBottom, stackTop));
59 ASSERT_TRUE(accessors->IsValidFrame(addr, stackBottom, stackTop));
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dimage_codec_dfx.cpp89 if (!info.IsValidFrame()) { in UpdateInputRecord()
111 if (!info.IsValidFrame()) { in UpdateOutputRecord()
144 bool ImageCodec::BufferInfo::IsValidFrame() const in IsValidFrame() function in OHOS::ImagePlugin::ImageCodec::BufferInfo
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render_backend/
H A Drender_backend_utils.h27 static bool IsValidFrame(const std::shared_ptr<RSRenderSurfaceFrame>& frame);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render_backend/
H A Drender_backend_utils.cpp22 bool RenderBackendUtils::RenderBackendUtils::IsValidFrame(const std::shared_ptr<RSRenderSurfaceFram… in IsValidFrame() function in OHOS::Rosen::RenderBackendUtils::RenderBackendUtils
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_accessors.cpp88 bool DfxAccessorsLocal::IsValidFrame(uintptr_t addr, uintptr_t stackBottom, uintptr_t stackTop) in IsValidFrame() function in OHOS::HiviewDFX::DfxAccessorsLocal
109 …if ((ctx != nullptr) && (ctx->stackCheck == true) && (!IsValidFrame(addr, ctx->stackBottom, ctx->s… in AccessMem()
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_dfx.cpp259 if (!info.IsValidFrame()) { in UpdateInputRecord()
282 if (!info.IsValidFrame()) { in UpdateOutputRecord()
317 bool HCodec::BufferInfo::IsValidFrame() const in IsValidFrame() function in OHOS::MediaAVCodec::HCodec::BufferInfo
H A Dhcodec.h143 bool IsValidFrame() const;
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_accessors.h55 bool IsValidFrame(uintptr_t addr, uintptr_t stackBottom, uintptr_t stackTop);
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dimage_codec.h120 bool IsValidFrame() const;