Searched refs:mBlackFramePointer (Results 1 – 2 of 2) sorted by relevance
37 ,mBlackFramePointer(NULL) { in OMXVideoEncoderBase()65 if (mBlackFramePointer) { in ~OMXVideoEncoderBase()66 free(mBlackFramePointer); in ~OMXVideoEncoderBase()67 mBlackFramePointer = NULL; in ~OMXVideoEncoderBase()927 if(mBlackFramePointer) { in GetBlackFramePointer()928 free(mBlackFramePointer); in GetBlackFramePointer()929 mBlackFramePointer = NULL; in GetBlackFramePointer()931 mBlackFramePointer = (OMX_PTR)memalign(4096, bufferSize); // align to page size in GetBlackFramePointer()932 if(!mBlackFramePointer) { in GetBlackFramePointer()935 memset(mBlackFramePointer, 0x0, lumaSize); in GetBlackFramePointer()[all …]
107 OMX_PTR mBlackFramePointer; variable