Lines Matching defs:fmt
354 int32_t fmt = buffer->format;
356 bool usingRGBAOverride = usingRGBAToJpegOverride(fmt, readerFormat);
357 fmt = applyFormatOverrides(fmt, readerFormat);
358 switch (fmt) {
474 "Pixel format: 0x%x is unsupported", fmt);
491 int32_t fmt = buffer->format;
493 fmt = applyFormatOverrides(fmt, readerFormat);
495 fmt) {
536 "Pixel format: 0x%x is unsupported", fmt);
552 int32_t fmt = buffer->format;
554 fmt = applyFormatOverrides(fmt, readerFormat);
556 switch (fmt) {
609 ALOGE("%s Pixel format: 0x%x is unsupported", __FUNCTION__, fmt);