Home
last modified time | relevance | path

Searched defs:frameCount (Results 1 – 25 of 255) sorted by relevance

1234567891011

/aosp12/frameworks/av/media/libeffects/testlibs/
H A DAudioBiquadFilter.cpp66 int frameCount) { in process()
121 int frameCount) { in updateCoefs()
141 int frameCount) { in process_bypass()
150 int frameCount) { in process_normal_mono()
184 int frameCount) { in process_transition_normal_mono()
193 int frameCount) { in process_transition_bypass_mono()
202 int frameCount) { in process_normal_multi()
242 int frameCount) { in process_transition_normal_multi()
251 int frameCount) { in process_transition_bypass_multi()
/aosp12/system/media/audio_utils/include/audio_utils/
H A DChannelMix.h189 bool process(const float *src, float *dst, size_t frameCount, bool accumulate) const { in process()
206 bool process(const float *src, float *dst, size_t frameCount, bool accumulate, in process()
244 bool processSwitch(const float *src, float *dst, size_t frameCount) const { in processSwitch()
275 bool matrixProcess(const float *src, float *dst, size_t frameCount, bool accumulate) const { in matrixProcess()
311 static bool specificProcess(const float *src, float *dst, size_t frameCount) { in specificProcess()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_vsync_client_ohos_test.cpp43 cb = [](int64_t timestamp, int64_t frameCount) {}; in SetUpTestCase()
73 RSVsyncClient::VsyncCallback vsyncCallback = [](int64_t nanoTimestamp, int64_t frameCount) { in __anon957e897b0202()
94 RSVsyncClient::VsyncCallback vsyncCallback = [](int64_t nanoTimestamp, int64_t frameCount) { in __anon957e897b0302()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_object.h66 void SetFrameCount(int32_t frameCount) in SetFrameCount()
129 … ImageSourceInfo source, const Size& imageSize, int32_t frameCount, const sk_sp<SkSVGDOM>& skiaDom) in SvgSkiaImageObject()
156 …SvgImageObject(ImageSourceInfo source, const Size& imageSize, int32_t frameCount, const RefPtr<Svg… in SvgImageObject()
185 …StaticImageObject(ImageSourceInfo source, const Size& imageSize, int32_t frameCount, const sk_sp<S… in StaticImageObject()
190 …ImageSourceInfo source, const Size& imageSize, int32_t frameCount, const std::shared_ptr<RSData>& … in StaticImageObject()
H A Dimage_object_animated.cpp30 int32_t frameCount, in AnimatedImageObject()
145 …bject> CreateAnimatedImageObject(ImageSourceInfo source, const Size& imageSize, int32_t frameCount, in UploadToGpuForRender()
/aosp12/frameworks/native/libs/ui/
H A DFrameStats.cpp41 size_t frameCount = desiredPresentTimesNano.size(); in flatten() local
65 size_t frameCount = (size - timestampSize) / (3 * timestampSize); in unflatten() local
/aosp12/frameworks/av/media/libaaudio/tests/
H A Dtest_block_adapter.cpp38 void fillSequence(int32_t *indexBuffer, int32_t frameCount) { in fillSequence()
45 int checkSequence(const int32_t *indexBuffer, int32_t frameCount) { in checkSequence()
75 int32_t frameCount = numBytes / sizeof(int32_t); in onProcessFixedBlock() local
102 int32_t frameCount = numBytes / sizeof(int32_t); in onProcessFixedBlock() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dwindow.cpp24 …auto&& callback = [this](uint64_t nanoTimestamp, uint32_t frameCount) { OnVsync(nanoTimestamp, fra… in Window()
46 void Window::OnVsync(uint64_t nanoTimestamp, uint32_t frameCount) in OnVsync()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/apng/
H A Dapng_image_object.h32 int32_t frameCount, in ApngImageObject()
44 int32_t frameCount, in ApngImageObject()
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DInterpolator.java29 public Interpolator(int valueCount, int frameCount) { in Interpolator()
49 public void reset(int valueCount, int frameCount) { in reset()
157 private static native long nativeConstructor(int valueCount, int frameCount); in nativeConstructor()
159 private static native void nativeReset(long native_instance, int valueCount, int frameCount); in nativeReset()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_vsync_client_ohos.cpp64 void RSVsyncClientOhos::VsyncCallback(int64_t nanoTimestamp, int64_t frameCount) in VsyncCallback()
72 void RSVsyncClientOhos::OnVsync(int64_t nanoTimestamp, int64_t frameCount, void* client) in OnVsync()
/ohos5.0/base/telephony/call_manager/services/audio/src/
H A Daudio_player.cpp55 uint32_t frameCount; in InitRenderer() local
83 uint32_t frameCount; in InitRenderer() local
110 uint32_t frameCount; in InitCapturer() local
/ohos5.0/foundation/window/window_manager/previewer/src/
H A Dvsync_station.cpp76 void VsyncStation::VsyncCallbackInner(int64_t timestamp, int64_t frameCount) in VsyncCallbackInner()
90 void VsyncStation::OnVsync(int64_t timestamp, int64_t frameCount, void* client) in OnVsync()
/aosp12/frameworks/native/services/surfaceflinger/tests/fakehwc/
H A DFakeComposerUtils.h102 int frameCount = mComposer.getFrameCount(); in ~TransactionScope() local
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/
H A D_camera___capture_end_info.md36 ### frameCount subsection
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/
H A D_camera___capture_end_info.md37 ### frameCount subsection
/aosp12/frameworks/av/media/libeffects/hapticgenerator/
H A DEffectHapticGenerator.cpp146 processingChain.push_back([filter](float *out, const float *in, size_t frameCount) { in addBiquadFilter()
177 processingChain.push_back([ramp](float *out, const float *in, size_t frameCount) { in HapticGenerator_buildProcessingChain()
208 processingChain.push_back([slowEnv](float *out, const float *in, size_t frameCount) { in HapticGenerator_buildProcessingChain()
226 processingChain.push_back([distortion](float *out, const float *in, size_t frameCount) { in HapticGenerator_buildProcessingChain()
351 float* buf1, float* buf2, size_t frameCount) { in HapticGenerator_runProcessingChain()
/aosp12/frameworks/av/services/audioflinger/
H A DFastCapture.cpp93 const size_t frameCount = current->mFrameCount; in onStateChange() local
165 size_t frameCount = current->mFrameCount; in onWork() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/adapter/rosen/
H A Ddrawing_image_data.h28 int32_t frameCount = 1; member
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/audio/
H A D_audio_effect_buffer.md38 ### frameCount subsection
/ohos5.0/foundation/arkui/ui_lite/frameworks/core/
H A Drender_manager.cpp81 static uint16_t frameCount = 0; in UpdateFPSByFixedTimeMethod() local
133 static int32_t frameCount = 0; in UpdateFPSByPreciseSamplingMethod() local
/aosp12/frameworks/av/media/libaudioclient/include/media/
H A DAudioBufferProvider.h38 size_t frameCount; member
H A DIAudioFlinger.h89 size_t frameCount; variable
106 size_t frameCount; variable
140 size_t frameCount; variable
157 size_t frameCount; variable
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/sample/
H A Ddcamera_client_demo.h208 void OnCaptureEnded(const int32_t captureID, int32_t frameCount) const in OnCaptureEnded()
251 void OnFrameEnded(const int32_t frameCount) const in OnFrameEnded()
274 void OnFrameEnded(const int32_t frameCount) const in OnFrameEnded()
/ohos5.0/foundation/distributedhardware/distributed_camera/test/distributedcameraclienttest/
H A Ddcamera_client_demo.h208 void OnCaptureEnded(const int32_t captureID, int32_t frameCount) const in OnCaptureEnded()
251 void OnFrameEnded(const int32_t frameCount) const in OnFrameEnded()
274 void OnFrameEnded(const int32_t frameCount) const in OnFrameEnded()

1234567891011