/drivers/peripheral/audio/interfaces/effect/v1_0/ |
D | effect_types_vdi.h | 54 uint32_t frameCount; member
|
/drivers/peripheral/camera/vdi_base/v4l2/include/stream_operator/ |
D | capture_message.h | 76 …essage(int32_t streamId, int32_t captureId, uint64_t time, uint32_t peerCount, uint32_t frameCount) in CaptureEndedMessage() argument 79 frameCount_ = frameCount; in CaptureEndedMessage()
|
D | stream_base.h | 75 uint64_t frameCount = 0; variable
|
/drivers/peripheral/camera/hal_c/include/ |
D | camera_types_c_if.h | 160 int frameCount; member
|
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/ |
D | audio_render.cpp | 25 …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/ |
D | stream_operator_callback_wrapper.cpp | 55 it->frameCount_ = info[i].frameCount; in StreamCBOnCaptureEnded()
|
/drivers/peripheral/audio/test/unittest/common/render/ |
D | audio_render_common_test.cpp | 64 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/ |
D | audio_capture_benchmarktest.cpp | 62 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/ |
D | audio_render_benchmarktest.cpp | 71 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/ |
D | audio_render.c | 47 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/ |
D | audio_interface_lib_capture.c | 868 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/ |
D | EffectTypes.idl | 60 unsigned int frameCount; /**< frame count in the frame buffer */
|
/drivers/peripheral/audio/test/sample/ |
D | idl_render.c | 374 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/ |
D | audio_capture_common_test.cpp | 57 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/ |
D | audio_internal.h | 361 …ToFrames(const struct AudioFrameRenderMode *frameRenderMode, uint64_t bytes, uint32_t *frameCount);
|
/drivers/peripheral/audio/test/systemtest/supportlibs/common/render/src/ |
D | audio_alsa_librender_test.cpp | 102 …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/ |
D | audio_internal.h | 470 …ToFrames(const struct AudioFrameRenderMode *frameRenderMode, uint64_t bytes, uint32_t *frameCount);
|
/drivers/peripheral/audio/hal/hdi_passthrough/include/ |
D | audio_internal.h | 451 …ToFrames(const struct AudioFrameRenderMode *frameRenderMode, uint64_t bytes, uint32_t *frameCount);
|