Home
last modified time | relevance | path

Searched refs:allocArgs (Results 1 – 6 of 6) sorted by relevance

/device/lge/bullhead/camera/QCamera2/HAL/
DQCamera2HWI.cpp3091 DefferAllocBuffArgs allocArgs; in takePicture() local
3094 memset(&allocArgs, 0, sizeof(DefferAllocBuffArgs)); in takePicture()
3096 allocArgs.ch = m_channels[QCAMERA_CH_TYPE_CAPTURE]; in takePicture()
3097 allocArgs.type = CAM_STREAM_TYPE_POSTVIEW; in takePicture()
3098 args.allocArgs = allocArgs; in takePicture()
5071 DefferAllocBuffArgs allocArgs; in addStreamToChannel() local
5074 memset(&allocArgs, 0, sizeof(DefferAllocBuffArgs)); in addStreamToChannel()
5075 allocArgs.type = streamType; in addStreamToChannel()
5076 allocArgs.ch = pChannel; in addStreamToChannel()
5077 args.allocArgs = allocArgs; in addStreamToChannel()
[all …]
DQCamera2HWI.h600 DefferAllocBuffArgs allocArgs; member
/device/huawei/angler/camera/QCamera2/HAL/
DQCamera2HWI.cpp3093 DefferAllocBuffArgs allocArgs; in takePicture() local
3096 memset(&allocArgs, 0, sizeof(DefferAllocBuffArgs)); in takePicture()
3098 allocArgs.ch = m_channels[QCAMERA_CH_TYPE_CAPTURE]; in takePicture()
3099 allocArgs.type = CAM_STREAM_TYPE_POSTVIEW; in takePicture()
3100 args.allocArgs = allocArgs; in takePicture()
5073 DefferAllocBuffArgs allocArgs; in addStreamToChannel() local
5076 memset(&allocArgs, 0, sizeof(DefferAllocBuffArgs)); in addStreamToChannel()
5077 allocArgs.type = streamType; in addStreamToChannel()
5078 allocArgs.ch = pChannel; in addStreamToChannel()
5079 args.allocArgs = allocArgs; in addStreamToChannel()
[all …]
DQCamera2HWI.h600 DefferAllocBuffArgs allocArgs; member
/device/google/marlin/camera/QCamera2/HAL/
DQCamera2HWI.h689 DeferAllocBuffArgs allocArgs; member
DQCamera2HWI.cpp9509 QCameraChannel * pChannel = dw->args.allocArgs.ch; in deferredWorkRoutine()
9517 cam_stream_type_t streamType = dw->args.allocArgs.type; in deferredWorkRoutine()