Home
last modified time | relevance | path

Searched refs:stackSize (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/libvideoeditor/osal/src/
DM4OSA_Thread.c150 threadContext->stackSize = 64 * 1024; in M4OSA_threadSyncOpen()
245 if ( 0 == pthread_attr_setstacksize( &attribute, (size_t)threadContext->stackSize ) ) in M4OSA_threadSyncStart()
593 threadContext->stackSize = (M4OSA_UInt32)optionValue; in M4OSA_SetThreadSyncStackSize()
781 M4OSA_UInt32* stackSize = (M4OSA_UInt32*)optionValue; in M4OSA_threadSyncGetOption() local
783 *stackSize = threadContext->stackSize; in M4OSA_threadSyncGetOption()
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
DPduComposer.java1041 if (currentStackSize != mStack.stackSize) { in getLength()
1058 int stackSize = 0; field in PduComposer.BufferStack
1079 stackSize = stackSize + 1; in newbuf()
1099 stackSize = stackSize - 1; in pop()
1122 m.currentStackSize = stackSize; in mark()
/frameworks/base/media/jni/mediaeditor/
DVideoEditorOsal.h49 int stackSize,
/frameworks/av/libvideoeditor/osal/inc/
DM4OSA_Thread_priv.h37 M4OSA_UInt32 stackSize; /* thread stackSize in bytes */ member