Searched refs:frames (Results 1 - 25 of 35) sorted by last modified time

12

/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dvideodev2.h406 __u8 frames; member in struct:v4l2_timecode
/hardware/qcom/msm8x84/kernel-headers/sound/
H A Dasound.h445 snd_pcm_uframes_t frames; member in struct:snd_xferi
451 snd_pcm_uframes_t frames; member in struct:snd_xfern
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dvideodev2.h537 __u8 frames; member in struct:v4l2_timecode
/hardware/qcom/msm8x84/original-kernel-headers/sound/
H A Dasound.h265 #define SNDRV_PCM_INFO_FIFO_IN_FRAMES 0x80000000 /* internal kernel flag - FIFO size is in frames */
321 #define SNDRV_PCM_HW_PARAM_PERIOD_SIZE 13 /* Approx frames between
333 #define SNDRV_PCM_HW_PARAM_BUFFER_SIZE 17 /* Size of buffer in frames */
371 snd_pcm_uframes_t fifo_size; /* R: chip FIFO size in frames */
385 snd_pcm_uframes_t avail_min; /* min avail frames for wakeup */
387 snd_pcm_uframes_t start_threshold; /* min hw_avail frames for automatic start */
388 snd_pcm_uframes_t stop_threshold; /* min avail frames for automatic stop */
408 snd_pcm_sframes_t delay; /* current delay in frames */
409 snd_pcm_uframes_t avail; /* number of frames available */
410 snd_pcm_uframes_t avail_max; /* max frames availabl
451 snd_pcm_uframes_t frames; member in struct:snd_xferi
457 snd_pcm_uframes_t frames; member in struct:snd_xfern
[all...]
/hardware/samsung_slsi/exynos5/include/linux/
H A Dvideodev2.h521 __u8 frames; member in struct:v4l2_timecode
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
H A Dvideo_encoder_device.h159 bool venc_set_ltruse(OMX_U32 id, OMX_U32 frames);
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device.cpp881 DEBUG_PRINT_ERROR("Warning: B frames not supported");
960 DEBUG_PRINT_ERROR("Warning: B frames not supported");
2004 bool venc_dev::venc_set_ltruse(OMX_U32 id, OMX_U32 frames) argument
2009 ltr_use.ltr_frames = (unsigned long)frames;
2010 DEBUG_PRINT_HIGH("Set ltr use: id = %d, ltr_frames = %d", id, frames);
2359 DEBUG_PRINT_ERROR("B frames not supported");
2362 DEBUG_PRINT_ERROR("B frames not supported");
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dvideodev2.h400 __u8 frames; member in struct:v4l2_timecode
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dvideodev2.h545 __u8 frames; member in struct:v4l2_timecode
/hardware/qcom/msm8x74/kernel-headers/linux/
H A Dvideodev2.h400 __u8 frames; member in struct:v4l2_timecode
/hardware/qcom/msm8x74/original-kernel-headers/linux/
H A Dvideodev2.h545 __u8 frames; member in struct:v4l2_timecode
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioHardwareInterface.h110 // return the number of audio frames written by the audio dsp to DAC since
121 * Return a recent count of the number of audio frames presented to an external observer.
123 virtual status_t getPresentationPosition(uint64_t *frames, struct timespec *timestamp);
183 // Return the number of input frames lost in the audio driver since the last call of this function.
186 // Unit: the number of input audio frames
/hardware/qcom/audio/hal/
H A Daudio_hw.c1149 * 5.000 ms = 240 frames = 15*16*1*2 = 480, a whole multiple of 32 (15)
1150 * 3.333 ms = 160 frames = 10*16*1*2 = 320, a whole multiple of 32 (10)
1527 ALOGVV("%s rendered frames %d sample_rate %d",
1555 uint64_t *frames, struct timespec *timestamp)
1567 ALOGVV("%s rendered frames %ld sample_rate %d",
1569 *frames = dsp_frames;
1587 *frames = signed_frames;
1554 out_get_presentation_position(const struct audio_stream_out *stream, uint64_t *frames, struct timespec *timestamp) argument
/hardware/qcom/audio/legacy/alsa_sound/
H A DAudioUsbALSA.cpp383 long frames; local
432 frames = (musbRecordingHandle->flags & PCM_MONO) ? (bufsize / 2) : (bufsize / 4);
433 x.frames = (musbRecordingHandle->flags & PCM_MONO) ? (bufsize / 2) : (bufsize / 4);
492 if (x.frames > avail)
493 frames = avail;
537 musbRecordingHandle->sync_ptr->c.control.appl_ptr += frames;
549 mproxyRecordingHandle->sync_ptr->c.control.appl_ptr += frames;
772 long frames; local
839 frames = (mproxyPlaybackHandle->flags & PCM_MONO) ? (proxyPeriod / 2) : (proxyPeriod / 4);
840 x.frames
[all...]
/hardware/qcom/audio/legacy/libalsa-intf/
H A Dalsa_pcm.c472 long frames)
482 frames = frames * channels *2 ;
484 while (frames-- > 0) {
493 long frames)
506 frames = frames * channels *2 ;
508 while (frames-- > 0) {
528 long frames; local
532 frames
471 mmap_transfer(struct pcm *pcm, void *data, unsigned offset, long frames) argument
492 mmap_transfer_capture(struct pcm *pcm, void *data, unsigned offset, long frames) argument
[all...]
H A Daplay.c173 long frames; local
281 frames = (pcm->flags & PCM_MONO) ? (bufsize / 2) : (bufsize / 4);
325 fprintf(stderr, "Aplay:avail = %d frames = %d\n",avail, frames);
341 frames = (pcm->flags & PCM_MONO) ? (remainingData / 2) : (remainingData / 4);
361 pcm->sync_ptr->c.control.appl_ptr += frames;
410 offset += frames;
H A Darec.c185 long frames; local
269 frames = bufsize / 2;
271 frames = bufsize / 8;
273 frames = bufsize / 12;
275 frames = bufsize / 4;
277 x.frames = frames;
300 fprintf(stderr, "Arec:avail 1 = %d frames = %ld\n",avail, frames);
307 if (x.frames > avai
[all...]
/hardware/libhardware/include/hardware/
H A Daudio.h311 /* return the number of audio frames written by the audio dsp to DAC since
380 * Return a recent count of the number of audio frames presented to an external observer.
381 * This excludes frames which have been written but are still in the pipeline.
387 * Example: assume that N+M frames have been presented, where M is a 'small' number.
396 uint64_t *frames, struct timespec *timestamp);
421 * Return the amount of input frames lost in the audio driver since the
428 * Unit: the number of input audio frames
/hardware/libhardware/modules/audio_remote_submix/
H A Daudio_hw.cpp73 // 3 * 5ms = 15ms < 1024 frames * 1000 / 48000 = 21.333ms
138 size_t buffer_size_frames; // Size of the audio pipe in frames.
139 // Maximum number of frames buffered by the input and output streams.
195 // how many frames have been requested to be read
599 // Calculate the maximum size of the pipe buffer in frames for the specified stream.
659 SUBMIX_ALOGV("out_get_buffer_size() returns %zu bytes, %zu frames",
762 SUBMIX_ALOGV("out_get_latency() returns %u ms, size in frames %zu, sample rate %u",
784 const size_t frames = bytes / frame_size;
798 usleep(frames * 1000000 / out_get_sample_rate(&stream->common));
808 // If the write to the sink would block when no input stream is present, flush enough frames
[all...]
/hardware/libhardware/modules/usbaudio/
H A Daudio_hw.c456 uint64_t *frames, struct timespec *timestamp)
455 out_get_presentation_position(const struct audio_stream_out *stream, uint64_t *frames, struct timespec *timestamp) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
H A Dresize_util.c24 printf("<output_yuv> [<frames>]\n");
47 int f, frames; local
82 frames = atoi(argv[5]);
84 frames = INT_MAX;
90 if (frames == INT_MAX)
93 printf("%d\n", frames);
102 while (f < frames) {
113 printf("%d frames processed\n", f);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dexamples.mk141 decode_with_drops.DESCRIPTION = Drops frames while decoding
146 decode_with_partial_drops.DESCRIPTION = Drops parts of frames while decoding
H A Drate_hist.c32 int frames; member in struct:rate_hist
43 // to determine the number of frames in rc_buf_sz milliseconds, with an
51 hist->frames = 0;
84 int idx = hist->frames++ % hist->samples;
94 for (i = hist->frames; i > 0 && hist->frames - i < hist->samples; i--) {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Ddecode_perf_test.cc89 const unsigned frames = video.frame_number(); local
90 const double fps = double(frames) / elapsed_secs;
97 printf("\t\"totalFrames\" : %u,\n", frames);
H A Dsuperframe_test.cc51 const int frames = (marker & 0x7) + 1; local
53 const unsigned int index_sz = 2 + mag * frames;
72 // Make sure we do a few frames after the last SF

Completed in 488 milliseconds

12