Lines Matching defs:destFormat
61 bool BufferManager::ConvertFormat(PixelFormat& destFormat, uint32_t srcFormat) const
65 destFormat = PIXEL_FMT_BUTT;
68 destFormat = PIXEL_FMT_RGB_565;
71 destFormat = PIXEL_FMT_RGBA_5551;
74 destFormat = PIXEL_FMT_RGB_888;
77 destFormat = PIXEL_FMT_RGBA_8888;
80 destFormat = PIXEL_FMT_YCBCR_420_SP;
83 destFormat = PIXEL_FMT_YCRCB_420_SP;
86 destFormat = PIXEL_FMT_YCBCR_420_P;
89 destFormat = PIXEL_FMT_YCRCB_420_P;