Home
last modified time | relevance | path

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

/device/moto/shamu/camera/QCamera2/HAL3/
DQCamera3Channel.h70 cam_is_type_t isType);
77 virtual int32_t initialize(cam_is_type_t isType) = 0;
87 virtual int32_t registerBuffer(buffer_handle_t *buffer, cam_is_type_t isType) = 0;
148 virtual int32_t initialize(cam_is_type_t isType);
155 virtual int32_t registerBuffer(buffer_handle_t *buffer, cam_is_type_t isType);
182 virtual int32_t initialize(cam_is_type_t isType);
212 virtual int32_t initialize(cam_is_type_t isType);
243 virtual int32_t initialize(cam_is_type_t isType);
278 virtual int32_t initialize(cam_is_type_t isType);
303 virtual int32_t registerBuffer(buffer_handle_t *buffer, cam_is_type_t isType);
[all …]
DQCamera3Channel.cpp212 cam_is_type_t isType) in addStream() argument
237 postprocessMask, isType, streamCbRoutine, this); in addStream()
546 int32_t QCamera3RawChannel::initialize(cam_is_type_t isType) in initialize() argument
548 return QCamera3RegularChannel::initialize(isType); in initialize()
550 int32_t QCamera3RegularChannel::initialize(cam_is_type_t isType) in initialize() argument
574 mIsType = isType; in initialize()
716 cam_is_type_t isType) in registerBuffer() argument
720 mIsType = isType; in registerBuffer()
855 int32_t QCamera3MetadataChannel::initialize(cam_is_type_t isType) in initialize() argument
871 mIsType = isType; in initialize()
[all …]