Searched refs:MFC_FMT_RAW (Results 1 - 3 of 3) sorted by path

/linux-master/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_common.h112 MFC_FMT_RAW, enumerator in enum:s5p_mfc_fmt_type
H A Ds5p_mfc_dec.c34 .type = MFC_FMT_RAW,
41 .type = MFC_FMT_RAW,
48 .type = MFC_FMT_RAW,
55 .type = MFC_FMT_RAW,
62 .type = MFC_FMT_RAW,
69 .type = MFC_FMT_RAW,
318 else if (!out && formats[i].type != MFC_FMT_RAW)
427 fmt = find_format(f, MFC_FMT_RAW);
462 ctx->dst_fmt = find_format(f, MFC_FMT_RAW);
1254 ctx->dst_fmt = find_format(&f, MFC_FMT_RAW);
[all...]
H A Ds5p_mfc_enc.c37 .type = MFC_FMT_RAW,
44 .type = MFC_FMT_RAW,
51 .type = MFC_FMT_RAW,
58 .type = MFC_FMT_RAW,
65 .type = MFC_FMT_RAW,
72 .type = MFC_FMT_RAW,
1362 if (out && formats[i].type != MFC_FMT_RAW)
1451 fmt = find_format(f, MFC_FMT_RAW);
1500 ctx->src_fmt = find_format(f, MFC_FMT_RAW);
2756 ctx->src_fmt = find_format(&f, MFC_FMT_RAW);
[all...]

Completed in 197 milliseconds