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

  /frameworks/webview/chromium/java/com/android/webview/chromium/
DrawGLFunctor.java 80 public static void setChromiumAwDrawGLFunction(long functionPointer) {
81 nativeSetChromiumAwDrawGLFunction(functionPointer);
112 private static native void nativeSetChromiumAwDrawGLFunction(long functionPointer);
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITCAPITest.cpp 346 } functionPointer;
347 functionPointer.raw = LLVMGetPointerToGlobal(Engine, Function);
349 EXPECT_EQ(42, functionPointer.usable());
364 } functionPointer;
365 functionPointer.raw = LLVMGetPointerToGlobal(Engine, Function);
367 EXPECT_EQ(42, functionPointer.usable());
387 } functionPointer;
388 functionPointer.raw = LLVMGetPointerToGlobal(Engine, Function);
390 EXPECT_EQ(42, functionPointer.usable());
452 } functionPointer;
    [all...]
  /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 */
  /prebuilts/misc/common/swig/include/2.0.11/d/
wrapperloader.swg 279 string bindCode(string functionPointer, string symbol) {
280 return functionPointer ~ " = cast(typeof(" ~ functionPointer ~
  /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 226 milliseconds