/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/encoder/ |
H A D | video_encoder_sample.cpp | 84 context_->inputBufferQueue.GetFrameCount(), in BufferInputThread() 93 AVCODEC_LOGI("Exit, frame count: %{public}u", context_->inputBufferQueue.GetFrameCount()); in BufferInputThread() 134 AVCODEC_LOGI("Exit, frame count: %{public}u", context_->inputBufferQueue.GetFrameCount()); in SurfaceInputThread() 145 context_->outputBufferQueue.GetFrameCount(), in OutputThread() 156 …Codec::AVCodecTrace::CounterTrace("SampleFrameCount", context_->outputBufferQueue.GetFrameCount()); in OutputThread() 158 AVCODEC_LOGI("Exit, frame count: %{public}u", context_->outputBufferQueue.GetFrameCount()); in OutputThread()
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/decoder/ |
H A D | video_decoder_sample.cpp | 80 context_->inputBufferQueue.GetFrameCount(), in InputThread() 89 AVCODEC_LOGI("Exit, frame count: %{public}u", context_->inputBufferQueue.GetFrameCount()); in InputThread() 101 context_->outputBufferQueue.GetFrameCount(), in OutputThread() 112 …Codec::AVCodecTrace::CounterTrace("SampleFrameCount", context_->outputBufferQueue.GetFrameCount()); in OutputThread() 114 AVCODEC_LOGI("Exit, frame count: %{public}u", context_->outputBufferQueue.GetFrameCount()); in OutputThread()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
H A D | gpu_resource_manager_base.inl | 50 pendingDeallocations_.push_back({ move(resources_[index]), device_.GetFrameCount() }); 89 … auto const ageLimit = (device_.GetFrameCount() < minAge) ? 0 : (device_.GetFrameCount() - minAge); 109 pendingDeallocations_.push_back({ move(resources_[index]), device_.GetFrameCount() });
|
/ohos5.0/foundation/multimedia/audio_lite/frameworks/ |
H A D | audio_capturer.cpp | 45 uint64_t AudioCapturer::GetFrameCount() in GetFrameCount() function in OHOS::Audio::AudioCapturer 48 return impl_->GetFrameCount(); in GetFrameCount()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_audio_capturer_adapter_wrapper.cpp | 85 int32_t ArkAudioCapturerAdapterWrapper::GetFrameCount(uint32_t& frameCount) in GetFrameCount() function in OHOS::ArkWeb::ArkAudioCapturerAdapterWrapper 87 return ctocpp_->GetFrameCount(frameCount); in GetFrameCount()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_audio_capturer_adapter_impl.cpp | 81 int32_t ArkAudioCapturerAdapterImpl::GetFrameCount(uint32_t& frameCount) in GetFrameCount() function in OHOS::ArkWeb::ArkAudioCapturerAdapterImpl 83 return real_->GetFrameCount(frameCount); in GetFrameCount()
|
/ohos5.0/foundation/multimedia/audio_lite/frameworks/passthrough/ |
H A D | audio_capturer_client.cpp | 41 uint64_t AudioCapturer::AudioCapturerClient::GetFrameCount() in GetFrameCount() function in OHOS::Audio::AudioCapturer::AudioCapturerClient 47 return impl_->GetFrameCount(); in GetFrameCount()
|
H A D | audio_capturer_client.h | 41 uint64_t GetFrameCount();
|
/ohos5.0/foundation/multimedia/audio_lite/services/server/src/ |
H A D | audio_capturer_server.cpp | 269 void AudioCapturerServer::GetFrameCount(AudioCapturerImpl *capturer, IpcIo *reply) in GetFrameCount() function in OHOS::Audio::AudioCapturerServer 276 uint64_t frameCount = capturer->GetFrameCount(); in GetFrameCount() 324 GetFrameCount(capturer, reply); in Dispatch()
|
/ohos5.0/base/telephony/call_manager/services/audio/src/ |
H A D | audio_player.cpp | 56 if (audioRenderer_->GetFrameCount(frameCount)) { in InitRenderer() 84 if (audioRenderer_->GetFrameCount(frameCount)) { in InitRenderer() 111 if (audioCapturer_->GetFrameCount(frameCount)) { in InitCapturer()
|
/ohos5.0/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()
|
/ohos5.0/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); 132 ret = capture->GetFrameCount(capture, &count); 148 ret = capture->GetFrameCount(captureNull, &count); 162 ret = capture->GetFrameCount(capture, countNull); 471 ret = capture->GetFrameCount(capture, &count);
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/audio/ |
H A D | interface_i_audio_capture_v10.md | 34 | [GetFrameCount](#getframecount) ([out] unsigned long count) | 获取音频buffer中的音频帧数。 | 274 ### GetFrameCount() 277 IAudioCapture::GetFrameCount ([out] unsigned long count)
|
H A D | interface_i_audio_capture_v20.md | 32 | [GetFrameCount](#getframecount) ([out] unsigned long count) | 获取音频buffer中的音频帧数。 | 272 ### GetFrameCount() 275 IAudioCapture::GetFrameCount ([out] unsigned long count)
|
H A D | interface_i_audio_render_v20.md | 42 | [GetFrameCount](#getframecount) ([out] unsigned long count) | 获取音频buffer中的音频帧数。 | 282 ### GetFrameCount() 285 IAudioRender::GetFrameCount ([out] unsigned long count)
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/cj/ |
H A D | image_source_impl_test.cpp | 107 imageSourceImpl.GetFrameCount(errorCode); 131 imageSourceImplNull.GetFrameCount(errorCode);
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | image_source_ohos.cpp | 137 uint32_t ImageSourceOhos::GetFrameCount() in GetFrameCount() function in OHOS::Ace::ImageSourceOhos 140 auto frameCount = imageSource_->GetFrameCount(errorCode); in GetFrameCount()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/cj/src/ |
H A D | image_source_impl.cpp | 234 uint32_t ImageSourceImpl::GetFrameCount(uint32_t &errorCode) in GetFrameCount() function in OHOS::Media::ImageSourceImpl 241 return nativeImgSrc->GetFrameCount(errorCode); in GetFrameCount() 286 uint32_t frameCount = nativeImgSrc->GetFrameCount(*errorCode); in CreatePixelMapList()
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/sample_buffer_queue/ |
H A D | sample_buffer_queue.h | 32 virtual uint32_t GetFrameCount();
|
/ohos5.0/base/web/webview/ohos_adapter/audio_adapter/src/ |
H A D | audio_capturer_adapter_mock.cpp | 56 int32_t AudioCapturerAdapterImpl::GetFrameCount(uint32_t& frameCount) in GetFrameCount() function in OHOS::NWeb::AudioCapturerAdapterImpl
|
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/ |
H A D | image_source_preview.h | 33 uint32_t GetFrameCount() override;
|
/ohos5.0/drivers/peripheral/distributed_audio/interface/audio/v1_0/ |
H A D | i_audio_attribute.h | 24 virtual int32_t GetFrameCount(uint64_t &count) = 0;
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/datastore/ |
H A D | render_data_store_manager.cpp | 40 commitDeviceFrameIndex_ = renderContext_.GetDevice().GetFrameCount(); in CommitFrameData() 201 if (commitDeviceFrameIndex_ != renderContext_.GetDevice().GetFrameCount()) { in ValidateCommitFrameData()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/ |
H A D | image_object.cpp | 51 int32_t ImageObject::GetFrameCount() const in GetFrameCount() function in OHOS::Ace::NG::ImageObject
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/base/ |
H A D | mock_image_source.h | 36 MOCK_METHOD0(GetFrameCount, uint32_t());
|