Home
last modified time | relevance | path

Searched refs:frameCount (Results 1 – 18 of 18) sorted by relevance

/drivers/peripheral/audio/interfaces/effect/v1_0/
Deffect_types_vdi.h54 uint32_t frameCount; member
/drivers/peripheral/camera/vdi_base/v4l2/include/stream_operator/
Dcapture_message.h76 …essage(int32_t streamId, int32_t captureId, uint64_t time, uint32_t peerCount, uint32_t frameCount) in CaptureEndedMessage() argument
79 frameCount_ = frameCount; in CaptureEndedMessage()
Dstream_base.h75 uint64_t frameCount = 0; variable
/drivers/peripheral/camera/hal_c/include/
Dcamera_types_c_if.h160 int frameCount; member
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/
Daudio_render.cpp25 …sToFrames(const struct AudioFrameRenderMode *frameRenderMode, uint64_t bytes, uint32_t *frameCount) in PcmBytesToFrames() argument
27 if (frameRenderMode == NULL || frameCount == NULL) { in PcmBytesToFrames()
39 *frameCount = (uint32_t)bytes / frameSize; in PcmBytesToFrames()
327 uint32_t frameCount = 0; in AudioRenderRenderFrame() local
328 ret = PcmBytesToFrames(&hwRender->renderParam.frameRenderMode, requestBytes, &frameCount); in AudioRenderRenderFrame()
332 hwRender->renderParam.frameRenderMode.bufferFrameSize = (uint64_t)frameCount; in AudioRenderRenderFrame()
/drivers/peripheral/camera/hal_c/hdi_cif/src/
Dstream_operator_callback_wrapper.cpp55 it->frameCount_ = info[i].frameCount; in StreamCBOnCaptureEnded()
/drivers/peripheral/audio/test/unittest/common/render/
Daudio_render_common_test.cpp64 uint64_t frameCount = 0; in GetRenderBufferSize() local
76 ret = render_->GetFrameCount(render_, &frameCount); in GetRenderBufferSize()
81 bufferSize = frameCount * frameSize; in GetRenderBufferSize()
246 uint64_t frameCount = 0; variable
247 EXPECT_EQ(HDF_ERR_INVALID_OBJECT, render_->GetFrameCount(nullptr, &frameCount));
257 uint64_t frameCount = 0; variable
258 EXPECT_EQ(HDF_SUCCESS, render_->GetFrameCount(render_, &frameCount));
/drivers/peripheral/audio/test/benchmarktest/capture/
Daudio_capture_benchmarktest.cpp62 uint64_t frameCount = 0; in GetCaptureBufferSize() local
74 ret = capture_->GetFrameCount(capture_, &frameCount); in GetCaptureBufferSize()
79 bufferSize = frameCount * frameSize; in GetCaptureBufferSize()
605 uint64_t frameCount = 0; in BENCHMARK_F() local
608 ret = capture_->GetFrameCount(capture_, &frameCount); in BENCHMARK_F()
/drivers/peripheral/audio/test/benchmarktest/render/
Daudio_render_benchmarktest.cpp71 uint64_t frameCount = 0; in GetRenderBufferSize() local
83 ret = render_->GetFrameCount(render_, &frameCount); in GetRenderBufferSize()
88 bufferSize = frameCount * frameSize; in GetRenderBufferSize()
322 uint64_t frameCount = 0; in BENCHMARK_F() local
325 ret = render_->GetFrameCount(render_, &frameCount); in BENCHMARK_F()
/drivers/peripheral/audio/hdi_service/primary_impl/src/
Daudio_render.c47 uint64_t bytes, uint32_t *frameCount) in PcmBytesToFrames() argument
49 if (frameRenderMode == NULL || frameCount == NULL) { in PcmBytesToFrames()
73 *frameCount = (uint32_t)bytes / frameSize; in PcmBytesToFrames()
840 uint32_t frameCount = 0; in AudioRenderRenderFrame() local
841 ret = PcmBytesToFrames(&hwRender->renderParam.frameRenderMode, (uint64_t)frameLen, &frameCount); in AudioRenderRenderFrame()
848 hwRender->renderParam.frameRenderMode.bufferFrameSize = (uint64_t)frameCount; in AudioRenderRenderFrame()
/drivers/peripheral/audio/supportlibs/adm_adapter/src/
Daudio_interface_lib_capture.c868 char *frame, uint32_t frameCount, uint32_t dataSize) in AudioInputCaptureReadInfoToHandleData() argument
880 handleData->frameCaptureMode.bufferFrameSize = frameCount; in AudioInputCaptureReadInfoToHandleData()
888 uint32_t frameCount = 0; in AudioOutputCaptureRead() local
920 if (!HdfSbufReadUint32(reply, &frameCount)) { in AudioOutputCaptureRead()
926 ret = AudioInputCaptureReadInfoToHandleData(handleData, frame, frameCount, dataSize); in AudioOutputCaptureRead()
/drivers/interface/audio/effect/v1_0/
DEffectTypes.idl60 unsigned int frameCount; /**< frame count in the frame buffer */
/drivers/peripheral/audio/test/sample/
Didl_render.c374 uint64_t frameCount = 0; in InitPlayingAudioParam() local
379 if (render->GetFrameCount(render, &frameCount) != HDF_SUCCESS) { in InitPlayingAudioParam()
383 bufferSize = frameCount * frameSize; in InitPlayingAudioParam()
/drivers/peripheral/audio/test/unittest/common/capture/
Daudio_capture_common_test.cpp57 uint64_t frameCount = 0; in GetCaptureBufferSize() local
69 ret = capture_->GetFrameCount(capture_, &frameCount); in GetCaptureBufferSize()
74 bufferSize = frameCount * frameSize; in GetCaptureBufferSize()
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/include/
Daudio_internal.h361 …ToFrames(const struct AudioFrameRenderMode *frameRenderMode, uint64_t bytes, uint32_t *frameCount);
/drivers/peripheral/audio/test/systemtest/supportlibs/common/render/src/
Daudio_alsa_librender_test.cpp102 …uint32_t frameCount = (frameRenderMode.attrs.channelCount * (PcmFormatToBits(frameRenderMode.attrs… in PcmBytesToFrames() local
104 if (frameCount == 0) { in PcmBytesToFrames()
107 return replyByte / frameCount; in PcmBytesToFrames()
/drivers/peripheral/audio/hdi_service/primary_impl/include/
Daudio_internal.h470 …ToFrames(const struct AudioFrameRenderMode *frameRenderMode, uint64_t bytes, uint32_t *frameCount);
/drivers/peripheral/audio/hal/hdi_passthrough/include/
Daudio_internal.h451 …ToFrames(const struct AudioFrameRenderMode *frameRenderMode, uint64_t bytes, uint32_t *frameCount);