Home
last modified time | relevance | path

Searched refs:frameCount (Results 1 - 25 of 26) sorted by relevance

12

/drivers/peripheral/audio/interfaces/effect/v1_0/
H A Deffect_types_vdi.h53 uint32_t frameCount; member
/drivers/peripheral/camera/vdi_base/v4l2/include/stream_operator/
H A Dcapture_message.h76 CaptureEndedMessage(int32_t streamId, int32_t captureId, uint64_t time, uint32_t peerCount, uint32_t frameCount) in CaptureEndedMessage() argument
79 frameCount_ = frameCount; in CaptureEndedMessage()
H A Dstream_base.h76 uint64_t frameCount = 0; member in OHOS::Camera::StreamBase
/drivers/peripheral/camera/hal_c/include/
H A Dcamera_types_c_if.h160 int frameCount; member
/drivers/interface/display/composer/v1_2/include/
H A Didisplay_composer_interface.h73 virtual int32_t GetHardwareCursorStats(uint32_t devId, uint32_t& frameCount, uint32_t& vsyncCount) = 0;
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/
H A Daudio_render.cpp26 int32_t PcmBytesToFrames(const struct AudioFrameRenderMode *frameRenderMode, uint64_t bytes, uint32_t *frameCount) in PcmBytesToFrames() argument
28 if (frameRenderMode == NULL || frameCount == NULL) { in PcmBytesToFrames()
40 *frameCount = (uint32_t)bytes / frameSize; in PcmBytesToFrames()
335 uint32_t frameCount = 0; in AudioRenderRenderFrame() local
336 ret = PcmBytesToFrames(&hwRender->renderParam.frameRenderMode, requestBytes, &frameCount); in AudioRenderRenderFrame()
340 hwRender->renderParam.frameRenderMode.bufferFrameSize = (uint64_t)frameCount; in AudioRenderRenderFrame()
/drivers/peripheral/display/composer/hdi_service/include/
H A Didisplay_composer_vdi_v1_1.h49 virtual int32_t GetHardwareCursorStats(uint32_t devId, uint32_t& frameCount, uint32_t& vsyncCount) = 0;
H A Ddisplay_composer_service.h51 int32_t GetHardwareCursorStats(uint32_t devId, uint32_t& frameCount, uint32_t& vsyncCount) override;
/drivers/interface/display/composer/v1_2/hdi_impl/
H A Ddisplay_composer_hdi_impl.h143 virtual int32_t GetHardwareCursorStats(uint32_t devId, uint32_t& frameCount, uint32_t& vsyncCount) override
146 int32_t ret = ToDispErrCode(hdi_v1_2_->GetHardwareCursorStats(devId, frameCount, vsyncCount));
/drivers/peripheral/camera/hal_c/hdi_cif/src/
H A Dstream_operator_callback_wrapper.cpp55 it->frameCount_ = info[i].frameCount; in StreamCBOnCaptureEnded()
/drivers/peripheral/audio/test/benchmarktest/render/
H A 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()
321 uint64_t frameCount = 0; in BENCHMARK_F() local
324 ret = render_->GetFrameCount(render_, &frameCount); in BENCHMARK_F()
/drivers/peripheral/audio/test/benchmarktest/capture/
H A 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()
604 uint64_t frameCount = 0; in BENCHMARK_F() local
607 ret = capture_->GetFrameCount(capture_, &frameCount); in BENCHMARK_F()
/drivers/peripheral/audio/test/unittest/common/render/
H A Daudio_render_common_test.cpp63 uint64_t frameCount = 0; in GetRenderBufferSize() local
75 ret = render_->GetFrameCount(render_, &frameCount); in GetRenderBufferSize()
80 bufferSize = frameCount * frameSize; in GetRenderBufferSize()
246 uint64_t frameCount = 0; in HWTEST_F() local
247 EXPECT_EQ(HDF_ERR_INVALID_OBJECT, render_->GetFrameCount(nullptr, &frameCount)); in HWTEST_F()
257 uint64_t frameCount = 0; in HWTEST_F() local
258 EXPECT_EQ(HDF_SUCCESS, render_->GetFrameCount(render_, &frameCount)); in HWTEST_F()
/drivers/peripheral/audio/hdi_service/primary_impl/src/
H A Daudio_render.c50 uint64_t bytes, uint32_t *frameCount) in PcmBytesToFrames()
52 if (frameRenderMode == NULL || frameCount == NULL) { in PcmBytesToFrames()
76 *frameCount = (uint32_t)bytes / frameSize; in PcmBytesToFrames()
861 uint32_t frameCount = 0; in AudioRenderRenderFrame() local
862 if (PcmBytesToFrames(&hwRender->renderParam.frameRenderMode, (uint64_t)frameLen, &frameCount) != AUDIO_SUCCESS) { in AudioRenderRenderFrame()
868 hwRender->renderParam.frameRenderMode.bufferFrameSize = (uint64_t)frameCount; in AudioRenderRenderFrame()
49 PcmBytesToFrames(const struct AudioFrameRenderMode *frameRenderMode, uint64_t bytes, uint32_t *frameCount) PcmBytesToFrames() argument
/drivers/peripheral/audio/supportlibs/adm_adapter/src/
H A Daudio_interface_lib_capture.c868 char *frame, uint32_t frameCount, uint32_t dataSize) in AudioInputCaptureReadInfoToHandleData()
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()
867 AudioInputCaptureReadInfoToHandleData(struct AudioHwCaptureParam *handleData, char *frame, uint32_t frameCount, uint32_t dataSize) AudioInputCaptureReadInfoToHandleData() argument
/drivers/peripheral/display/composer/test/fuzztest/device_fuzzer/
H A Ddevice_fuzzer.cpp236 uint32_t frameCount = GetData<uint32_t>(); in TestGetHardwareCursorStats() local
238 int32_t ret = g_composerInterface->GetHardwareCursorStats(devId, frameCount, vsyncCount); in TestGetHardwareCursorStats()
/drivers/peripheral/audio/test/sample/
H A 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/display/composer/test/benchmark/
H A Ddisplay_benchmark_test.cpp642 uint32_t frameCount = 0; in BENCHMARK_F() local
645 ret = g_composerDevice->GetHardwareCursorStats(g_displayIds[0], frameCount, vsyncCount); in BENCHMARK_F()
/drivers/peripheral/audio/test/systemtest/supportlibs/common/render/src/
H A Daudio_alsa_librender_test.cpp101 uint32_t frameCount = (frameRenderMode.attrs.channelCount * (PcmFormatToBits(frameRenderMode.attrs.format) >> in PcmBytesToFrames() local
103 if (frameCount == 0) { in PcmBytesToFrames()
106 return replyByte / frameCount; in PcmBytesToFrames()
/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/src/
H A Dhdi_service_common.cpp1076 uint64_t frameCount = 0; in GetCaptureBufferSize() local
1087 ret = capture->GetFrameCount(capture, &frameCount); in GetCaptureBufferSize()
1092 bufferSize = frameCount * frameSize; in GetCaptureBufferSize()
/drivers/peripheral/audio/test/unittest/common/capture/
H A 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/display/composer/hdi_service/src/
H A Ddisplay_composer_service.cpp392 int32_t DisplayComposerService::GetHardwareCursorStats(uint32_t devId, uint32_t& frameCount, uint32_t& vsyncCount) in GetHardwareCursorStats() argument
397 int32_t ret = vdiImplV1_1_->GetHardwareCursorStats(devId, frameCount, vsyncCount); in GetHardwareCursorStats()
/drivers/peripheral/audio/hdi_service/primary_impl/include/
H A Daudio_internal.h470 int32_t PcmBytesToFrames(const struct AudioFrameRenderMode *frameRenderMode, uint64_t bytes, uint32_t *frameCount);
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/include/
H A Daudio_internal.h361 int32_t PcmBytesToFrames(const struct AudioFrameRenderMode *frameRenderMode, uint64_t bytes, uint32_t *frameCount);
/drivers/peripheral/display/composer/test/unittest/
H A Dhdi_composer_ut.cpp348 uint32_t frameCount = 0; in HWTEST_F() local
350 auto ret = g_composerDevice->GetHardwareCursorStats(g_displayIds[0], frameCount, vsyncCount); in HWTEST_F()

Completed in 36 milliseconds

12