HomeSort by relevance Sort by last modified time
    Searched refs:CHECK_PTR (Results 1 - 4 of 4) sorted by null

  /frameworks/base/media/jni/mediaeditor/
VideoEditorThumbnailMain.cpp 104 CHECK_PTR(VBcallback, pCbData, err, M4ERR_PARAMETER);
105 CHECK_PTR(VBcallback, pInstance,err, M4ERR_PARAMETER);
108 CHECK_PTR(VBcallback, pC->m_pVideoBrowser, err, M4ERR_PARAMETER);
148 CHECK_PTR(VBcallback, NULL, err, M4ERR_PARAMETER);
165 CHECK_PTR(ThumbnailOpen, pString, err, M4ERR_BAD_CONTEXT);
171 CHECK_PTR(ThumbnailOpen, pContext, err, M4ERR_ALLOC);
198 CHECK_PTR(ThumbnailOpen, pContext->m_pVideoBrowser, err, M4ERR_ALLOC);
275 CHECK_PTR(ThumbnailGetPixels32, pC->m_pVideoBrowser, err, M4ERR_ALLOC) ;
276 CHECK_PTR(ThumbnailGetPixels32, pixelArray, err, M4ERR_ALLOC) ;
297 CHECK_PTR(ThumbnailGetPixels16, pC->m_pVideoBrowser, err, M4ERR_ALLOC)
    [all...]
VideoBrowserMain.c 63 CHECK_PTR(videoBrowserSetWindow, pContext, err, M4ERR_PARAMETER);
64 CHECK_PTR(videoBrowserSetWindow, pPixelArray, err, M4ERR_PARAMETER);
80 CHECK_PTR(videoBrowserSetWindow,
97 CHECK_PTR(videoBrowserSetWindow,
152 CHECK_PTR(videoBrowserCreate, ppContext, err, M4ERR_PARAMETER);
154 CHECK_PTR(videoBrowserCreate, pURL, err, M4ERR_PARAMETER);
161 CHECK_PTR(videoBrowserCreate, pContext,err, M4ERR_ALLOC);
181 CHECK_PTR(videoBrowserCreate, pContext->m_3gpReader, err, M4ERR_ALLOC);
182 CHECK_PTR(videoBrowserCreate, pContext->m_3gpData, err, M4ERR_ALLOC);
187 CHECK_PTR(videoBrowserCreate, pContext->m_pReaderCtx, err, M4ERR_ALLOC)
    [all...]
VideoBrowserInternal.h 30 #define CHECK_PTR(fct, p, err, errValue) \
  /frameworks/media/libvideoeditor/osal/inc/
LV_Macros.h 34 * CHECK_PTR(fct, p, err, errValue)
40 #define CHECK_PTR(fct, p, err, errValue) \

Completed in 713 milliseconds