Searched refs:MFC_FMT_RAW (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/media/platform/samsung/s5p-mfc/ |
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, 304 else if (!out && formats[i].type != MFC_FMT_RAW) in vidioc_enum_fmt() 408 fmt = find_format(f, MFC_FMT_RAW); in vidioc_try_fmt() 443 ctx->dst_fmt = find_format(f, MFC_FMT_RAW); in vidioc_s_fmt() 1212 ctx->dst_fmt = find_format(&f, MFC_FMT_RAW); in s5p_mfc_dec_init()
|
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, 1322 if (out && formats[i].type != MFC_FMT_RAW) in vidioc_enum_fmt() 1406 fmt = find_format(f, MFC_FMT_RAW); in vidioc_try_fmt() 1452 ctx->src_fmt = find_format(f, MFC_FMT_RAW); in vidioc_s_fmt() 2692 ctx->src_fmt = find_format(&f, MFC_FMT_RAW); in s5p_mfc_enc_init()
|
D | s5p_mfc_common.h | 111 MFC_FMT_RAW, enumerator
|