Home | History | Annotate | Download | only in liboverlay

Lines Matching refs:format

125  * The compound format passed to the overlay is
126 * ABCCC where A is the input 3D format
127 * B is the output 3D format
128 * CCC is the color format e.g YCbCr420SP YCrCb420SP etc */
197 Whf() : w(0), h(0), format(0), size(0) {}
199 w(wi), h(he), format(f), size(0) {}
201 w(wi), h(he), format(f), size(s) {}
205 whf.format == format;
213 uint32_t format;
410 int getMdpFormat(int format);
411 int getMdpFormat(int format, bool tileEnabled);
423 const char* getFormatString(int format);
482 inline bool isYuv(uint32_t format) {
483 switch(format){
503 inline bool isRgb(uint32_t format) {
504 switch(format) {
516 inline const char* getFormatString(int format){
560 if(format < 0 || format >= MDP_IMGTYPE_LIMIT) {
561 ALOGE("%s wrong fmt %d", __FUNCTION__, format);
562 return "Unsupported format";
564 if(formats[format] == 0) {
565 ALOGE("%s: table missing format %d from header", __FUNCTION__, format);
568 return formats[format];
573 w, h, format, size);
584 switch (whf.format & OUTPUT_3D_MASK)
598 ALOGE("%s Unsupported 3D output format %d", __FUNCTION__,
599 whf.format);
607 switch (whf.format & OUTPUT_3D_MASK)
620 ALOGE("%s Unsupported 3D output format %d", __FUNCTION__,
621 whf.format);
646 ALOGE("%s Unsupported 3D format %d", __FUNCTION__, fmt);
666 ALOGE("%s Unsupported 3D format %d", __FUNCTION__, fmt);