Searched refs:allocArgs (Results 1 – 6 of 6) sorted by relevance
3091 DefferAllocBuffArgs allocArgs; in takePicture() local3094 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() local5074 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 …]
600 DefferAllocBuffArgs allocArgs; member
3093 DefferAllocBuffArgs allocArgs; in takePicture() local3096 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() local5076 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 …]
689 DeferAllocBuffArgs allocArgs; member
9509 QCameraChannel * pChannel = dw->args.allocArgs.ch; in deferredWorkRoutine()9517 cam_stream_type_t streamType = dw->args.allocArgs.type; in deferredWorkRoutine()