/drivers/peripheral/distributed_audio/interface/audio/v1_0/ |
H A D | i_audio_attribute.h | 24 virtual int32_t GetFrameCount(uint64_t &count) = 0;
|
/drivers/peripheral/bluetooth/audio/interfaces/include/ |
H A D | audio_attribute.h | 65 int32_t (*GetFrameCount)(AudioHandle handle, uint64_t *count); member
|
/drivers/peripheral/audio/interfaces/2.0/include/ |
H A D | audio_attribute.h | 66 int32_t (*GetFrameCount)(AudioHandle handle, uint64_t *count); member
|
/drivers/peripheral/audio/interfaces/include/ |
H A D | audio_attribute.h | 65 int32_t (*GetFrameCount)(AudioHandle handle, uint64_t *count); member
|
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/stream_tunnel/standard/ |
H A D | stream_tunnel.h | 42 virtual uint64_t GetFrameCount() const;
|
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/stream_tunnel/lite/ |
H A D | stream_tunnel.h | 42 virtual uint64_t GetFrameCount() const;
|
H A D | stream_tunnel.cpp | 168 uint64_t StreamTunnel::GetFrameCount() const in GetFrameCount() function in OHOS::Camera::StreamTunnel
|
/drivers/peripheral/camera/vdi_base/v4l2/src/offline_stream_operator/ |
H A D | offline_stream.cpp | 159 streamId_, request->GetCaptureId(), request->GetEndTime(), request->GetOwnerCount(), tunnel->GetFrameCount()); in ReturnBuffer() 211 edi.frameCount_ = (int32_t)(m->GetFrameCount()); in HandleMessage()
|
/drivers/peripheral/audio/test/systemtest/hdi_service/common/capture/src/ |
H A D | audio_idl_hdicapture_attr_test.cpp | 116 ret = capture->GetFrameCount(capture, &count); in HWTEST_F() 122 * @tc.desc test AudioCaptureGetFrameCount interface, return 0 if the GetFrameCount is called after started. 132 ret = capture->GetFrameCount(capture, &count); in HWTEST_F() 148 ret = capture->GetFrameCount(captureNull, &count); in HWTEST_F() 162 ret = capture->GetFrameCount(capture, countNull); in HWTEST_F() 471 ret = capture->GetFrameCount(capture, &count); in HWTEST_F()
|
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/ |
H A D | stream_base.cpp | 216 lastRequest_->GetEndTime(), lastRequest_->GetOwnerCount(), tunnel_->GetFrameCount()); in StopStream() 275 request->GetOwnerCount(), tunnel_->GetFrameCount()); in CancelRequest() 480 request->GetOwnerCount(), tunnel_->GetFrameCount()); in OnFrame() 508 uint64_t StreamBase::GetFrameCount() const in GetFrameCount() function in OHOS::Camera::StreamBase 511 return tunnel_->GetFrameCount(); in GetFrameCount()
|
/drivers/peripheral/audio/test/systemtest/hdi_service/common/render/src/ |
H A D | audio_idl_hdirender_attr_test.cpp | 111 ret = render->GetFrameCount(render, &count); in HWTEST_F() 130 ret = render->GetFrameCount(renderNull, &count); in HWTEST_F() 147 ret = render->GetFrameCount(render, countNull); in HWTEST_F() 456 ret = render->GetFrameCount(render, &count); in HWTEST_F()
|
/drivers/peripheral/audio/interfaces/sound/v1_0/ |
H A D | iaudio_render_vdi.h | 53 int32_t (*GetFrameCount)(struct IAudioRenderVdi *self, uint64_t *count); member
|
H A D | iaudio_capture_vdi.h | 45 int32_t (*GetFrameCount)(struct IAudioCaptureVdi *self, uint64_t *count); member
|
/drivers/peripheral/camera/vdi_base/v4l2/include/stream_operator/ |
H A D | stream_base.h | 63 virtual uint64_t GetFrameCount() const;
|
H A D | capture_message.h | 81 uint32_t GetFrameCount() const in GetFrameCount() function in OHOS::Camera::final
|
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/include/ |
H A D | audio_capture_ext_impl.h | 58 int32_t GetFrameCount(uint64_t &count) override;
|
H A D | audio_capture_interface_impl.h | 56 int32_t GetFrameCount(uint64_t &count) override;
|
H A D | audio_render_interface_impl.h | 69 int32_t GetFrameCount(uint64_t &count) override;
|
H A D | audio_render_ext_impl.h | 66 int32_t GetFrameCount(uint64_t &count) override;
|
/drivers/peripheral/audio/test/benchmarktest/render/ |
H A D | audio_render_benchmarktest.cpp | 83 ret = render_->GetFrameCount(render_, &frameCount);
in GetRenderBufferSize() 317 BENCHMARK_F(AudioRenderBenchmarkTest, GetFrameCount)(benchmark::State &state)
in BENCHMARK_F() 324 ret = render_->GetFrameCount(render_, &frameCount);
in BENCHMARK_F() 329 BENCHMARK_REGISTER_F(AudioRenderBenchmarkTest, GetFrameCount)->
|
/drivers/peripheral/audio/test/benchmarktest/capture/ |
H A D | audio_capture_benchmarktest.cpp | 74 ret = capture_->GetFrameCount(capture_, &frameCount);
in GetCaptureBufferSize() 600 BENCHMARK_F(AudioCaptureBenchmarkTest, GetFrameCount)(benchmark::State &state)
in BENCHMARK_F() 607 ret = capture_->GetFrameCount(capture_, &frameCount);
in BENCHMARK_F() 612 BENCHMARK_REGISTER_F(AudioCaptureBenchmarkTest, GetFrameCount)->
|
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/unittest/audio_test_utils/ |
H A D | audio_test_utils.h | 191 int32_t GetFrameCount(uint64_t &count) override 352 int32_t GetFrameCount(uint64_t &count) override
|
/drivers/peripheral/audio/hdi_service/primary_impl/vdi_src/ |
H A D | audio_capture_vdi.c | 367 CHECK_NULL_PTR_RETURN_VALUE(vdiCapture->GetFrameCount, HDF_ERR_INVALID_PARAM); in AudioCaptureGetFrameCountVdi() 369 int32_t ret = vdiCapture->GetFrameCount(vdiCapture, count); in AudioCaptureGetFrameCountVdi() 371 AUDIO_FUNC_LOGE("audio capture GetFrameCount fail, ret=%{public}d", ret); in AudioCaptureGetFrameCountVdi() 767 capture->GetFrameCount = AudioCaptureGetFrameCountVdi; in AudioInitCaptureInstanceVdi()
|
/drivers/peripheral/audio/test/unittest/common/render/ |
H A D | audio_render_common_test.cpp | 75 ret = render_->GetFrameCount(render_, &frameCount); in GetRenderBufferSize() 247 EXPECT_EQ(HDF_ERR_INVALID_OBJECT, render_->GetFrameCount(nullptr, &frameCount)); in HWTEST_F() 252 EXPECT_EQ(HDF_ERR_INVALID_PARAM, render_->GetFrameCount(render_, nullptr)); in HWTEST_F() 258 EXPECT_EQ(HDF_SUCCESS, render_->GetFrameCount(render_, &frameCount)); in HWTEST_F()
|
/drivers/peripheral/audio/test/systemtest/hdi_service/hispark_taurus_standard/render/src/ |
H A D | audio_idl_hdirender_hardware_dependence_test.cpp | 184 ret = render->GetFrameCount(render, &count); in HWTEST_F() 213 ret = render->GetFrameCount(render, &count); in HWTEST_F() 242 ret = render->GetFrameCount(render, &count); in HWTEST_F() 269 ret = render->GetFrameCount(render, &count); in HWTEST_F()
|