Home | History | Annotate | Download | only in camera

Lines Matching refs:format

344         int format,
358 if (format == CAMERA2_HAL_PIXEL_FORMAT_ZSL) {
359 format = HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED;
362 if (format != HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED) {
367 if (format == (int)kAvailableFormats[formatIdx]) break;
370 ALOGE("%s: Format 0x%x is not supported", __FUNCTION__, format);
377 switch (format) {
400 ALOGE("%s: Unknown format 0x%x", __FUNCTION__, format);
410 ALOGE("%s: Format 0x%x does not support resolution %d, %d", __FUNCTION__,
411 format, width, height);
415 switch (format) {
445 newStream.format = format;
452 if (format_actual) *format_actual = format;
457 *stream_id, width, height, format, *usage, *max_buffers);
476 // Need to find out what the final concrete pixel format for our stream is
477 // Assumes that all buffers have the same format.
486 int finalFormat = streamBuffer->format;
489 ALOGE("%s: Stream %d: Bad final pixel format "
491 "concrete pixel format required!", __FUNCTION__, stream_id);
503 ALOGV("%s: Stream %d format set to %x, previously %x",
504 __FUNCTION__, stream_id, finalFormat, stream.format);
506 stream.format = finalFormat;
526 switch(mStreams.valueAt(streamIndex).format) {
575 newStream.format = baseStream.format;
583 *stream_id, newStream.width, newStream.height, newStream.format,
719 " Stream %d: %d x %d, format 0x%x, stride %d\n",
720 id, s.width, s.height, s.format, s.stride);
916 if (s.format == HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED) {
917 ALOGE("%s: Stream %d does not have a concrete pixel format, but "
926 b.format = s.format;
929 ALOGV("Configure: Buffer %d: Stream %d, %d x %d, format 0x%x, "
931 i, b.streamId, b.width, b.height, b.format, b.stride);
932 if (b.format == HAL_PIXEL_FORMAT_BLOB) {
1046 if (s.format != HAL_PIXEL_FORMAT_RGB_888) {
1056 b.format = s.format;
1075 if (s.format != HAL_PIXEL_FORMAT_BLOB) {
1086 b.format = s.format;
1089 ALOGV("Configure: Buffer %d: Stream %d, %d x %d, format 0x%x, "
1091 i, b.streamId, b.width, b.height, b.format, b.stride);
1461 ALOGV("Readout: Buffer %d: Stream %d, %d x %d, format 0x%x, stride %d",
1462 i, b.streamId, b.width, b.height, b.format, b.stride);
1464 if (b.format == HAL_PIXEL_FORMAT_BLOB) {