Change-Id: Iba3b3a58e6eac65b8f71a79df75a999b8cdaa096
static void *MFC_Decoder_Init(int nMemoryType)
{
ExynosVideoDecContext *pCtx = NULL;
- pthread_mutex_t *pMutex = NULL;
int needCaps = (V4L2_CAP_VIDEO_CAPTURE | V4L2_CAP_VIDEO_OUTPUT | V4L2_CAP_STREAMING);
static void *MFC_Encoder_Init(int nMemoryType)
{
ExynosVideoEncContext *pCtx = NULL;
- pthread_mutex_t *pMutex = NULL;
int needCaps = (V4L2_CAP_VIDEO_CAPTURE | V4L2_CAP_VIDEO_OUTPUT | V4L2_CAP_STREAMING);
pCtx = (ExynosVideoEncContext *)malloc(sizeof(*pCtx));