/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/progress/router/ |
H A D | index.js | 26 var frames = [
446 var animation = function3.animate(frames, options);
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/qrcode/router/ |
H A D | index.js | 26 var frames = [
421 var animation = function3.animate(frames, options);
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/rating/router/ |
H A D | index.js | 26 var frames = [
421 var animation = function3.animate(frames, options);
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/refresh/router/ |
H A D | index.js | 26 var frames = [
440 var animation = function3.animate(frames, options);
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/select/router/ |
H A D | index.js | 26 var frames = [
421 var animation = function3.animate(frames, options);
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/slider/router/ |
H A D | index.js | 26 var frames = [
421 var animation = function3.animate(frames, options);
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/span/router/ |
H A D | index.js | 26 var frames = [
415 var animation = function3.animate(frames, options);
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/stack/router/ |
H A D | index.js | 26 var frames = [
415 var animation = function3.animate(frames, options);
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/stepper/router/ |
H A D | index.js | 26 var frames = [
472 var animation = function3.animate(frames, options);
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/stepperItem/router/ |
H A D | index.js | 27 var frames = [
445 var animation = function3.animate(frames, options);
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/swiper/router/ |
H A D | index.js | 26 var frames = [
440 var animation = function3.animate(frames, options);
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/tab-bar/router/ |
H A D | index.js | 26 var frames = [
424 var animation = function3.animate(frames, options);
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/tab-content/router/ |
H A D | index.js | 26 var frames = [
424 var animation = function3.animate(frames, options);
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/text/router/ |
H A D | index.js | 26 var frames = [
415 var animation = function3.animate(frames, options);
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/switch/router/ |
H A D | index.js | 26 var frames = [
431 var animation = function3.animate(frames, options);
|
/test/xts/acts/arkui/ace_standard/entry/src/ohosTest/js/default/pages/video/router/ |
H A D | index.js | 26 var frames = [
455 var animation = function3.animate(frames, options);
|
/third_party/ffmpeg/libavcodec/ |
H A D | mpc8.c | 24 * MPEG Audio Layer 1/2 -like codec with frames of 1152 samples 170 c->frames = 1 << (get_bits(&gb, 3) * 2); in mpc8_decode_init() 366 if(c->cur_frame >= c->frames) in mpc8_decode_frame()
|
/third_party/ffmpeg/tests/fate/ |
H A D | demux.mak | 64 fate-maxis-xa: CMD = framecrc -i $(TARGET_SAMPLES)/maxis-xa/SC2KBUG.XA -frames:a 30 -c:a copy 71 fate-mkv-1242: CMD = framecrc -i $(TARGET_SAMPLES)/mkv/1242-small.mkv -c copy -frames:v 11
|
H A D | subtitles.mak | 50 FATE_SUBTITLES_ASS-$(call DEMDEC, MPSUB, TEXT) += fate-sub-mpsub-frames 51 fate-sub-mpsub-frames: CMD = fmtstdout ass -i $(TARGET_SAMPLES)/sub/MPSub_capability_tester_frames.sub
|
H A D | screen.mak | 1 # FIXME dropped frames in this test because of coarse timebase 47 fate-g2m3: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/g2m/g2m3.asf -frames:v 20 -an
|
/third_party/libsnd/src/ |
H A D | ogg_speex.c | 102 psf->sf.frames = spx_length (psf) ; in ogg_speex_open() 121 psf->sf.frames = SF_COUNT_MAX ; /* Unknown really */ in ogg_speex_open()
|
H A D | au.c | 449 if (! psf->sf.frames && psf->blockwidth) in au_read_header() 450 psf->sf.frames = (psf->filelength - psf->dataoffset) / psf->blockwidth ; in au_read_header()
|
/third_party/libevdev/doc/html/search/ |
H A D | search.js | 208 window.frames.MSearchResults.postMessage("take_focus", "*"); 363 window.frames.MSearchResults.location = resultsPageWithSearch;
|
/drivers/peripheral/audio/test/sample/ |
H A D | idl_capture.c | 1183 uint64_t frames = 0; in GetCaptureMmapPosition() local 1188 int32_t ret = g_capture->GetMmapPosition((void *)g_capture, &frames, &time); in GetCaptureMmapPosition() 1190 AUDIO_FUNC_LOGE("Get current Mmap frames Position failed!"); in GetCaptureMmapPosition() 1194 printf("Now the Position is %" PRIu64 "\n", frames); in GetCaptureMmapPosition()
|
H A D | idl_render.c | 1177 uint64_t frames = 0; in GetRenderMmapPosition() local 1182 int32_t ret = g_render->GetMmapPosition((void *)g_render, &frames, &time); in GetRenderMmapPosition() 1184 AUDIO_FUNC_LOGE("Get current Mmap frames Position failed!"); in GetRenderMmapPosition() 1188 printf("Now the Position is %" PRIu64 "\n", frames); in GetRenderMmapPosition()
|