/hardware/libhardware/modules/audio_remote_submix/tests/ |
D | remote_submix_tests.cpp | 100 void RemoteSubmixTest::GenerateData(char* buffer, size_t bufferSize) { in GenerateData() 133 audio_stream_in_t* streamIn, char* buffer, size_t bufferSize) { in ReadFromStream() 138 void RemoteSubmixTest::VerifyBufferAllZeroes(char* buffer, size_t bufferSize) { in VerifyBufferAllZeroes() 147 void RemoteSubmixTest::VerifyBufferNotZeroes(char* buffer, size_t bufferSize) { in VerifyBufferNotZeroes() 173 audio_stream_out_t* streamOut, const char* buffer, size_t bufferSize) { in WriteIntoStream() 179 audio_stream_out_t* streamOut, size_t bufferSize, size_t repeats) { in WriteSomethingIntoStream() 219 const size_t bufferSize = 1024; in TEST_F() local 234 const size_t bufferSize = 1024; in TEST_F() local 284 const size_t bufferSize = 1024; in TEST_F() local 297 const size_t bufferSize = 1024; in TEST_F() local [all …]
|
/hardware/qcom/display/msm8084/libgralloc/ |
D | gpu.cpp | 206 size_t bufferSize = m->finfo.line_length * m->info.yres; in gralloc_alloc_framebuffer_locked() local 261 size_t bufferSize) { in alloc_impl() 329 const size_t bufferSize = m->finfo.line_length * m->info.yres; in free_impl() local 365 int bufferSize) in gralloc_alloc_size()
|
/hardware/qcom/display/msm8909w_3100/libgralloc/ |
D | gpu.cpp | 204 unsigned int bufferSize = m->finfo.line_length * m->info.yres; in gralloc_alloc_framebuffer_locked() local 261 unsigned int bufferSize) { in alloc_impl() 351 const unsigned int bufferSize = m->finfo.line_length * m->info.yres; in free_impl() local 389 int bufferSize) in gralloc_alloc_size()
|
/hardware/qcom/display/msm8226/libgralloc/ |
D | gpu.cpp | 209 unsigned int bufferSize = m->finfo.line_length * m->info.yres; in gralloc_alloc_framebuffer_locked() local 264 unsigned int bufferSize) { in alloc_impl() 331 const unsigned int bufferSize = m->finfo.line_length * m->info.yres; in free_impl() local 368 int bufferSize) in gralloc_alloc_size()
|
/hardware/qcom/display/msm8909/libgralloc/ |
D | gpu.cpp | 204 unsigned int bufferSize = m->finfo.line_length * m->info.yres; in gralloc_alloc_framebuffer_locked() local 261 unsigned int bufferSize) { in alloc_impl() 351 const unsigned int bufferSize = m->finfo.line_length * m->info.yres; in free_impl() local 389 int bufferSize) in gralloc_alloc_size()
|
/hardware/qcom/display/msm8996/libgralloc/ |
D | gpu.cpp | 206 unsigned int bufferSize = m->finfo.line_length * m->info.yres; in gralloc_alloc_framebuffer_locked() local 263 unsigned int bufferSize) { in alloc_impl() 353 const unsigned int bufferSize = m->finfo.line_length * m->info.yres; in free_impl() local 390 int bufferSize) in gralloc_alloc_size()
|
/hardware/qcom/display/msm8994/libgralloc/ |
D | gpu.cpp | 225 unsigned int bufferSize = m->finfo.line_length * m->info.yres; in gralloc_alloc_framebuffer_locked() local 282 unsigned int bufferSize) { in alloc_impl() 358 const unsigned int bufferSize = m->finfo.line_length * m->info.yres; in free_impl() local 395 int bufferSize) in gralloc_alloc_size()
|
/hardware/qcom/display/msm8960/libgralloc/ |
D | gpu.cpp | 192 size_t bufferSize = m->finfo.line_length * m->info.yres; in gralloc_alloc_framebuffer_locked() local 247 size_t bufferSize) { in alloc_impl() 316 const size_t bufferSize = m->finfo.line_length * m->info.yres; in free_impl() local 352 int bufferSize) in gralloc_alloc_size()
|
/hardware/libhardware_legacy/audio/ |
D | AudioHardwareStub.h | 34 virtual size_t bufferSize() const { return 4096; } in bufferSize() function 51 virtual size_t bufferSize() const { return 320; } in bufferSize() function
|
D | AudioHardwareGeneric.h | 51 virtual size_t bufferSize() const { return 4096; } in bufferSize() function 85 virtual size_t bufferSize() const { return 320; } in bufferSize() function
|
D | A2dpAudioInterface.h | 87 virtual size_t bufferSize() const { return 512 * 20; } in bufferSize() function
|
D | AudioDumpInterface.cpp | 318 size_t AudioStreamOutDump::bufferSize() const in bufferSize() function in android::AudioStreamOutDump 521 size_t AudioStreamInDump::bufferSize() const in bufferSize() function in android::AudioStreamInDump
|
/hardware/libhardware/modules/gralloc/ |
D | gralloc.cpp | 121 const size_t bufferSize = m->finfo.line_length * m->info.yres; in gralloc_alloc_framebuffer_locked() local 263 const size_t bufferSize = m->finfo.line_length * m->info.yres; in gralloc_free() local
|
/hardware/qcom/audio/legacy/alsa_sound/ |
D | ALSAStreamOps.cpp | 303 size_t ALSAStreamOps::bufferSize() const in bufferSize() function in android_audio_legacy::ALSAStreamOps
|
D | AudioHardwareALSA.h | 176 unsigned int bufferSize; // Size of sample buffer member 303 virtual size_t bufferSize() const in bufferSize() function 359 virtual size_t bufferSize() const in bufferSize() function
|
D | alsa_default.cpp | 265 unsigned long bufferSize, reqBuffSize; in setHardwareParams() local
|
/hardware/intel/common/omx-components/videocodec/ |
D | OMXVideoDecoderVP9Hybrid.cpp | 74 uint32_t bufferSize, bufferHStride, bufferHeight, bufferVStride, bufferWidth; in ProcessorInit() local 157 uint32_t bufferSize, bufferHStride, bufferHeight, bufferVStride, bufferWidth; in ProcessorReset() local
|
/hardware/google/av/media/codecs/aac/ |
D | C2SoftAacDec.h | 62 size_t bufferSize; member
|
/hardware/interfaces/sensors/1.0/default/ |
D | Sensors.cpp | 189 int bufferSize = maxCount <= kPollMaxBufferSize ? maxCount : kPollMaxBufferSize; in poll() local
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
D | aplay.c | 88 unsigned long periodSize, bufferSize, reqBuffSize; in set_params() local
|
D | arec.c | 92 unsigned long periodSize, bufferSize, reqBuffSize; in set_params() local
|
/hardware/google/av/media/sfplugin/utils/ |
D | Codec2BufferUtils.cpp | 209 uint8_t *dstY, size_t dstStride, size_t dstVStride, size_t bufferSize, in ConvertRGBToPlanarYUV()
|
/hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/ |
D | Device.impl.h | 123 uint64_t bufferSize = 0; in getInputBufferSize() local
|
/hardware/interfaces/camera/common/1.0/default/ |
D | CameraMetadata.cpp | 308 size_t bufferSize = get_camera_metadata_size(mBuffer); in updateImpl() local
|
/hardware/google/av/media/sfplugin/ |
D | Codec2Buffer.cpp | 406 uint32_t bufferSize = 0; in GraphicView2MediaImageConverter() local
|