Home
last modified time | relevance | path

Searched defs:frameNumber (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/drivers/peripheral/camera/vdi_base/common/include/
H A Dbuffer_trace.h32 uint64_t frameNumber = 0; member
41 explicit TrackingBuffer(const uint64_t frameNumber) in TrackingBuffer()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/image/
H A Dintf_animated_image.h39 uint32_t frameNumber; in CORE_BEGIN_NAMESPACE() member
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/clienttransproxyfilecommon_fuzzer/
H A Dclienttransproxyfilecommon_fuzzer.cpp46 uint64_t frameNumber = *(reinterpret_cast<const uint64_t*>(data)); in ClientTransProxyFileCommonTest() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/frame_analyzer/export/
H A Dframe_info.h123 int32_t frameNumber = 0; member
128 int32_t frameNumber = 0; member
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/unittest/renderer_test/include/
H A Daudio_renderer_unit_test.h49 void OnPeriodReached(const int64_t &frameNumber) override {} in OnPeriodReached()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/unittest/capturer_test/include/
H A Daudio_capturer_unit_test.h31 void OnPeriodReached(const int64_t &frameNumber) override {} in OnPeriodReached()
/ohos5.0/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_unittest/include/
H A Dscreen_capture_unit_test.h67 int32_t frameNumber = 0; variable
/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/audiocapturer/callback/
H A Dnapi_capturer_period_position_callback.cpp57 void NapiCapturerPeriodPositionCallback::OnPeriodReached(const int64_t &frameNumber) in OnPeriodReached()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/audiorenderer/callback/
H A Dnapi_renderer_period_position_callback.cpp54 void NapiRendererPeriodPositionCallback::OnPeriodReached(const int64_t &frameNumber) in OnPeriodReached()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sinkservice/screenregionmgr/2.0/src/
H A Dscreenregion_test.cpp453 size_t frameNumber = screenRegion_->frameNumber_; variable
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_file_common.c96 int32_t FrameIndexToType(uint64_t index, uint64_t frameNumber) in FrameIndexToType()
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
H A Ddimage_buffer.cpp176 void DImageBuffer::SetFrameNumber(const uint64_t frameNumber) in SetFrameNumber()
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/hdf_driver/src/driver_adapter/include/
H A Dbuffer_operator.h292 void MyBuffer::SetFrameNumber(const uint64_t frameNumber) in SetFrameNumber()
/ohos5.0/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/
H A Dimage_buffer.cpp287 void ImageBuffer::SetFrameNumber(const uint64_t frameNumber) in SetFrameNumber()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/src/
H A Daudio_capturer.cpp503 int32_t AudioCapturerPrivate::SetCapturerPeriodPositionCallback(int64_t frameNumber, in SetCapturerPeriodPositionCallback()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler.cpp394 void RSProfiler::OnParallelRenderEnd(uint32_t frameNumber) in OnParallelRenderEnd()
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/src/
H A Daudio_renderer.cpp573 int32_t AudioRendererPrivate::SetRendererPeriodPositionCallback(int64_t frameNumber, in SetRendererPeriodPositionCallback()