Home
last modified time | relevance | path

Searched refs:IsCoverPhoto (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dphoto_proxy.h57 virtual bool IsCoverPhoto() = 0; // 设置封面,1表示封面
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Ddeferred_photo_proxy.h56 bool IsCoverPhoto() override;
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/
H A Dcamera_server_photo_proxy.h79 bool IsCoverPhoto() override;
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/media_library_manager_test/include/
H A Dphoto_proxy_test.h174 bool IsCoverPhoto() override in IsCoverPhoto() function
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/server/
H A Dmedia_library_adapter.cpp127 bool IsCoverPhoto() override in IsCoverPhoto() function in OHOS::Media::MeidaLibraryAdapter::RecorderPhotoProxy
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Ddeferred_photo_proxy.cpp225 bool DeferredPhotoProxy::IsCoverPhoto() in IsCoverPhoto() function in OHOS::CameraStandard::DeferredPhotoProxy
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/
H A Dcamera_server_photo_proxy.cpp232 bool CameraServerPhotoProxy::IsCoverPhoto() in IsCoverPhoto() function in OHOS::CameraStandard::CameraServerPhotoProxy
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmedia_photo_asset_proxy.cpp160 photoProxy->IsCoverPhoto() ? static_cast<int32_t>(BurstCoverLevelType::COVER) in CreatePhotoAsset()