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);
  /frameworks/base/media/libstagefright/codecs/avc/enc/src/
avcenc_api.cpp 223 encvid->functionPointer = (AVCEncFuncPtr*) avcHandle->CBAVC_Malloc(userData, sizeof(AVCEncFuncPtr), DEFAULT_ATTR);
224 if (encvid->functionPointer == NULL)
228 encvid->functionPointer->SAD_Macroblock = &AVCSAD_Macroblock_C;
229 encvid->functionPointer->SAD_MB_HalfPel[0] = NULL;
230 encvid->functionPointer->SAD_MB_HalfPel[1] = &AVCSAD_MB_HalfPel_Cxh;
231 encvid->functionPointer->SAD_MB_HalfPel[2] = &AVCSAD_MB_HalfPel_Cyh;
232 encvid->functionPointer->SAD_MB_HalfPel[3] = &AVCSAD_MB_HalfPel_Cxhyh;
611 if (encvid->functionPointer != NULL)
613 avcHandle->CBAVC_Free(userData, (int)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/base/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 47 milliseconds