Home
last modified time | relevance | path

Searched defs:frames (Results 1 – 23 of 23) sorted by relevance

/packages/apps/TV/tests/jank/src/com/android/tv/tests/jank/
DProgramGuideJankTest.java58 int frames = 53; // measured by hand in testShowClearProgramGuide() local
73 int frames = 20; // measured by hand in testScrollDown() local
87 int frames = 30; // measured by hand in testScrollRight() local
DMenuJankTest.java52 int frames = 40; // measured by hand. in testShowMenu() local
/packages/services/Car/cpp/evs/apps/default/src/
DStreamHandler.cpp192 std::vector<BufferDesc> frames(1); in doneWithFrame() local
212 std::vector<BufferDesc> frames(1); in deliverFrame() local
/packages/apps/TV/common/src/com/android/tv/common/ui/setup/animation/
DSetupAnimationHelper.java176 public static ObjectAnimator createFrameAnimator(ImageView imageView, int[] frames) { in createFrameAnimator()
187 ImageView imageView, int[] frames, long startDelay) { in createFrameAnimatorWithDelay()
/packages/services/Car/cpp/computepipe/tests/fuzz/
DFuzz.proto20 repeated Frame frames = 1; field
/packages/services/Car/service/jni/evs/
DStreamHandler.cpp176 std::vector<BufferDesc> frames(1); in blockingStopStream() local
230 std::vector<BufferDesc> frames(1); in doneWithFrame() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DDebugLogUtils.java73 final StackTraceElement[] frames = t.getStackTrace(); in getStackTrace() local
/packages/modules/Bluetooth/system/audio_bluetooth_hw/
Dstream_apis.cc55 uint64_t* frames = nullptr, in out_calculate_feeding_delay_ms()
135 int64_t* frames, int64_t* time) { in in_calculate_starving_delay_ms()
560 const size_t frames = bytes / audio_stream_out_frame_size(stream); in out_write() local
693 uint64_t* frames, in out_get_presentation_position()
1116 const size_t frames = totalRead / audio_stream_in_frame_size(stream); in in_read() local
1131 int64_t* frames, int64_t* time) { in in_get_capture_position()
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DMosaic.h174 MosaicFrame **frames; variable
DBlend.cpp80 void Blend::AlignToMiddleFrame(MosaicFrame **frames, int frames_size) in AlignToMiddleFrame()
107 MosaicFrame **frames; in runBlend() local
374 int Blend::DoMergeAndBlend(MosaicFrame **frames, int nsite, in DoMergeAndBlend()
1192 void Blend::SelectRelevantFrames(MosaicFrame **frames, int frames_size, in SelectRelevantFrames()
1238 void Blend::ComputeBlendParameters(MosaicFrame **frames, int frames_size, int is360) in ComputeBlendParameters()
/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_test_utils.py192 def write_record_file(file_name, audio_params, frames): argument
/packages/modules/Bluetooth/system/test/mock/
Dmock_frameworks_libaudio.cc220 int32_t frames) { in AAudioStreamBuilder_setBufferCapacityInFrames()
262 int32_t frames) { in AAudioStreamBuilder_setFramesPerDataCallback()
/packages/services/DeviceAsWebcam/jni/
DUVCProvider.h61 std::vector<ConfigFrame> frames; member
/packages/modules/Bluetooth/system/audio_hearing_aid_hw/src/
Daudio_hearing_aid_hw.cc933 const size_t frames = bytes / audio_stream_out_frame_size(stream); in out_write() local
961 const size_t frames = bytes / audio_stream_out_frame_size(stream); in out_write() local
1338 uint64_t* frames, in out_get_presentation_position()
/packages/services/Car/cpp/evs/manager/aidl/src/
DVirtualCamera.cpp525 std::vector<BufferDesc> frames; in startVideoStream() local
/packages/modules/Bluetooth/system/audio_a2dp_hw/src/
Daudio_a2dp_hw.cc956 const size_t frames = bytes / audio_stream_out_frame_size(stream); in out_write() local
984 const size_t frames = bytes / audio_stream_out_frame_size(stream); in out_write() local
1347 uint64_t* frames, in out_get_presentation_position()
/packages/services/Car/cpp/evs/sampleDriver/aidl/src/
DEvsV4lCamera.cpp775 std::vector<BufferDesc> frames; in forwardFrame() local
/packages/services/Car/cpp/evs/sampleDriver/hidl/
DEvsV4lCamera.cpp783 hidl_vec<BufferDesc_1_1> frames; in forwardFrame() local
/packages/services/Car/cpp/evs/manager/1.1/
DVirtualCamera.cpp415 hardware::hidl_vec<BufferDesc_1_1> frames; in startVideoStream() local
/packages/services/Car/cpp/evs/manager/1.1/emul/
DEvsEmulatedCamera.cpp741 hidl_vec<BufferDesc_1_1> frames; in forwardFrame() local
/packages/inputmethods/LatinIME/native/jni/src/
Ddefines.h148 int i, frames = backtrace(callstack, 128); in showStackTrace() local
/packages/services/Car/cpp/evs/manager/aidl/tests/src/
DEvsEnumeratorUnitTest.cpp118 ::ndk::ScopedAStatus deliverFrame(const std::vector<BufferDesc>& frames) override { in deliverFrame()
/packages/modules/Bluetooth/system/bta/le_audio/
Dclient.cc2964 int bytes_per_sample, size_t frames) { in mono_blend()