Searched defs:bufferSize (Results 1 - 22 of 22) sorted by relevance

/hardware/libhardware_legacy/audio/
H A DA2dpAudioInterface.h87 virtual size_t bufferSize() const { return 512 * 20; } function in class:android_audio_legacy::A2dpAudioInterface::A2dpAudioStreamOut
90 virtual uint32_t latency() const { return ((1000*bufferSize())/frameSize())/sampleRate() + 200; }
H A DAudioHardwareGeneric.h51 virtual size_t bufferSize() const { return 4096; } function in class:android_audio_legacy::AudioStreamOutGeneric
85 virtual size_t bufferSize() const { return 320; } function in class:android_audio_legacy::AudioStreamInGeneric
H A DAudioHardwareStub.h34 virtual size_t bufferSize() const { return 4096; } function in class:android_audio_legacy::AudioStreamOutStub
51 virtual size_t bufferSize() const { return 320; } function in class:android_audio_legacy::AudioStreamInStub
H A DAudioDumpInterface.cpp318 size_t AudioStreamOutDump::bufferSize() const function in class:android::AudioStreamOutDump
320 if (mFinalStream != 0 ) return mFinalStream->bufferSize();
521 size_t AudioStreamInDump::bufferSize() const function in class:android::AudioStreamInDump
523 if (mFinalStream != 0 ) return mFinalStream->bufferSize();
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/
H A DExynos_OMX_Adec.h54 int bufferSize; // input buffer alloc size member in struct:_SRP_DEC_INPUT_BUFFER
H A DExynos_OMX_Adec.c325 OMX_U32 bufferSize = 0; local
339 OMX_U32 bufferSize = 0; local
/hardware/libhardware/modules/gralloc/
H A Dgralloc.cpp122 const size_t bufferSize = m->finfo.line_length * m->info.yres; local
128 return gralloc_alloc_buffer(dev, bufferSize, newUsage, pHandle);
147 vaddr += bufferSize;
256 const size_t bufferSize = m->finfo.line_length * m->info.yres; local
257 int index = (hnd->base - m->framebuffer->base) / bufferSize;
/hardware/qcom/audio/legacy/alsa_sound/
H A DALSAStreamOps.cpp303 size_t ALSAStreamOps::bufferSize() const function in class:android_audio_legacy::ALSAStreamOps
305 ALOGV("bufferSize() returns %d", mHandle->bufferSize);
306 return mHandle->bufferSize;
H A DAudioHardwareALSA.cpp761 unsigned long bufferSize;
763 bufferSize = VOIP_BUFFER_SIZE_8K;
766 bufferSize = VOIP_BUFFER_SIZE_16K;
774 alsa_handle.bufferSize = bufferSize;
864 alsa_handle.bufferSize = DEFAULT_MULTI_CHANNEL_BUF_SIZE;
866 alsa_handle.bufferSize = DEFAULT_BUFFER_SIZE;
911 unsigned long bufferSize = DEFAULT_BUFFER_SIZE; local
913 for (size_t b = 1; (bufferSize & ~b) != 0; b <<= 1)
914 bufferSize
1010 unsigned long bufferSize = DEFAULT_BUFFER_SIZE; local
1129 unsigned long bufferSize; local
1210 unsigned long bufferSize = MIN_CAPTURE_BUFFER_SIZE_PER_CH; local
1412 size_t bufferSize = 0; local
1435 unsigned long bufferSize = FM_BUFFER_SIZE; local
1532 unsigned long bufferSize = DEFAULT_VOICE_BUFFER_SIZE; local
[all...]
H A DAudioUsbALSA.cpp282 unsigned long bufferSize, reqBuffSize; local
H A Dalsa_default.cpp265 unsigned long bufferSize, reqBuffSize; local
278 reqBuffSize = handle->bufferSize;
338 handle->bufferSize = handle->handle->period_size;
H A DAudioHardwareALSA.h176 unsigned int bufferSize; // Size of sample buffer member in struct:android_audio_legacy::alsa_handle_t
275 size_t bufferSize() const;
303 virtual size_t bufferSize() const function in class:android_audio_legacy::AudioStreamOutALSA
305 return ALSAStreamOps::bufferSize();
359 virtual size_t bufferSize() const function in class:android_audio_legacy::AudioStreamInALSA
361 return ALSAStreamOps::bufferSize();
/hardware/qcom/display/msm8960/libgralloc/
H A Dgpu.cpp192 size_t bufferSize = m->finfo.line_length * m->info.yres; local
195 bufferSize = roundUpToPageSize(bufferSize);
202 return gralloc_alloc_buffer(bufferSize, newUsage, pHandle, BUFFER_TYPE_UI,
214 dup(m->framebuffer->fd), bufferSize,
226 vaddr += bufferSize;
247 size_t bufferSize) {
273 size = (bufferSize >= size)? bufferSize : size;
310 const size_t bufferSize local
245 alloc_impl(int w, int h, int format, int usage, buffer_handle_t* pHandle, int* pStride, size_t bufferSize) argument
343 gralloc_alloc_size(alloc_device_t* dev, int w, int h, int format, int usage, buffer_handle_t* pHandle, int* pStride, int bufferSize) argument
[all...]
/hardware/qcom/display/msm8974/libgralloc/
H A Dgpu.cpp198 size_t bufferSize = m->finfo.line_length * m->info.yres; local
201 bufferSize = roundUpToPageSize(bufferSize);
208 return gralloc_alloc_buffer(bufferSize, newUsage, pHandle, BUFFER_TYPE_UI,
220 dup(m->framebuffer->fd), bufferSize,
232 vaddr += bufferSize;
253 size_t bufferSize) {
288 size = (bufferSize >= size)? bufferSize : size;
325 const size_t bufferSize local
251 alloc_impl(int w, int h, int format, int usage, buffer_handle_t* pHandle, int* pStride, size_t bufferSize) argument
358 gralloc_alloc_size(alloc_device_t* dev, int w, int h, int format, int usage, buffer_handle_t* pHandle, int* pStride, int bufferSize) argument
[all...]
/hardware/qcom/display/msm8x26/libgralloc/
H A Dgpu.cpp192 size_t bufferSize = m->finfo.line_length * m->info.yres; local
195 bufferSize = roundUpToPageSize(bufferSize);
202 return gralloc_alloc_buffer(bufferSize, newUsage, pHandle, BUFFER_TYPE_UI,
214 dup(m->framebuffer->fd), bufferSize,
226 vaddr += bufferSize;
247 size_t bufferSize) {
273 size = (bufferSize >= size)? bufferSize : size;
310 const size_t bufferSize local
245 alloc_impl(int w, int h, int format, int usage, buffer_handle_t* pHandle, int* pStride, size_t bufferSize) argument
343 gralloc_alloc_size(alloc_device_t* dev, int w, int h, int format, int usage, buffer_handle_t* pHandle, int* pStride, int bufferSize) argument
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
H A DExynos_OMX_Vdec.h74 int bufferSize[MAX_BUFFER_PLANE]; /* buffer alloc size */ member in struct:_CODEC_DEC_BUFFER
H A DExynos_OMX_VdecControl.c356 OMX_U32 bufferSize = 0; local
370 OMX_U32 bufferSize = 0; local
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
H A DExynos_OMX_Venc.h76 int bufferSize[MAX_BUFFER_PLANE]; /* buffer alloc size */ member in struct:_CODEC_ENC_BUFFER
H A DExynos_OMX_VencControl.c350 OMX_U32 bufferSize = 0; local
364 OMX_U32 bufferSize = 0; local
/hardware/qcom/audio/legacy/libalsa-intf/
H A Daplay.c88 unsigned long periodSize, bufferSize, reqBuffSize; local
H A Darec.c92 unsigned long periodSize, bufferSize, reqBuffSize; local
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXCapabilities.cpp230 size_t bufferSize) {
242 strncat(buffer, cap[i].param, bufferSize - 1);
243 strncat(buffer, PARAM_SEP, bufferSize - 1);
257 size_t bufferSize) {
272 strncat(buffer, cap[i].param, bufferSize - 1);
273 strncat(buffer, PARAM_SEP, bufferSize - 1);
287 strncat(buffer, tmpBuffer, bufferSize - 1);
288 strncat(buffer, PARAM_SEP, bufferSize - 1);
294 strncat(buffer, tmpBuffer, bufferSize - 1);
295 strncat(buffer, PARAM_SEP, bufferSize
226 encodePixelformatCap(OMX_COLOR_FORMATTYPE format, const CapPixelformat *cap, size_t capCount, char * buffer, size_t bufferSize) argument
252 encodeFramerateCap(OMX_U32 framerateMax, OMX_U32 framerateMin, const CapFramerate *cap, size_t capCount, char * buffer, size_t bufferSize) argument
305 encodeVFramerateCap(OMX_TI_CAPTYPE &caps, const CapU32Pair *cap, size_t capCount, char *buffer, char *defaultRange, size_t bufferSize) argument
372 encodeZoomCap(OMX_S32 maxZoom, const CapZoom *cap, size_t capCount, char * buffer, size_t bufferSize) argument
402 encodeISOCap(OMX_U32 maxISO, const CapISO *cap, size_t capCount, char * buffer, size_t bufferSize) argument
429 encodeSizeCap(OMX_TI_CAPRESTYPE &res, const CapResolution *cap, size_t capCount, char * buffer, size_t bufferSize) argument
[all...]

Completed in 558 milliseconds