Home
last modified time | relevance | path

Searched refs:streamCap (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/camera_lite/services/impl/src/
H A Dcamera_service.cpp71 StreamCap *streamCap = nullptr; in GetCameraAbility() local
73 streamCap = new StreamCap[streamCapNum]; in GetCameraAbility()
75 streamCap[pos].type = CAP_DESC_ENUM; in GetCameraAbility()
77 ret = HalCameraGetStreamCap(atoi(cameraId.c_str()), streamCap, streamCapNum); in GetCameraAbility()
80 CameraPicSize tmpSize = {.width = (uint32_t)streamCap[pos].u.formatEnum.width, in GetCameraAbility()
81 .height = (uint32_t)streamCap[pos].u.formatEnum.height}; in GetCameraAbility()
100 delete[] streamCap; in GetCameraAbility()
/ohos5.0/foundation/multimedia/media_utils_lite/hals/
H A Dhal_camera.h221 int32_t HalCameraGetStreamCap(uint32_t cameraId, StreamCap *streamCap, uint32_t streamNum);