video: driver: move msm_media_info from uapi
move msm_midia_info from uapi to core video driver folder. Change-Id: Ibe7eb898fd40958577a8b1afa46c46ea3c6a2ddf Signed-off-by: Darshana Patil <darshana@codeaurora.org>
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <media/v4l2_vidc_extensions.h>
|
#include <media/v4l2_vidc_extensions.h>
|
||||||
#include <media/msm_media_info.h>
|
#include "msm_media_info.h"
|
||||||
#include <linux/v4l2-common.h>
|
#include <linux/v4l2-common.h>
|
||||||
|
|
||||||
#include "msm_vdec.h"
|
#include "msm_vdec.h"
|
||||||
|
@@ -4,7 +4,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <media/v4l2_vidc_extensions.h>
|
#include <media/v4l2_vidc_extensions.h>
|
||||||
#include <media/msm_media_info.h>
|
#include "msm_media_info.h"
|
||||||
|
|
||||||
#include "msm_venc.h"
|
#include "msm_venc.h"
|
||||||
#include "msm_vidc_core.h"
|
#include "msm_vidc_core.h"
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
* Copyright (c) 2020, The Linux Foundation. All rights reserved.
|
* Copyright (c) 2020, The Linux Foundation. All rights reserved.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <media/msm_media_info.h>
|
#include "msm_media_info.h"
|
||||||
#include "msm_vidc_buffer.h"
|
#include "msm_vidc_buffer.h"
|
||||||
#include "msm_vidc_inst.h"
|
#include "msm_vidc_inst.h"
|
||||||
#include "msm_vidc_core.h"
|
#include "msm_vidc_core.h"
|
||||||
|
@@ -6,7 +6,7 @@
|
|||||||
#include <linux/iommu.h>
|
#include <linux/iommu.h>
|
||||||
#include <linux/workqueue.h>
|
#include <linux/workqueue.h>
|
||||||
#include <media/v4l2_vidc_extensions.h>
|
#include <media/v4l2_vidc_extensions.h>
|
||||||
#include <media/msm_media_info.h>
|
#include "msm_media_info.h"
|
||||||
|
|
||||||
#include "msm_vidc_driver.h"
|
#include "msm_vidc_driver.h"
|
||||||
#include "msm_vidc_platform.h"
|
#include "msm_vidc_platform.h"
|
||||||
@@ -1529,12 +1529,8 @@ int msm_vidc_get_input_internal_buffers(struct msm_vidc_inst *inst,
|
|||||||
}
|
}
|
||||||
core = inst->core;
|
core = inst->core;
|
||||||
|
|
||||||
/*
|
|
||||||
* TODO: Remove the hack of sending bigger buffer sizes
|
|
||||||
* once internal buffer calculations are finalised
|
|
||||||
*/
|
|
||||||
buf_size = call_session_op(core, buffer_size,
|
buf_size = call_session_op(core, buffer_size,
|
||||||
inst, buffer_type) + 100000000;
|
inst, buffer_type);
|
||||||
|
|
||||||
buf_count = call_session_op(core, min_count,
|
buf_count = call_session_op(core, min_count,
|
||||||
inst, buffer_type);
|
inst, buffer_type);
|
||||||
|
Reference in New Issue
Block a user