Loading drivers/media/platform/msm/vidc/msm_venc.c +0 −7 Original line number Diff line number Diff line Loading @@ -1154,13 +1154,6 @@ static struct msm_vidc_format venc_formats[] = { .get_frame_size = get_frame_size_nv12_ubwc, .type = OUTPUT_PORT, }, { .name = "RGBA 8:8:8:8", .description = "RGBA 8:8:8:8", .fourcc = V4L2_PIX_FMT_RGB32, .get_frame_size = get_frame_size_rgba, .type = OUTPUT_PORT, }, { .name = "H264", .description = "H264 compressed format", Loading Loading
drivers/media/platform/msm/vidc/msm_venc.c +0 −7 Original line number Diff line number Diff line Loading @@ -1154,13 +1154,6 @@ static struct msm_vidc_format venc_formats[] = { .get_frame_size = get_frame_size_nv12_ubwc, .type = OUTPUT_PORT, }, { .name = "RGBA 8:8:8:8", .description = "RGBA 8:8:8:8", .fourcc = V4L2_PIX_FMT_RGB32, .get_frame_size = get_frame_size_rgba, .type = OUTPUT_PORT, }, { .name = "H264", .description = "H264 compressed format", Loading