HomeSort by relevance Sort by last modified time
    Searched full:queue_size (Results 1 - 7 of 7) sorted by null

  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
LCML_DspCodec.h 51 #define QUEUE_SIZE 20
272 TArmDspCommunicationStruct* Armoutputstorage[QUEUE_SIZE];
273 TArmDspCommunicationStruct* Arminputstorage[QUEUE_SIZE];
284 OMX_U32 algcntlmapped[QUEUE_SIZE];
285 DMM_BUFFER_OBJ *pAlgcntlDmmBuf[QUEUE_SIZE];
286 OMX_U32 strmcntlmapped[QUEUE_SIZE];
287 DMM_BUFFER_OBJ *pStrmcntlDmmBuf[QUEUE_SIZE];
LCML_Types.h 266 DMM_BUFFER_OBJ InDmmBuffer[QUEUE_SIZE];
267 DMM_BUFFER_OBJ OutDmmBuffer[QUEUE_SIZE];
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
LCML_DspCodec.c 487 for (i = 0; i < QUEUE_SIZE; i++)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
balanced_quicksort.h 87 * @param queue_size Size of the work-stealing queue. */
88 QSBThreadLocal(int queue_size) : leftover_parts(queue_size) { }
442 difference_type queue_size = num_threads * (thread_index_t)(log2(n) + 1); local
444 tls[t] = new QSBThreadLocal<RandomAccessIterator>(queue_size);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cyclades.h 484 #define QUEUE_SIZE (10*MAX_CHAN)
487 unsigned char intr_code[QUEUE_SIZE];
488 unsigned long channel[QUEUE_SIZE];
489 unsigned long param[QUEUE_SIZE];
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
timer.h 229 void snd_timer_params_set_queue_size(snd_timer_params_t * params, long queue_size);
  /device/samsung/crespo/libaudio/
asound.h 553 unsigned int queue_size; member in struct:snd_timer_params

Completed in 400 milliseconds