HomeSort by relevance Sort by last modified time
    Searched refs:pContext (Results 176 - 200 of 205) sorted by null

1 2 3 4 5 6 78 9

  /frameworks/media/libvideoeditor/vss/mcs/src/
M4MCS_VideoPreProcessing.c 56 * M4OSA_ERR M4MCS_intApplyVPP(M4VPP_Context pContext, M4VIFI_ImagePlane* pPlaneIn,
60 * @param pContext (IN) VPP context, which actually is the MCS internal context in our case
70 M4OSA_ERR M4MCS_intApplyVPP(M4VPP_Context pContext, M4VIFI_ImagePlane* pPlaneIn,
79 M4MCS_InternalContext *pC = (M4MCS_InternalContext*)(pContext);
  /dalvik/vm/interp/
Stack.cpp 781 LineNumFromPcContext *pContext = (LineNumFromPcContext *)cnxt;
787 if (address > pContext->address) {
793 pContext->lineNum = lineNum;
795 return (address == pContext->address) ? 1 : 0;
    [all...]
  /frameworks/media/libvideoeditor/vss/common/inc/
M4READER_Common.h 420 * @param pContext: (OUT) pointer on a reader context
426 typedef M4OSA_ERR (M4READER_create_fct) (M4OSA_Context* pContext);
M4VIFI_FiltersAPI.h     [all...]
  /hardware/ti/omap4xxx/security/tf_daemon/
delegation_client.c 875 static int runSession(TEEC_Context* pContext, TEEC_Session* pSession, TEEC_Operation* pOperation)
    [all...]
  /system/media/wilhelm/tests/mimeUri/
slesTestPlayUri2.cpp 39 void PlayEventCallback( SLPlayItf caller, void *pContext, SLuint32 event)
  /system/media/wilhelm/tests/
mimeUri_test.cpp 74 void PrefetchEventCallback( SLPrefetchStatusItf caller, void *pContext, SLuint32 event)
  /frameworks/media/libvideoeditor/lvpp/
VideoEditorTools.cpp     [all...]
  /frameworks/base/libs/rs/driver/
rsdRuntimeStubs.cpp 664 void* rsdLookupRuntimeStub(void* pContext, char const* name) {
665 ScriptC *s = (ScriptC *)pContext;
  /system/media/wilhelm/src/itf/
IObject.c 388 slObjectCallback callback, void *pContext)
395 thiz->mContext = pContext;
  /frameworks/base/media/jni/mediaeditor/
VideoEditorClasses.h 599 void* pContext);
VideoEditorClasses.cpp     [all...]
VideoEditorPropertiesMain.cpp 49 M4MCS_Context pContext,
  /frameworks/media/libvideoeditor/vss/video_filters/src/
M4VIFI_ResizeYUVtoBGR565.c 34 * M4VIFI_UInt8 M4VIFI_ResizeBilinearYUV420toBGR565(void *pContext, M4VIFI_ImagePlane *pPlaneIn,
52 * @param pContext: (IN) Context Pointer
59 M4VIFI_UInt8 M4VIFI_ResizeBilinearYUV420toBGR565(void* pContext,
M4VIFI_ResizeYUVtoRGB565.c 36 * M4VIFI_UInt8 M4VIFI_ResizeBilinearYUV420toRGB565RotatedRight(void *pContext,
55 * @param pContext: (IN) Context Pointer
62 M4VIFI_UInt8 M4VIFI_ResizeBilinearYUV420toRGB565(void* pContext,
  /system/media/wilhelm/src/
sles_allinclusive.h 405 slBufferQueueCallback callback, void *pContext);
  /frameworks/base/core/jni/
android_hardware_Camera.cpp 110 sp<Camera> get_native_camera(JNIEnv *env, jobject thiz, JNICameraContext** pContext)
123 if (pContext != NULL) *pContext = context;
  /external/libnfc-nxp/src/
phHciNfc_Generic.h 300 void *pContext,
    [all...]
phHciNfc_NfcIPMgmt.c 356 void *pContext,
368 (phHciNfc_sContext_t *)pContext ;
558 void *pContext,
570 (phHciNfc_sContext_t *)pContext ;
    [all...]
phFriNfc_ISO15693Map.c     [all...]
  /external/mesa3d/src/pixelflinger2/
shader.cpp 365 static void* SymbolLookup(void* pContext, const char* name)
367 SymbolLookupContext * ctx = (SymbolLookupContext *)pContext;
    [all...]
  /external/sqlite/dist/
sqlite3.h     [all...]
sqlite3.h.orig     [all...]
  /frameworks/ex/variablespeed/jni/
variablespeed.cc 224 static void ReadSampleRateAndChannelCount(CallbackContext *pContext,
226 SLMetadataExtractionItf decoderMetadata = pContext->decoderMetadata;
  /external/icu4c/test/cintltst/
reapits.c     [all...]

Completed in 474 milliseconds

1 2 3 4 5 6 78 9