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

  /frameworks/webview/chromium/java/com/android/webview/chromium/
DrawGLFunctor.java 73 public static void setChromiumAwDrawGLFunction(int functionPointer) {
74 nativeSetChromiumAwDrawGLFunction(functionPointer);
105 private static native void nativeSetChromiumAwDrawGLFunction(int functionPointer);
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITCAPITest.cpp 169 } functionPointer;
170 functionPointer.raw = LLVMGetPointerToGlobal(Engine, Function);
172 EXPECT_EQ(42, functionPointer.usable());
187 } functionPointer;
188 functionPointer.raw = LLVMGetPointerToGlobal(Engine, Function);
190 EXPECT_EQ(42, functionPointer.usable());
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_api.cpp 215 encvid->functionPointer = (AVCEncFuncPtr*) avcHandle->CBAVC_Malloc(userData, sizeof(AVCEncFuncPtr), DEFAULT_ATTR);
216 if (encvid->functionPointer == NULL)
220 encvid->functionPointer->SAD_Macroblock = &AVCSAD_Macroblock_C;
221 encvid->functionPointer->SAD_MB_HalfPel[0] = NULL;
222 encvid->functionPointer->SAD_MB_HalfPel[1] = &AVCSAD_MB_HalfPel_Cxh;
223 encvid->functionPointer->SAD_MB_HalfPel[2] = &AVCSAD_MB_HalfPel_Cyh;
224 encvid->functionPointer->SAD_MB_HalfPel[3] = &AVCSAD_MB_HalfPel_Cxhyh;
603 if (encvid->functionPointer != NULL)
605 avcHandle->CBAVC_Free(userData, encvid->functionPointer);
motion_est.cpp 627 // encvid->functionPointer->SAD_MB_PADDING = &SAD_MB_PADDING_HTFM_Collect;
628 encvid->functionPointer->SAD_Macroblock = &SAD_MB_HTFM_Collect;
629 encvid->functionPointer->SAD_MB_HalfPel[0] = NULL;
630 encvid->functionPointer->SAD_MB_HalfPel[1] = &SAD_MB_HP_HTFM_Collectxh;
631 encvid->functionPointer->SAD_MB_HalfPel[2] = &SAD_MB_HP_HTFM_Collectyh;
632 encvid->functionPointer->SAD_MB_HalfPel[3] = &SAD_MB_HP_HTFM_Collectxhyh;
639 // encvid->functionPointer->SAD_MB_PADDING = &SAD_MB_PADDING_HTFM;
640 encvid->functionPointer->SAD_Macroblock = &SAD_MB_HTFM;
641 encvid->functionPointer->SAD_MB_HalfPel[0] = NULL;
642 encvid->functionPointer->SAD_MB_HalfPel[1] = &SAD_MB_HP_HTFMxh
    [all...]
avcenc_int.h 461 AVCEncFuncPtr *functionPointer; /* store pointers to platform specific functions */
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_est.cpp 151 void (*ComputeMBSum)(UChar *, Int, MOT *) = video->functionPointer->ComputeMBSum;
152 void (*ChooseMode)(UChar*, UChar*, Int, Int) = video->functionPointer->ChooseMode;
559 // video->functionPointer->SAD_MB_PADDING = &SAD_MB_PADDING_HTFM_Collect;
560 video->functionPointer->SAD_Macroblock = &SAD_MB_HTFM_Collect;
561 video->functionPointer->SAD_MB_HalfPel[0] = NULL;
562 video->functionPointer->SAD_MB_HalfPel[1] = &SAD_MB_HP_HTFM_Collectxh;
563 video->functionPointer->SAD_MB_HalfPel[2] = &SAD_MB_HP_HTFM_Collectyh;
564 video->functionPointer->SAD_MB_HalfPel[3] = &SAD_MB_HP_HTFM_Collectxhyh;
571 // video->functionPointer->SAD_MB_PADDING = &SAD_MB_PADDING_HTFM;
572 video->functionPointer->SAD_Macroblock = &SAD_MB_HTFM
    [all...]
findhalfpel.cpp 83 video->functionPointer->SAD_MB_HalfPel;
196 Int(*SAD_Blk_HalfPel)(UChar*, UChar*, Int, Int, Int, Int, Int, void*) = video->functionPointer->SAD_Blk_HalfPel;
mp4enc_api.cpp     [all...]
mp4lib_int.h 425 FuncPtr *functionPointer; /* structure containing platform dependent functions */

Completed in 497 milliseconds