/third_party/ffmpeg/libavcodec/ |
H A D | atrac9dec.c | 796 const int frames = FFMIN(avpkt->size / s->avg_frame_size, s->frame_count); in atrac9_decode_frame() local 798 frame->nb_samples = (1 << s->frame_log2) * frames; in atrac9_decode_frame() 805 for (int i = 0; i < frames; i++) { in atrac9_decode_frame()
|
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind.tex | 77 be moved ``up'' (towards earlier stack frames) by calling 81 that there are more frames in the chain, zero indicates that the end 86 ``down'' direction (towards newer stack frames), this effect can be
|
/third_party/libsnd/src/ |
H A D | ima_adpcm.c | 167 psf->sf.frames = pima->samplesperblock * pima->blockcount / psf->sf.channels ; in ima_close() 235 psf->sf.frames = pima->samplesperblock * pima->blocks ; in ima_reader_init() 241 psf->sf.frames = pima->samplesperblock * pima->blocks / pima->channels ; in ima_reader_init()
|
/third_party/mesa3d/src/glx/ |
H A D | dri3_glx.c | 146 priv->frames++; in glx_dri3_show_fps() 152 ((uint64_t) priv->frames * 1000000) / in glx_dri3_show_fps() 155 priv->frames = 0; in glx_dri3_show_fps()
|
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/ |
H A D | OHAudioRenderer.cpp | 191 OH_AudioStream_Result OH_AudioRenderer_GetFramesWritten(OH_AudioRenderer *renderer, int64_t *frames) in OH_AudioRenderer_GetFramesWritten() argument 195 *frames = audioRenderer->GetFramesWritten(); in OH_AudioRenderer_GetFramesWritten()
|
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/remote/ |
H A D | remote_audio_capturer_source.cpp | 85 int32_t GetPresentationPosition(uint64_t& frames, int64_t& timeSec, int64_t& timeNanoSec) override; 677 int32_t RemoteAudioCapturerSourceInner::GetPresentationPosition(uint64_t& frames, int64_t& timeSec, in GetPresentationPosition() argument
|
/kernel/linux/linux-5.10/tools/include/uapi/sound/ |
H A D | asound.h | 304 #define SNDRV_PCM_INFO_FIFO_IN_FRAMES 0x80000000 /* internal kernel flag - FIFO size is in frames */ 373 #define SNDRV_PCM_HW_PARAM_PERIOD_SIZE 13 /* Approx frames between 385 #define SNDRV_PCM_HW_PARAM_BUFFER_SIZE 17 /* Size of buffer in frames */ 423 snd_pcm_uframes_t fifo_size; /* R: chip FIFO size in frames */ 437 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */ 439 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */ 440 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */ 483 snd_pcm_sframes_t delay; /* current delay in frames */ 484 snd_pcm_uframes_t avail; /* number of frames available */ 485 snd_pcm_uframes_t avail_max; /* max frames availabl 604 snd_pcm_uframes_t frames; global() member 610 snd_pcm_uframes_t frames; global() member [all...] |
/kernel/linux/linux-5.10/include/uapi/sound/ |
H A D | asound.h | 304 #define SNDRV_PCM_INFO_FIFO_IN_FRAMES 0x80000000 /* internal kernel flag - FIFO size is in frames */ 373 #define SNDRV_PCM_HW_PARAM_PERIOD_SIZE 13 /* Approx frames between 385 #define SNDRV_PCM_HW_PARAM_BUFFER_SIZE 17 /* Size of buffer in frames */ 423 snd_pcm_uframes_t fifo_size; /* R: chip FIFO size in frames */ 437 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */ 439 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */ 440 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */ 483 snd_pcm_sframes_t delay; /* current delay in frames */ 484 snd_pcm_uframes_t avail; /* number of frames available */ 485 snd_pcm_uframes_t avail_max; /* max frames availabl 604 snd_pcm_uframes_t frames; global() member 610 snd_pcm_uframes_t frames; global() member [all...] |
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/i2c/ |
H A D | atomisp-gc2235.c | 993 static int gc2235_g_skip_frames(struct v4l2_subdev *sd, u32 *frames) in gc2235_g_skip_frames() argument 998 *frames = gc2235_res[dev->fmt_idx].skip_frames; in gc2235_g_skip_frames()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/fungible/funeth/ |
H A D | funeth_tx.c | 572 struct xdp_frame **frames, u32 flags) in fun_xdp_xmit_frames() 590 if (!fun_xdp_tx(q, frames[i])) in fun_xdp_xmit_frames() 571 fun_xdp_xmit_frames(struct net_device *dev, int n, struct xdp_frame **frames, u32 flags) fun_xdp_xmit_frames() argument
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/i2c/ |
H A D | atomisp-ov2722.c | 887 static int ov2722_g_skip_frames(struct v4l2_subdev *sd, u32 *frames) in ov2722_g_skip_frames() argument 892 *frames = dev->res->skip_frames; in ov2722_g_skip_frames()
|
/kernel/linux/linux-6.6/include/uapi/sound/ |
H A D | asound.h | 297 #define SNDRV_PCM_INFO_FIFO_IN_FRAMES 0x80000000 /* internal kernel flag - FIFO size is in frames */ 366 #define SNDRV_PCM_HW_PARAM_PERIOD_SIZE 13 /* Approx frames between 378 #define SNDRV_PCM_HW_PARAM_BUFFER_SIZE 17 /* Size of buffer in frames */ 419 snd_pcm_uframes_t fifo_size; /* R: chip FIFO size in frames */ 433 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */ 435 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */ 484 snd_pcm_sframes_t delay; /* current delay in frames */ 485 snd_pcm_uframes_t avail; /* number of frames available */ 486 snd_pcm_uframes_t avail_max; /* max frames available on hw since last status */ 538 snd_pcm_uframes_t avail_min; /* RW: min available frames fo 606 snd_pcm_uframes_t frames; global() member 612 snd_pcm_uframes_t frames; global() member [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | xdp.c | 782 int mlx5e_xdp_xmit(struct net_device *dev, int n, struct xdp_frame **frames, in mlx5e_xdp_xmit() argument 807 struct xdp_frame *xdpf = frames[i]; in mlx5e_xdp_xmit()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/ |
H A D | tx.c | 627 unsigned long frames) in rtw_txq_push() 635 for (i = 0; i < frames; i++) { in rtw_txq_push() 625 rtw_txq_push(struct rtw_dev *rtwdev, struct rtw_txq *rtwtxq, unsigned long frames) rtw_txq_push() argument
|
/kernel/linux/linux-6.6/sound/soc/sh/ |
H A D | rz-ssi.c | 388 static void rz_ssi_pointer_update(struct rz_ssi_stream *strm, int frames) in rz_ssi_pointer_update() argument 398 strm->buffer_pos += frames; in rz_ssi_pointer_update() 428 /* frames left in this period */ in rz_ssi_pio_recv() 438 /* Only read full frames at a time */ in rz_ssi_pio_recv() 479 /* frames left in this period */ in rz_ssi_pio_send() 489 /* Only add full frames at a time */ in rz_ssi_pio_send()
|
/kernel/linux/linux-6.6/tools/include/uapi/sound/ |
H A D | asound.h | 297 #define SNDRV_PCM_INFO_FIFO_IN_FRAMES 0x80000000 /* internal kernel flag - FIFO size is in frames */ 366 #define SNDRV_PCM_HW_PARAM_PERIOD_SIZE 13 /* Approx frames between 378 #define SNDRV_PCM_HW_PARAM_BUFFER_SIZE 17 /* Size of buffer in frames */ 419 snd_pcm_uframes_t fifo_size; /* R: chip FIFO size in frames */ 433 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */ 435 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */ 484 snd_pcm_sframes_t delay; /* current delay in frames */ 485 snd_pcm_uframes_t avail; /* number of frames available */ 486 snd_pcm_uframes_t avail_max; /* max frames available on hw since last status */ 538 snd_pcm_uframes_t avail_min; /* RW: min available frames fo 606 snd_pcm_uframes_t frames; global() member 612 snd_pcm_uframes_t frames; global() member [all...] |
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/ |
H A D | asound.h | 476 snd_pcm_uframes_t frames; member 481 snd_pcm_uframes_t frames; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/ |
H A D | asound.h | 476 snd_pcm_uframes_t frames; member 481 snd_pcm_uframes_t frames; member
|
/third_party/ffmpeg/tests/fate/ |
H A D | ffmpeg.mak | 39 fate-ffmpeg-filter_colorkey: CMD = framecrc -auto_conversion_filters -idct simple -fflags +bitexact -flags +bitexact -sws_flags +accurate_rnd+bitexact -i $(TARGET_SAMPLES)/cavs/cavs.mpg -fflags +bitexact -flags +bitexact -sws_flags +accurate_rnd+bitexact -i $(TARGET_SAMPLES)/lena.pnm -an -filter_complex_script $(TARGET_PATH)/tests/data/filtergraphs/colorkey -sws_flags +accurate_rnd+bitexact -fflags +bitexact -flags +bitexact -qscale 2 -frames:v 10 173 matroska "-c:v rawvideo -threads 1 -pix_fmt rgb24 -allow_raw_vfw 1 -frames:v 1"
|
H A D | matroska.mak | 26 # zlib compressed tracks (both the CodecPrivate as well as the actual frames). 50 matroska "-map 0 -map 0:0 -c flac -frames:a:2 8" "-map 0 -c copy"
|
/third_party/FreeBSD/sys/dev/usb/net/ |
H A D | if_urndis.c | 83 .frames = 1, 96 .frames = RNDIS_TX_FRAMES_MAX, 849 DPRINTFN(1, "received %u bytes in %u frames\n", actlen, aframes); in urndis_bulk_read_callback() 957 DPRINTFN(11, "%u bytes in %u frames\n", actlen, aframes); in urndis_bulk_write_callback()
|
/third_party/alsa-lib/include/sound/uapi/ |
H A D | asound.h | 306 #define SNDRV_PCM_INFO_FIFO_IN_FRAMES 0x80000000 /* internal kernel flag - FIFO size is in frames */ 375 #define SNDRV_PCM_HW_PARAM_PERIOD_SIZE 13 /* Approx frames between 387 #define SNDRV_PCM_HW_PARAM_BUFFER_SIZE 17 /* Size of buffer in frames */ 428 snd_pcm_uframes_t fifo_size; /* R: chip FIFO size in frames */ 442 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */ 444 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */ 445 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */ 487 snd_pcm_sframes_t delay; /* current delay in frames */ 488 snd_pcm_uframes_t avail; /* number of frames available */ 489 snd_pcm_uframes_t avail_max; /* max frames availabl 603 snd_pcm_uframes_t frames; global() member 609 snd_pcm_uframes_t frames; global() member [all...] |
/third_party/pulseaudio/src/utils/ |
H A D | pacat.c | 69 * trailing partial frames here. This partial frame is then directly written 103 static sf_count_t (*readf_function)(SNDFILE *_sndfile, void *ptr, sf_count_t frames) = NULL; 104 static sf_count_t (*writef_function)(SNDFILE *_sndfile, const void *ptr, sf_count_t frames) = NULL; 572 /* Cache any trailing partial frames for the next write */ in stdin_callback()
|
/kernel/linux/linux-5.10/arch/xtensa/kernel/ |
H A D | entry.S | 198 * All register frames starting from the top field to the marked '1' 206 /* Find number of frames to save */ 208 ffs_ws a0, a3 # number of frames to the '1' from left 212 * bits 4...: number of valid 4-register frames 215 slli a3, a0, 4 # number of frames to save in bits 8..4 593 l32i a2, a1, PT_WMASK # register frames saved (in bits 4...9) 635 * (if we have restored WSBITS-1 frames). 970 * will be re-executed and this time since the next window frames is in the 1260 /* Skip empty frames - get 'oldest' WINDOWSTART-bit. */ 1266 ffs_ws a0, a3 # a0: shifts to skip empty frames [all...] |
/kernel/linux/linux-5.10/drivers/media/platform/sti/delta/ |
H A D | delta-v4l2.c | 123 /* requeue all free frames */ in requeue_free_frames() 125 frame = ctx->frames[i]; in requeue_free_frames() 821 /* release to user drained frames */ in delta_decoder_stop_cmd() 826 /* no more decoded frames */ in delta_decoder_stop_cmd() 996 /* get available decoded frames */ in delta_run_work() 1000 /* no more decoded frames */ in delta_run_work() 1156 "%s number of frames exceeds output frame count (%d > %d)\n", in delta_setup_frame() 1168 ctx->frames[ctx->nb_of_frames] = frame; in delta_setup_frame() 1229 "%s dumping frames status...\n", ctx->name); in dump_frames_status() 1232 frame = ctx->frames[ in dump_frames_status() [all...] |