Searched refs:MFC_FMT_RAW (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/platform/s5p-mfc/ |
| H A D | s5p_mfc_dec.c | 34 .type = MFC_FMT_RAW, 41 .type = MFC_FMT_RAW, 48 .type = MFC_FMT_RAW, 55 .type = MFC_FMT_RAW, 288 else if (!out && formats[i].type != MFC_FMT_RAW) in vidioc_enum_fmt() 392 fmt = find_format(f, MFC_FMT_RAW); in vidioc_try_fmt() 427 ctx->dst_fmt = find_format(f, MFC_FMT_RAW); in vidioc_s_fmt() 1196 ctx->dst_fmt = find_format(&f, MFC_FMT_RAW); in s5p_mfc_dec_init()
|
| H A D | s5p_mfc_enc.c | 37 .type = MFC_FMT_RAW, 44 .type = MFC_FMT_RAW, 51 .type = MFC_FMT_RAW, 58 .type = MFC_FMT_RAW, 1324 if (out && formats[i].type != MFC_FMT_RAW) in vidioc_enum_fmt() 1408 fmt = find_format(f, MFC_FMT_RAW); in vidioc_try_fmt() 1454 ctx->src_fmt = find_format(f, MFC_FMT_RAW); in vidioc_s_fmt() 2694 ctx->src_fmt = find_format(&f, MFC_FMT_RAW); in s5p_mfc_enc_init()
|
| H A D | s5p_mfc_common.h | 111 MFC_FMT_RAW, enumerator
|