Searched refs:mBlackFramePointer (Results 1 – 2 of 2) sorted by relevance
36 ,mBlackFramePointer(NULL) { in OMXVideoEncoderBase()64 if (mBlackFramePointer) { in ~OMXVideoEncoderBase()65 free(mBlackFramePointer); in ~OMXVideoEncoderBase()66 mBlackFramePointer = NULL; in ~OMXVideoEncoderBase()920 if(mBlackFramePointer) { in GetBlackFramePointer()921 free(mBlackFramePointer); in GetBlackFramePointer()922 mBlackFramePointer = NULL; in GetBlackFramePointer()924 mBlackFramePointer = (OMX_PTR)memalign(4096, bufferSize); // align to page size in GetBlackFramePointer()925 if(!mBlackFramePointer) { in GetBlackFramePointer()928 memset(mBlackFramePointer, 0x0, lumaSize); in GetBlackFramePointer()[all …]
99 OMX_PTR mBlackFramePointer; variable