Home | History | Annotate | Download | only in HAL3

Lines Matching refs:isType

154  *   @isType         : type of image stabilization required on the stream
166 cam_is_type_t isType,
193 NULL, minStreamBufNum, postprocessMask, isType, batchSize,
1087 * PARAMETERS : isType : type of image stabilization on the buffer
1093 int32_t QCamera3ProcessingChannel::initialize(__unused cam_is_type_t isType)
1118 * @isType : image stabilization type on the stream
1125 cam_is_type_t isType)
1129 mIsType = isType;
1791 * @isType : type of image stabilization required on this stream
1798 int32_t QCamera3RegularChannel::initialize(cam_is_type_t isType)
1815 mIsType = isType;
2055 int32_t QCamera3MetadataChannel::initialize(cam_is_type_t isType)
2069 mIsType = isType;
2169 * @isType : image stabilization type on the stream
2176 int32_t QCamera3RawChannel::initialize(cam_is_type_t isType)
2178 return QCamera3RegularChannel::initialize(isType);
2570 * @isType : type of image stabilization required on this stream
2576 int32_t QCamera3RawDumpChannel::initialize(cam_is_type_t isType)
2580 mIsType = isType;
2655 * @isType : the image stabilization type
2661 int32_t QCamera3YUVChannel::initialize(cam_is_type_t isType)
2677 mIsType = isType;
2719 rc = QCamera3ProcessingChannel::initialize(isType);
3414 int32_t QCamera3PicChannel::initialize(cam_is_type_t isType)
3431 mIsType = isType;
3448 rc = QCamera3ProcessingChannel::initialize(isType);
3948 int32_t QCamera3ReprocessChannel::initialize(cam_is_type_t isType)
3966 mIsType = isType;
3977 * @isType : the image stabilization type for the buffer
3984 cam_is_type_t isType)
3988 mIsType = isType;
4910 * @isType : type of image stabilization required on this stream
5030 int32_t QCamera3SupportChannel::initialize(cam_is_type_t isType)
5039 mIsType = isType;