Home | History | Annotate | Download | only in HAL3

Lines Matching refs:isType

158  *   @isType         : type of image stabilization required on the stream
170 cam_is_type_t isType,
198 NULL, minStreamBufNum, postprocessMask, isType, batchSize,
660 uint32_t width, uint32_t height, bool forcePreviewUBWC, cam_is_type_t isType)
676 bool is_goog_zoom_preview_enabled = ((atoi(prop) & 2) > 0) && isType == IS_TYPE_EIS_3_0;
699 bool is_goog_zoom_video_enabled = ((atoi(prop) & 1) > 0) && isType == IS_TYPE_EIS_3_0;
1144 * PARAMETERS : isType : type of image stabilization on the buffer
1150 int32_t QCamera3ProcessingChannel::initialize(__unused cam_is_type_t isType)
1175 * @isType : image stabilization type on the stream
1182 cam_is_type_t isType)
1186 mIsType = isType;
1923 * @isType : type of image stabilization required on this stream
1930 int32_t QCamera3RegularChannel::initialize(cam_is_type_t isType)
1947 mIsType = isType;
2183 int32_t QCamera3MetadataChannel::initialize(cam_is_type_t isType)
2197 mIsType = isType;
2326 * @isType : image stabilization type on the stream
2333 int32_t QCamera3RawChannel::initialize(cam_is_type_t isType)
2335 return QCamera3RegularChannel::initialize(isType);
2726 * @isType : type of image stabilization required on this stream
2732 int32_t QCamera3RawDumpChannel::initialize(cam_is_type_t isType)
2736 mIsType = isType;
2872 * @isType : the image stabilization type
2878 int32_t QCamera3YUVChannel::initialize(cam_is_type_t isType)
2894 mIsType = isType;
2936 rc = QCamera3ProcessingChannel::initialize(isType);
3647 int32_t QCamera3PicChannel::initialize(cam_is_type_t isType)
3664 mIsType = isType;
3703 rc = QCamera3ProcessingChannel::initialize(isType);
4329 int32_t QCamera3ReprocessChannel::initialize(cam_is_type_t isType)
4347 mIsType = isType;
4358 * @isType : the image stabilization type for the buffer
4365 cam_is_type_t isType)
4369 mIsType = isType;
5299 * @isType : type of image stabilization required on this stream
5418 int32_t QCamera3SupportChannel::initialize(cam_is_type_t isType)
5427 mIsType = isType;