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

  /external/webkit/WebCore/bridge/jni/
JNIUtility.cpp 46 static FunctionPointerType functionPointer = 0;
47 if (!functionPointer)
48 functionPointer = reinterpret_cast<FunctionPointerType>(dlsym(javaVMFramework, "JNI_GetCreatedJavaVMs"));
49 if (!functionPointer)
51 return functionPointer(vmBuf, bufLen, nVMs);
  /external/opencore/codecs_v2/video/avc_h264/enc/src/
avcenc_api.cpp 225 encvid->functionPointer = (AVCEncFuncPtr*) avcHandle->CBAVC_Malloc(userData, sizeof(AVCEncFuncPtr), DEFAULT_ATTR);
226 if (encvid->functionPointer == NULL)
230 encvid->functionPointer->SAD_Macroblock = &AVCSAD_Macroblock_C;
231 encvid->functionPointer->SAD_MB_HalfPel[0] = NULL;
232 encvid->functionPointer->SAD_MB_HalfPel[1] = &AVCSAD_MB_HalfPel_Cxh;
233 encvid->functionPointer->SAD_MB_HalfPel[2] = &AVCSAD_MB_HalfPel_Cyh;
234 encvid->functionPointer->SAD_MB_HalfPel[3] = &AVCSAD_MB_HalfPel_Cxhyh;
613 if (encvid->functionPointer != NULL)
615 avcHandle->CBAVC_Free(userData, (int)encvid->functionPointer);
motion_est.cpp 628 // encvid->functionPointer->SAD_MB_PADDING = &SAD_MB_PADDING_HTFM_Collect;
629 encvid->functionPointer->SAD_Macroblock = &SAD_MB_HTFM_Collect;
630 encvid->functionPointer->SAD_MB_HalfPel[0] = NULL;
631 encvid->functionPointer->SAD_MB_HalfPel[1] = &SAD_MB_HP_HTFM_Collectxh;
632 encvid->functionPointer->SAD_MB_HalfPel[2] = &SAD_MB_HP_HTFM_Collectyh;
633 encvid->functionPointer->SAD_MB_HalfPel[3] = &SAD_MB_HP_HTFM_Collectxhyh;
640 // encvid->functionPointer->SAD_MB_PADDING = &SAD_MB_PADDING_HTFM;
641 encvid->functionPointer->SAD_Macroblock = &SAD_MB_HTFM;
642 encvid->functionPointer->SAD_MB_HalfPel[0] = NULL;
643 encvid->functionPointer->SAD_MB_HalfPel[1] = &SAD_MB_HP_HTFMxh
    [all...]
avcenc_int.h 459 AVCEncFuncPtr *functionPointer; /* store pointers to platform specific functions */
  /external/opencore/codecs_v2/video/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 427 FuncPtr *functionPointer; /* structure containing platform dependent functions */

Completed in 1303 milliseconds