Home | History | Annotate | Download | only in HAL

Lines Matching refs:allocArgs

3072                     DefferAllocBuffArgs allocArgs;
3075 memset(&allocArgs, 0, sizeof(DefferAllocBuffArgs));
3077 allocArgs.ch = m_channels[QCAMERA_CH_TYPE_CAPTURE];
3078 allocArgs.type = CAM_STREAM_TYPE_POSTVIEW;
3079 args.allocArgs = allocArgs;
5035 DefferAllocBuffArgs allocArgs;
5038 memset(&allocArgs, 0, sizeof(DefferAllocBuffArgs));
5039 allocArgs.type = streamType;
5040 allocArgs.ch = pChannel;
5041 args.allocArgs = allocArgs;
7513 QCameraChannel * pChannel = dw->args.allocArgs.ch;
7521 cam_stream_type_t streamType = dw->args.allocArgs.type;