default:
break;
}
-
+#ifdef USE_HEVC_HWIP
EXIT:
+#endif
return ;
}
struct v4l2_ext_control ext_ctrl[FRAME_PACK_SEI_INFO_NUM];
struct v4l2_ext_controls ext_ctrls;
- int seiAvailable, seiInfo, seiGridPos, i;
+ int seiAvailable, seiInfo, seiGridPos;
unsigned int seiArgmtId;
/*
* [Decoder Buffer OPS] Get Buffer (Input)
*/
-static ExynosVideoErrorType MFC_Decoder_Get_Buffer_Inbuf(
+static __unused ExynosVideoErrorType MFC_Decoder_Get_Buffer_Inbuf(
void *pHandle,
int nIndex,
ExynosVideoBuffer **pBuffer)
/*
* [Decoder Buffer OPS] Wait (Input)
*/
-static ExynosVideoErrorType MFC_Decoder_Wait_Inbuf(void *pHandle)
+static __unused ExynosVideoErrorType MFC_Decoder_Wait_Inbuf(void *pHandle)
{
ExynosVideoDecContext *pCtx = (ExynosVideoDecContext *)pHandle;
ExynosVideoErrorType ret = VIDEO_ERROR_NONE;
struct v4l2_plane planes[VIDEO_BUFFER_MAX_PLANES];
struct v4l2_buffer buf;
int value = 0, state = 0;
- int i, j;
if (pCtx == NULL) {
ALOGE("%s: Video context info must be supplied", __func__);
break;
}
-EXIT:
return ;
}
ExynosVideoErrorType ret = VIDEO_ERROR_NONE;
TemporalLayerShareBuffer *pTLSB = NULL;
unsigned int CID = 0;
- int i = 0;
if (pCtx == NULL) {
ALOGE("%s: Video context info must be supplied", __func__);
/*
* [Encoder Buffer OPS] Get Buffer (Input)
*/
-static ExynosVideoErrorType MFC_Encoder_Get_Buffer_Inbuf(
+static __unused ExynosVideoErrorType MFC_Encoder_Get_Buffer_Inbuf(
void *pHandle,
int nIndex,
ExynosVideoBuffer **pBuffer)
/*
* [Encoder Buffer OPS] Wait (Src)
*/
-static ExynosVideoErrorType MFC_Encoder_Wait_Inbuf(void *pHandle)
+static __unused ExynosVideoErrorType MFC_Encoder_Wait_Inbuf(void *pHandle)
{
ExynosVideoEncContext *pCtx = (ExynosVideoEncContext *)pHandle;
ExynosVideoErrorType ret = VIDEO_ERROR_NONE;
/*
* [Encoder Buffer OPS] Wait (Dst)
*/
-static ExynosVideoErrorType MFC_Encoder_Wait_Outbuf(void *pHandle)
+static __unused ExynosVideoErrorType MFC_Encoder_Wait_Outbuf(void *pHandle)
{
ExynosVideoEncContext *pCtx = (ExynosVideoEncContext *)pHandle;
ExynosVideoErrorType ret = VIDEO_ERROR_NONE;
/*
* [Encoder Buffer OPS] Enqueue All (Output)
*/
-static ExynosVideoErrorType MFC_Encoder_Enqueue_All_Outbuf(void *pHandle)
+static __unused ExynosVideoErrorType MFC_Encoder_Enqueue_All_Outbuf(void *pHandle)
{
ExynosVideoEncContext *pCtx = (ExynosVideoEncContext *)pHandle;
ExynosVideoErrorType ret = VIDEO_ERROR_NONE;
struct v4l2_buffer buf;
struct v4l2_plane planes[VIDEO_BUFFER_MAX_PLANES];
- int value, plane;
+ int plane;
int ret = 0;
if (pCtx == NULL) {
pthread_mutex_t *pMutex = NULL;
struct v4l2_buffer buf;
struct v4l2_plane planes[VIDEO_BUFFER_MAX_PLANES];
- int value, plane;
+ int plane;
if (pCtx == NULL) {
ALOGE("%s: Video context info must be supplied", __func__);