Home | History | Annotate | Download | only in camera

Lines Matching refs:mId

52   : mId(id),
78 ALOGI("%s:%d: Opening camera device", __func__, mId);
83 ALOGE("%s:%d: Error! Camera device already opened", __func__, mId);
110 ALOGI("%s:%d: Closing camera device", __func__, mId);
115 ALOGE("%s:%d: Error! Camera device not open", __func__, mId);
128 ALOGV("%s:%d: callback_ops=%p", __func__, mId, callback_ops);
133 ALOGE("%s:%d: Failed to initialize device!", __func__, mId);
144 ALOGV("%s:%d: stream_config=%p", __func__, mId, stream_config);
149 ALOGE("%s:%d: NULL stream configuration array", __func__, mId);
153 ALOGE("%s:%d: Empty stream configuration array", __func__, mId);
159 ALOGV("%s:%d: Number of Streams: %d", __func__, mId,
169 ALOGV("%s:%d: Reusing stream %d", __func__, mId, i);
172 ALOGV("%s:%d: Creating new stream %d", __func__, mId, i);
173 newStreams[i] = new Stream(mId, astream);
177 ALOGE("%s:%d: Error processing stream %d", __func__, mId, i);
185 ALOGE("%s:%d: Invalid stream set", __func__, mId);
223 if (!priv->isValidReuseStream(mId, astream)) {
224 ALOGE("%s:%d: Mismatched parameter in reused stream", __func__, mId);
238 ALOGE("%s:%d: NULL stream configuration streams", __func__, mId);
242 ALOGE("%s:%d: Zero count stream configuration streams", __func__, mId);
254 __func__, mId, outputs, inputs);
256 ALOGE("%s:%d: Stream config must have >= 1 output", __func__, mId);
260 ALOGE("%s:%d: Stream config must have <= 1 input", __func__, mId);
296 ALOGV("%s:%d: buffer_set=%p", __func__, mId, buf_set);
298 ALOGE("%s:%d: NULL buffer set", __func__, mId);
302 ALOGE("%s:%d: NULL stream handle", __func__, mId);
316 ALOGV("%s:%d: type=%d", __func__, mId, type);
319 ALOGE("%s:%d: Invalid template request type: %d", __func__, mId, type);
329 ALOGV("%s:%d: request=%p", __func__, mId, request);
333 ALOGE("%s:%d: NULL request recieved", __func__, mId);
337 ALOGV("%s:%d: Request Frame:%d Settings:%p", __func__, mId,
344 __func__, mId, request->frame_number, request);
352 ALOGV("%s:%d: Reprocessing input buffer %p", __func__, mId,
357 __func__, mId, request->settings);
361 ALOGV("%s:%d: Capturing new frame.", __func__, mId);
365 __func__, mId, request->settings);
371 ALOGE("%s:%d: Invalid number of output buffers: %d", __func__, mId,
414 ALOGE("%s:%d: Input buffer reprocessing not implemented", __func__, mId);
425 __func__, mId);
429 __func__, mId, strerror(-res), res);
453 __func__, mId);
459 __func__, mId, strerror(errno), errno);
472 ALOGV("%s:%d: Dumping to fd %d", __func__, mId, fd);
476 dprintf(fd, "Camera ID: %d (Busy: %d)\n", mId, mBusy);
511 ALOGE("%s:%d: Invalid template request type: %d", __func__, mId, type);
517 __func__, mId, templateToString(type), type);
525 __func__, mId, settings, templateToString(type), type);