Searched refs:streamCap (Results 1 – 2 of 2) sorted by relevance
71 StreamCap *streamCap = nullptr; in GetCameraAbility() local73 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()
221 int32_t HalCameraGetStreamCap(uint32_t cameraId, StreamCap *streamCap, uint32_t streamNum);