Home
last modified time | relevance | path

Searched defs:frameConfig (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render_backend/ohos/
H A Drs_render_surface_ohos.cpp104 std::shared_ptr<FrameConfig> frameConfig = frame_->frameConfig; in RequestFrame() local
158 std::shared_ptr<FrameConfig> frameConfig = frame_->frameConfig; in SetUiTimeStamp() local
187 std::shared_ptr<FrameConfig> frameConfig = frame_->frameConfig; in SetDamageRegion() local
240 std::shared_ptr<FrameConfig> frameConfig = frame_->frameConfig; in GetSurface() local
258 std::shared_ptr<FrameConfig> frameConfig = frame_->frameConfig; in GetColorSpace() local
268 std::shared_ptr<FrameConfig> frameConfig = frame_->frameConfig; in SetColorSpace() local
278 std::shared_ptr<FrameConfig> frameConfig = frame_->frameConfig; in SetSurfaceBufferUsage() local
288 std::shared_ptr<FrameConfig> frameConfig = frame_->frameConfig; in SetSurfacePixelFormat() local
298 std::shared_ptr<FrameConfig> frameConfig = frame_->frameConfig; in SetReleaseFence() local
308 std::shared_ptr<FrameConfig> frameConfig = frame_->frameConfig; in GetReleaseFence() local
[all …]
H A Drender_context_ohos_raster.cpp44 std::shared_ptr<FrameConfig> frameConfig = frame->frameConfig; in CreateSurface() local
93 std::shared_ptr<FrameConfig> frameConfig = frame->frameConfig; in DamageFrame() local
113 std::shared_ptr<FrameConfig> frameConfig = frame->frameConfig; in SwapBuffers() local
H A Drender_context_ohos_vk.cpp62 std::shared_ptr<FrameConfig> frameConfig = frame->frameConfig; in CreateSurface() local
H A Drender_context_ohos_gl.cpp240 std::shared_ptr<FrameConfig> frameConfig = frame->frameConfig; in CreateSurface() local
291 std::shared_ptr<FrameConfig> frameConfig = frame->frameConfig; in DamageFrame() local
/ohos5.0/foundation/multimedia/camera_lite/interfaces/kits/
H A Dframe_state_callback.h72 …virtual void OnFrameFinished(Camera &camera, FrameConfig &frameConfig, FrameResult &frameResult) {} in OnFrameFinished()
82 …virtual void OnFrameError(Camera &camera, FrameConfig &frameConfig, int32_t errorCode, FrameResult… in OnFrameError()
H A Dcamera.h114 virtual int32_t TriggerLoopingCapture(FrameConfig &frameConfig) in TriggerLoopingCapture()
138 virtual int32_t TriggerSingleCapture(FrameConfig &frameConfig) in TriggerSingleCapture()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render_backend/
H A Ddrawing_context.cpp102 std::shared_ptr<FrameConfig> frameConfig = frame->frameConfig; in AcquireSurfaceInGLES() local
130 std::shared_ptr<FrameConfig> frameConfig = frame->frameConfig; in AcquireSurfaceInRaster() local
179 std::shared_ptr<FrameConfig> frameConfig = frame->frameConfig; in GetSkColorSpace() local
H A Drender_backend_utils.cpp28 std::shared_ptr<FrameConfig> frameConfig = frame->frameConfig; in IsValidFrame() local
/ohos5.0/foundation/multimedia/camera_lite/test/unittest/
H A Dcamera_lite_test.cpp1044 shared_ptr<FrameConfig> frameConfig = make_shared<FrameConfig>(FRAME_CONFIG_PREVIEW); in HWTEST_F() local
1050 shared_ptr<FrameConfig> frameConfig = make_shared<FrameConfig>(FRAME_CONFIG_RECORD); in HWTEST_F() local
1068 shared_ptr<FrameConfig> frameConfig = nullptr; in HWTEST_F() local
1086 shared_ptr<FrameConfig> frameConfig = nullptr; in HWTEST_F() local
1104 shared_ptr<FrameConfig> frameConfig = nullptr; in HWTEST_F() local
1122 shared_ptr<FrameConfig> frameConfig = nullptr; in HWTEST_F() local
1244 shared_ptr<FrameConfig> frameConfig = make_shared<FrameConfig>(FRAME_CONFIG_RECORD); in HWTEST_F() local
1312 shared_ptr<FrameConfig> frameConfig = make_shared<FrameConfig>(FRAME_CONFIG_RECORD); in HWTEST_F() local
1402 shared_ptr<FrameConfig> frameConfig = make_shared<FrameConfig>(FRAME_CONFIG_RECORD); in HWTEST_F() local
1512 shared_ptr<FrameConfig> frameConfig = make_shared<FrameConfig>(FRAME_CONFIG_RECORD); in HWTEST_F() local
[all …]
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcamera_component.cpp50 Media::FrameConfig &frameConfig, in OnFrameFinished()
100 Media::FrameConfig &frameConfig, in OnFrameError()
421 Media::FrameConfig *frameConfig = component->GetFrameConfig(); in CaptureFrame() local
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dutil.cpp195 …l ReadZipFile(const std::string& srcFilePath, ImageStructVec& imgVec, FrameRateConfig& frameConfig) in ReadZipFile()
263 FrameRateConfig& frameConfig, unsigned long fileSize) in ReadImageFile()
302 bool ParseImageConfig(const char* fileBuffer, int totalsize, FrameRateConfig& frameConfig) in ParseImageConfig()
H A Dboot_picture_player.cpp93 FrameRateConfig frameConfig; in ReadPicZipFile() local
/ohos5.0/foundation/multimedia/camera_lite/services/server/include/
H A Dcamera_type.h49 void* frameConfig; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render_backend/
H A Drs_render_surface_frame.h118 std::shared_ptr<FrameConfig> frameConfig; member