Home | History | Annotate | Download | only in src

Lines Matching defs:fourcc

210         if (dst_format[i].fourcc == src_format->fourcc)
214 drv_debug_msg(VIDEO_DEBUG_ERROR, "Unsupport fourcc 0x%x\n", src_format->fourcc);
311 switch (format->fourcc) {
472 unsigned int fourcc, fourcc_index = ~0, i;
494 fourcc = obj_surface->psb_surface->extra_info[4];
496 if (psb__CreateImageFormat[i].fourcc == fourcc) {
502 Fourcc\n");
544 switch (fourcc) {
662 if (obj_image->image.format.fourcc != VA_FOURCC_AI44) {
873 if (obj_image->image.format.fourcc != VA_FOURCC_NV12) {
874 drv_debug_msg(VIDEO_DEBUG_ERROR, "target VAImage fourcc should be NV12 or IYUV\n");
908 switch (obj_image->image.format.fourcc) {
1025 if (obj_image->image.format.fourcc != VA_FOURCC_NV12) {
1026 drv_debug_msg(VIDEO_DEBUG_ERROR, "target VAImage fourcc should be NV12 or IYUV\n");
1053 switch (obj_image->image.format.fourcc) {
1188 if (obj_image->image.format.fourcc != VA_FOURCC_NV12) {
1219 switch (obj_image->image.format.fourcc) {
1329 surface_subpic->fourcc = image->format.fourcc;
1338 switch (surface_subpic->fourcc) {