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

  /external/opencore/pvmi/pvmf/src/
pvmf_pool_buffer_allocator.cpp 51 OSCL_EXPORT_REF void PVMFBufferPoolAllocator::size(uint16 num_frags, uint16 frag_size)
53 PVLOGGER_LOGMSG(PVLOGMSG_INST_LLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "PVMFBufferPoolAllocator::size num_frags(%d), frag_size(%d)", num_frags, frag_size));
54 iFragSize = frag_size;
60 uint8* buf = (uint8*)OSCL_MALLOC(aligned_refcnt_size + frag_size);
  /external/opencore/pvmi/pvmf/include/
pvmf_pool_buffer_allocator.h 56 OSCL_IMPORT_REF virtual void size(uint16 num_frags, uint16 frag_size);
  /external/opencore/protocols/systems/tools/general/common/src/
media_fragment.cpp 80 frag_size = max_frag_size;
119 if (free_list && ((int32) sz <= frag_size))
  /external/qemu/distrib/sdl-1.2.12/src/audio/nto/
SDL_nto_audio.c 47 /* FIXME: need to add in the near future flexible logic with frag_size and frags count */
130 cpars->buf.block.frag_size = DEFAULT_CPARAMS_FRAG_SIZE;
471 pcm_len = csetup.buf.block.frag_size * spec->channels * (snd_pcm_format_width(format)/8);
  /external/opencore/protocols/systems/tools/general/common/include/
media_fragment.h 233 int32 frag_size; member in class:PoolFragmentAllocator

Completed in 191 milliseconds