/drivers/peripheral/audio/interfaces/effect/v1_0/ |
H A D | effect_types_vdi.h | 53 uint32_t frameCount; member
|
/drivers/peripheral/camera/vdi_base/v4l2/include/stream_operator/ |
H A D | capture_message.h | 76 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 D | stream_base.h | 76 uint64_t frameCount = 0; member in OHOS::Camera::StreamBase
|
/drivers/peripheral/camera/hal_c/include/ |
H A D | camera_types_c_if.h | 160 int frameCount; member
|
/drivers/interface/display/composer/v1_2/include/ |
H A D | idisplay_composer_interface.h | 73 virtual int32_t GetHardwareCursorStats(uint32_t devId, uint32_t& frameCount, uint32_t& vsyncCount) = 0;
|
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/ |
H A D | audio_render.cpp | 26 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 D | idisplay_composer_vdi_v1_1.h | 49 virtual int32_t GetHardwareCursorStats(uint32_t devId, uint32_t& frameCount, uint32_t& vsyncCount) = 0;
|
H A D | display_composer_service.h | 51 int32_t GetHardwareCursorStats(uint32_t devId, uint32_t& frameCount, uint32_t& vsyncCount) override;
|
/drivers/interface/display/composer/v1_2/hdi_impl/ |
H A D | display_composer_hdi_impl.h | 143 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 D | stream_operator_callback_wrapper.cpp | 55 it->frameCount_ = info[i].frameCount; in StreamCBOnCaptureEnded()
|
/drivers/peripheral/audio/test/benchmarktest/render/ |
H A 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() 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 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() 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 D | audio_render_common_test.cpp | 63 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 D | audio_render.c | 50 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 D | audio_interface_lib_capture.c | 868 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 D | device_fuzzer.cpp | 236 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 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/display/composer/test/benchmark/ |
H A D | display_benchmark_test.cpp | 642 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 D | audio_alsa_librender_test.cpp | 101 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 D | hdi_service_common.cpp | 1076 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 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/display/composer/hdi_service/src/ |
H A D | display_composer_service.cpp | 392 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 D | audio_internal.h | 470 int32_t PcmBytesToFrames(const struct AudioFrameRenderMode *frameRenderMode, uint64_t bytes, uint32_t *frameCount);
|
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/include/ |
H A D | audio_internal.h | 361 int32_t PcmBytesToFrames(const struct AudioFrameRenderMode *frameRenderMode, uint64_t bytes, uint32_t *frameCount);
|
/drivers/peripheral/display/composer/test/unittest/ |
H A D | hdi_composer_ut.cpp | 348 uint32_t frameCount = 0; in HWTEST_F() local 350 auto ret = g_composerDevice->GetHardwareCursorStats(g_displayIds[0], frameCount, vsyncCount); in HWTEST_F()
|