video: driver: Removed unused macro and variable
- Removed unused macro - Removed unsed constant variable. Change-Id: I43ff39d498637fb0aa721660fae0ca3dd7073e88 Signed-off-by: Gaviraju Doddabettahalli Bettegowda <quic_gdoddabe@quicinc.com> Signed-off-by: Govindaraj Rajagopal <quic_grajagop@quicinc.com>
Šī revīzija ir iekļauta:
@@ -23,26 +23,14 @@
|
||||
#define MAX_BIAS_COEFFS 3
|
||||
#define MAX_LIMIT_COEFFS 6
|
||||
#define MAX_DEBUGFS_NAME 50
|
||||
#define DEFAULT_TIMEOUT 3
|
||||
#define DEFAULT_HEIGHT 240
|
||||
#define DEFAULT_WIDTH 320
|
||||
#define MAX_HEIGHT 4320
|
||||
#define MAX_WIDTH 8192
|
||||
#define MIN_SUPPORTED_WIDTH 32
|
||||
#define MIN_SUPPORTED_HEIGHT 32
|
||||
#define DEFAULT_FPS 30
|
||||
#define MAXIMUM_VP9_FPS 60
|
||||
#define SINGLE_INPUT_BUFFER 1
|
||||
#define SINGLE_OUTPUT_BUFFER 1
|
||||
#define MAX_NUM_INPUT_BUFFERS VIDEO_MAX_FRAME // same as VB2_MAX_FRAME
|
||||
#define MAX_NUM_OUTPUT_BUFFERS VIDEO_MAX_FRAME // same as VB2_MAX_FRAME
|
||||
#define MAX_SUPPORTED_INSTANCES 16
|
||||
#define MAX_BSE_VPP_DELAY 6
|
||||
#define DEFAULT_BSE_VPP_DELAY 2
|
||||
#define MAX_CAP_PARENTS 20
|
||||
#define MAX_CAP_CHILDREN 20
|
||||
#define DEFAULT_BITSTREM_ALIGNMENT 16
|
||||
#define H265_BITSTREM_ALIGNMENT 32
|
||||
#define DEFAULT_MAX_HOST_BUF_COUNT 64
|
||||
#define DEFAULT_MAX_HOST_BURST_BUF_COUNT 256
|
||||
#define BIT_DEPTH_8 (8 << 16 | 8)
|
||||
@@ -73,11 +61,7 @@
|
||||
#define DCVS_WINDOW 16
|
||||
#define ENC_FPS_WINDOW 3
|
||||
#define DEC_FPS_WINDOW 10
|
||||
/* Superframe can have maximum of 32 frames */
|
||||
#define VIDC_SUPERFRAME_MAX 32
|
||||
#define COLOR_RANGE_UNSPECIFIED (-1)
|
||||
|
||||
#define V4L2_EVENT_VIDC_BASE 10
|
||||
#define INPUT_MPLANE V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE
|
||||
#define OUTPUT_MPLANE V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE
|
||||
#define INPUT_META_PLANE V4L2_BUF_TYPE_META_OUTPUT
|
||||
|
@@ -16,10 +16,7 @@
|
||||
#include "msm_vidc_inst.h"
|
||||
#include "msm_vidc_core.h"
|
||||
|
||||
#define VIDC_MAX_NAME_LENGTH 64
|
||||
#define VIDC_MAX_PC_SKIP_COUNT 10
|
||||
#define VIDC_MAX_SUBCACHES 4
|
||||
#define VIDC_MAX_SUBCACHE_SIZE 52
|
||||
|
||||
struct vidc_buffer_addr_info {
|
||||
enum msm_vidc_buffer_type buffer_type;
|
||||
|
@@ -125,13 +125,6 @@ static const char *const mpeg_video_hevc_profile[] = {
|
||||
NULL,
|
||||
};
|
||||
|
||||
static const char *const roi_map_type[] = {
|
||||
"None",
|
||||
"2-bit",
|
||||
"2-bit",
|
||||
NULL,
|
||||
};
|
||||
|
||||
static const char * const av1_profile[] = {
|
||||
"Main",
|
||||
"High",
|
||||
|
@@ -26,8 +26,6 @@
|
||||
#include "venus_hfi_response.h"
|
||||
#include "msm_vidc_events.h"
|
||||
|
||||
#define MIN_PAYLOAD_SIZE 3
|
||||
|
||||
#define MAX_FIRMWARE_NAME_SIZE 128
|
||||
|
||||
#define update_offset(offset, val) ((offset) += (val))
|
||||
|
Atsaukties uz šo jaunā problēmā
Block a user