/third_party/ffmpeg/tests/fate/ |
H A D | mov.mak | 18 fate-mov-neg-firstpts-discard-frames \ 80 # i) One B-frame between 2 key-frames 82 # iii) Both key-frames have their DTS < edit list start 89 # Makes sure that we pick the right frames according to edit list when there is no keyframe with PTS < edit list start. 101 # Makes sure that expected frames are generated for mov_neg_first_pts_discard.mov with -vsync cfr 102 fate-mov-neg-firstpts-discard-frames: CMD = framemd5 -flags +bitexact -i $(TARGET_SAMPLES)/mov/mov_neg_first_pts_discard.mov -vsync cfr 166 fate-mov-channel-description: CMD = transcode wav $(TARGET_PATH)/tests/data/asynth-44100-1.wav mov "-filter_complex_script $(TARGET_PATH)/tests/data/filtergraphs/mov-channel-description -map [outFL] -map [outFR] -map [outFC] -map [outLFE] -map [outBL] -map [outBR] -map [outDL] -map [outDR] -c:a pcm_s16le" "-map 0 -c copy -frames:a 0"
|
H A D | wma.mak | 2 fate-wmapro-2ch: CMD = pcm -i $(TARGET_SAMPLES)/wmapro/Beethovens_9th-1_small.wma -frames 43 7 fate-wmapro-5.1: CMD = pcm -i $(TARGET_SAMPLES)/wmapro/latin_192_mulitchannel_cut.wma -frames 101
|
/third_party/node/test/cctest/ |
H A D | test_inspector_socket.cc | 121 frames.push(buffer); 137 SPIN_WHILE(frames.empty() || !frames.back().empty()); in ExpectReadError() 144 SPIN_WHILE(frames.empty()); in ExpectData() 145 const std::vector<char>& frame = frames.front(); in ExpectData() 153 frames.pop(); in ExpectData() 173 std::queue<std::vector<char>> frames; member in __anon15476::TestInspectorDelegate
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbccodecctrl/include/ |
H A D | a2dp_encoder_sbc.h | 105 uint32_t timestamp; // A2DP frames timestamp. 151 size_t frames, const uint32_t bytes, uint32_t timeStamp, const uint16_t frameSize) const; 153 size_t frames, const uint32_t bytes, uint32_t timeStamp, const uint16_t frameSize) const;
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_profile.h | 499 * @param[in] frames Number of frames 504 void EnqueuePacket(const Packet *packet, size_t frames, uint32_t bytes, uint32_t pktTimeStamp); 652 size_t frames; member
|
/foundation/multimedia/audio_framework/services/audio_service/common/include/ |
H A D | oh_audio_buffer.h | 139 bool GetHandleInfo(uint64_t &frames, int64_t &nanoTime); 141 void SetHandleInfo(uint64_t frames, int64_t nanoTime);
|
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/common/ |
H A D | i_audio_renderer_sink.h | 88 virtual int32_t GetPresentationPosition(uint64_t &frames, int64_t &timeSec, int64_t &timeNanoSec) = 0; 125 virtual int32_t GetMmapHandlePosition(uint64_t &frames, int64_t &timeSec, int64_t &timeNanoSec) = 0;
|
H A D | i_audio_renderer_sink_intf.h | 56 int32_t (*RendererSinkGetPresentationPosition)(struct RendererSinkAdapter *adapter, uint64_t* frames, 86 int32_t IAudioRendererSinkGetPresentationPosition(struct RendererSinkAdapter *adapter, uint64_t* frames,
|
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/common/ |
H A D | i_audio_capturer_source.h | 93 virtual int32_t GetPresentationPosition(uint64_t& frames, int64_t& timeSec, int64_t& timeNanoSec) = 0; 123 virtual int32_t GetMmapHandlePosition(uint64_t &frames, int64_t &timeSec, int64_t &timeNanoSec) = 0;
|
/third_party/ffmpeg/libavfilter/ |
H A D | vulkan_filter.c | 39 AVBufferRef *frames) in vulkan_filter_set_frames() 45 s->frames_ref = av_buffer_ref(frames); in vulkan_filter_set_frames() 62 "hardware frames context on the input.\n"); in ff_vk_filter_config_input() 170 "frames: %d.\n", err); in ff_vk_filter_config_output() 38 vulkan_filter_set_frames(AVFilterContext *avctx, AVBufferRef *frames) vulkan_filter_set_frames() argument
|
/third_party/ffmpeg/libavformat/ |
H A D | spdifdec.c | 42 uint8_t frames; in spdif_get_offset_and_codec() local 63 ret = av_adts_header_parse(buf, &samples, &frames); in spdif_get_offset_and_codec()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_generic.h | 140 snd_pcm_sframes_t snd_pcm_generic_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames); 142 snd_pcm_sframes_t snd_pcm_generic_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames);
|
/third_party/libsnd/src/ |
H A D | pvf.c | 184 if (! psf->sf.frames && psf->blockwidth) in pvf_read_header() 185 psf->sf.frames = (psf->filelength - psf->dataoffset) / psf->blockwidth ; in pvf_read_header()
|
H A D | wve.c | 144 psf->sf.frames = psf->datalength ; in wve_read_header() 167 psf->sf.frames = psf->datalength / (psf->bytewidth * psf->sf.channels) ; in wve_write_header()
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_is_signal_frame.tex | 24 frames are normally created by the kernel when delivering a signal. 28 Signal frames are somewhat unusual because the asynchronous nature of
|
/third_party/skia/third_party/externals/oboe/src/fifo/ |
H A D | FifoBuffer.cpp | 65 int32_t FifoBuffer::convertFramesToBytes(int32_t frames) { in convertFramesToBytes() argument 66 return frames * mBytesPerFrame; in convertFramesToBytes()
|
/foundation/arkui/ace_engine_lite/test/moduletest/common/test_app/ui_auto_test/src/main/js/default/pages/image-animator/01/ |
H A D | index.js | 19 frames: [{
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/tnr/tnr_1.0/ |
H A D | ia_css_tnr.host.h | 51 const struct ia_css_frame * const *frames);
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/tnr/tnr_1.0/ |
H A D | ia_css_tnr.host.h | 47 const struct ia_css_frame * const *frames);
|
/third_party/ffmpeg/libavcodec/ |
H A D | audio_frame_queue.h | 36 AudioFrame *frames; member 70 * the last frame duration if there are no frames left in the queue. The number
|
H A D | vdpau_vp9.c | 37 VP9Frame pic = h->frames[CUR_FRAME]; in vdpau_vp9_start_frame() 170 VP9Frame pic = h->frames[CUR_FRAME]; in vdpau_vp9_decode_slice() 189 VP9Frame pic = h->frames[CUR_FRAME]; in vdpau_vp9_end_frame()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/panel/ |
H A D | panel-sharp-lq101r1sx01.c | 38 static void sharp_wait_frames(struct sharp_panel *sharp, unsigned int frames) in sharp_wait_frames() argument 42 if (WARN_ON(frames > refresh)) in sharp_wait_frames() 45 msleep(1000 / (refresh / frames)); in sharp_wait_frames() 240 /* wait for 6 frames before continuing */ in sharp_panel_prepare()
|
/kernel/linux/linux-5.10/drivers/media/usb/go7007/ |
H A D | snd-go7007.c | 68 int frames = bytes_to_frames(runtime, length); in parse_audio_stream_data() local 72 gosnd->hw_ptr += frames; in parse_audio_stream_data() 75 gosnd->avail += frames; in parse_audio_stream_data()
|
/kernel/linux/linux-6.6/drivers/media/usb/go7007/ |
H A D | snd-go7007.c | 68 int frames = bytes_to_frames(runtime, length); in parse_audio_stream_data() local 72 gosnd->hw_ptr += frames; in parse_audio_stream_data() 75 gosnd->avail += frames; in parse_audio_stream_data()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/panel/ |
H A D | panel-sharp-lq101r1sx01.c | 38 static void sharp_wait_frames(struct sharp_panel *sharp, unsigned int frames) in sharp_wait_frames() argument 42 if (WARN_ON(frames > refresh)) in sharp_wait_frames() 45 msleep(1000 / (refresh / frames)); in sharp_wait_frames() 240 /* wait for 6 frames before continuing */ in sharp_panel_prepare()
|