Loading drivers/media/platform/msm/vidc/msm_venc.c +8 −0 Original line number Diff line number Diff line Loading @@ -952,6 +952,14 @@ static struct msm_vidc_format venc_formats[] = { .get_frame_size = get_frame_size_compressed, .type = CAPTURE_PORT, }, { .name = "HEVC", .description = "HEVC compressed format", .fourcc = V4L2_PIX_FMT_HEVC, .num_planes = 1, .get_frame_size = get_frame_size_compressed, .type = CAPTURE_PORT, }, { .name = "YCrCb Semiplanar 4:2:0", .description = "Y/CrCb 4:2:0", Loading Loading
drivers/media/platform/msm/vidc/msm_venc.c +8 −0 Original line number Diff line number Diff line Loading @@ -952,6 +952,14 @@ static struct msm_vidc_format venc_formats[] = { .get_frame_size = get_frame_size_compressed, .type = CAPTURE_PORT, }, { .name = "HEVC", .description = "HEVC compressed format", .fourcc = V4L2_PIX_FMT_HEVC, .num_planes = 1, .get_frame_size = get_frame_size_compressed, .type = CAPTURE_PORT, }, { .name = "YCrCb Semiplanar 4:2:0", .description = "Y/CrCb 4:2:0", Loading