/third_party/ffmpeg/libavcodec/ |
H A D | vaapi_decode.h | 57 AVHWFramesContext *frames; member
|
/third_party/ffmpeg/libavfilter/ |
H A D | ebur128.h | 148 /** \brief Add frames to be processed. 151 * @param src array of source frames. Channels must be interleaved. 152 * @param frames number of frames. Not number of samples! 155 const double *src, size_t frames);
|
/third_party/libsnd/src/ |
H A D | new.c | 107 psf->sf.frames = psf->datalength ; in new_read_header()
|
H A D | wav.c | 207 psf->sf.frames = 0 ; in wav_open() 457 psf_binheader_readf (psf, "4", & (fact_chunk.frames)) ; in wav_read_header() 467 psf_log_printf (psf, " frames : %d\n", fact_chunk.frames) ; in wav_read_header() 696 psf->sf.frames = (psf->filelength - psf->dataoffset) / psf->blockwidth ; in wav_read_header() 698 psf->sf.frames = psf->datalength / psf->blockwidth ; in wav_read_header() 768 psf->sf.frames = fact_chunk.frames ; in wav_read_header() 1012 psf_binheader_writef (psf, "tm48", BHWm (fact_MARKER), BHW4 (4), BHW8 (psf->sf.frames)) ; in wav_write_fmt_chunk() 1134 psf_binheader_writef (psf, "tm48", BHWm (fact_MARKER), BHW4 (4), BHW8 (psf->sf.frames)) ; in wavex_write_fmt_chunk() [all...] |
H A D | paf.c | 227 psf->sf.frames = psf->datalength / psf->blockwidth ; in paf_read_header() 237 psf->sf.frames = psf->datalength / psf->blockwidth ; in paf_read_header() 247 psf->sf.frames = PAF24_SAMPLES_PER_BLOCK * psf->datalength / in paf_read_header() 405 psf->sf.frames = PAF24_SAMPLES_PER_BLOCK * ppaf24->max_blocks ; in paf24_init() 406 ppaf24->sample_count = psf->sf.frames ; in paf24_init()
|
/third_party/libsnd/examples/ |
H A D | make_sine.c | 65 sfinfo.frames = SAMPLE_COUNT ; in main()
|
/third_party/mesa3d/src/glx/ |
H A D | dri3_priv.h | 127 unsigned frames; member
|
/third_party/musl/src/hook/linux/ |
H A D | musl_malloc.h | 66 ssize_t __libc_malloc_backtrace(void* pointer, uintptr_t* frames, size_t frame_count);
|
/third_party/musl/porting/linux/user/src/hook/ |
H A D | musl_malloc.h | 51 ssize_t __libc_malloc_backtrace(void* pointer, uintptr_t* frames, size_t frame_count);
|
/third_party/node/deps/v8/src/profiler/ |
H A D | tick-sample.h | 54 * \param frames Caller allocated buffer to store stack frames. 55 * \param frames_limit Maximum number of frames to capture. The buffer must 56 * be large enough to hold the number of frames. 58 * provides number of actual captured stack frames and 78 void** frames, size_t frames_limit, 97 unsigned frames_count : kMaxFramesCountLog2; // Number of captured frames.
|
/third_party/skia/third_party/externals/oboe/src/fifo/ |
H A D | FifoBuffer.h | 41 int32_t convertFramesToBytes(int32_t frames); 46 * @param framesToRead number of frames requested 47 * @return number of frames actually read 56 * Calls read(). If all of the frames cannot be read then the remainder of the buffer 60 * @param framesToRead number of frames requested 61 * @return number of frames actually read
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
H A D | vktVideoDecodeTests.cpp | 460 return tcu::TestStatus::fail("Some frames has not been decoded correctly (" + de::toString(framesCorrect) + "/" + de::toString(frameNumber) + ")"); in iterateSingleFrame() 481 DecodedFrame frames[2] = { initDecodeFrame(), initDecodeFrame() }; in iterateDoubleFrame() local 512 DecodedFrame& frame = frames[frameNdx]; in iterateDoubleFrame() 519 DecodedFrame& frame = frames[frameNdx]; in iterateDoubleFrame() 536 if (frameNumber >= DE_LENGTH_OF_ARRAY(frames)) in iterateDoubleFrame() 541 if (frameNumber >= DE_LENGTH_OF_ARRAY(frames)) in iterateDoubleFrame() 551 return tcu::TestStatus::fail("Some frames has not been decoded correctly (" + de::toString(framesCorrect) + "/" + de::toString(frameNumber) + ")"); in iterateDoubleFrame() 572 vector<DecodedFrame> frames (m_frameCountTrigger, initDecodeFrame()); in iterateMultipleFrame() 601 DecodedFrame& frame = frames[frameNdx]; in iterateMultipleFrame() 610 DecodedFrame& frame = frames[frameNd in iterateMultipleFrame() [all...] |
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/offload/ |
H A D | offload_audio_renderer_sink.cpp | 111 int32_t GetPresentationPosition(uint64_t& frames, int64_t& timeSec, int64_t& timeNanoSec) override; 414 int32_t OffloadAudioRendererSinkInner::GetPresentationPosition(uint64_t& frames, int64_t& timeSec, int64_t& timeNanoSec) in GetPresentationPosition() argument 429 frames = frames_ * SECOND_TO_MICROSECOND / attr_.sampleRate; in GetPresentationPosition() 805 uint64_t frames = 0; in GetLatency() local 808 CHECK_AND_RETURN_RET_LOG(GetPresentationPosition(frames, timeSec, timeNanoSec) == SUCCESS, ERR_OPERATION_FAILED, in GetLatency() 811 *latency = hdiLatency > frames ? (hdiLatency - frames) / MICROSECOND_TO_MILLISECOND : 0; in GetLatency()
|
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/bluetooth/ |
H A D | bluetooth_renderer_sink.cpp | 106 int32_t GetPresentationPosition(uint64_t& frames, int64_t& timeSec, int64_t& timeNanoSec) override; 162 int32_t GetMmapHandlePosition(uint64_t &frames, int64_t &timeSec, int64_t &timeNanoSec) override; 715 uint64_t frames = 0; in CheckPositionTime() local 720 int32_t ret = GetMmapHandlePosition(frames, timeSec, timeNanoSec); in CheckPositionTime() 948 int32_t BluetoothRendererSinkInner::GetPresentationPosition(uint64_t& frames, int64_t& timeSec, int64_t& timeNanoSec) in GetPresentationPosition() argument 1056 // reqBufferFrameSize means frames in total, for example, 40ms * 48K = 1920 in PrepareMmapBuffer() 1057 // transferFrameSize means frames in one block, for example 5ms per block, 5ms * 48K = 240 in PrepareMmapBuffer() 1090 int32_t BluetoothRendererSinkInner::GetMmapHandlePosition(uint64_t &frames, int64_t &timeSec, int64_t &timeNanoSec) in GetMmapHandlePosition() argument 1095 int32_t ret = audioRender_->attr.GetMmapPosition(audioRender_, &frames, ×tamp); in GetMmapHandlePosition()
|
/third_party/ffmpeg/tests/fate/ |
H A D | video.mak | 18 fate-aic: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/aic/small_apple_intermediate_codec.mov -an -frames:v 15 60 fate-bink-video-b: CMD = framecrc -i $(TARGET_SAMPLES)/bink/RISE.BIK -frames 30 251 fate-motionpixels: CMD = framecrc -i $(TARGET_SAMPLES)/motion-pixels/INTRO-partial.MVI -an -pix_fmt rgb24 -frames:v 111 -vf scale 254 fate-mpeg2-field-enc: CMD = framecrc -flags +bitexact -idct simple -i $(TARGET_SAMPLES)/mpeg2/mpeg2_field_encoding.ts -an -frames:v 30 261 fate-mv-mvc1: CMD = framecrc -i $(TARGET_SAMPLES)/mv/posture.mv -an -frames 25 -pix_fmt rgb555le -vf scale 264 fate-mv-mvc2: CMD = framecrc -i $(TARGET_SAMPLES)/mv/12345.mv -an -frames 30 -pix_fmt bgra -vf scale 272 # FIXME dropped frames in this test because of coarse timebase
|
H A D | fifo-muxer.mak | 1 fate-fifo-muxer-h264: CMD = ffmpeg -i $(TARGET_SAMPLES)/mkv/1242-small.mkv -frames:v 11\
|
/third_party/lame/libmp3lame/ |
H A D | set_get.c | 441 * Force M/S for all frames. For testing only. 851 /* padding_type. 0=pad no frames 1=pad all frames 2=adjust padding(default) */ 859 * PAD_NO = pad no frames 860 * PAD_ALL = pad all frames 2023 /* Number of frames encoded so far. */ 2124 * LAME's estimate of the total number of frames to be encoded. 2137 int frames = 0; in lame_get_totalframes() local 2156 frames = frames_f; in lame_get_totalframes() 2157 resampled_samples_to_encode -= frames * pcm_samples_per_fram in lame_get_totalframes() [all...] |
/third_party/ffmpeg/tests/ |
H A D | fate-run.sh | 118 framefile1="${outdir}/${test}.frames" 377 run_avconv $DEC_OPTS -f image2 -c:v pgmyuv -i $raw_src $1 "$ENC_OPTS -metadata title=lavftest" -vf scale -frames $nb_frames -y -qscale 10 $target_path/$file 465 $FLAGS $ENC_OPTS -vf "$filters" -vcodec rawvideo -frames:v 5 $* -f nut md5: 492 video_filter "${prefilter_chain}scale,format=$pix_fmt,$filter=$filter_args" -pix_fmt $pix_fmt -frames:v $nframes 570 frames=$3 571 run tools/venc_data_dump${EXECSUF} ${file} ${stream} ${frames} ${threads} ${thread_type}
|
/third_party/skia/tools/skpbench/ |
H A D | skpbench.cpp | 163 // the recorded frames are looped over repeatedly. 167 MultiFrameSkp(const std::vector<SkDocumentPage>& frames) : fFrames(frames){} in MultiFrameSkp() argument 186 std::vector<SkDocumentPage> frames(page_count); // can't call reserve, why? in MakeFromFile() 187 if (!SkMultiPictureDocumentRead(stream.get(), frames.data(), page_count, &procs)) { in MakeFromFile() 191 return std::make_unique<MultiFrameSkp>(frames); in MakeFromFile() 205 // Return the number of frames in the recording.
|
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/file/ |
H A D | audio_capturer_file_source.h | 51 int32_t GetPresentationPosition(uint64_t& frames, int64_t& timeSec, int64_t& timeNanoSec) override;
|
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/test/unittest/daudio_hdi_handler/include/ |
H A D | audio_test_utils.h | 88 int32_t ReadMmapPosition(const int32_t streamId, uint64_t &frames, CurrentTimeHDF &time) in ReadMmapPosition() argument
|
/foundation/distributedhardware/distributed_audio/services/audiohdiproxy/include/ |
H A D | daudio_manager_callback.h | 47 int32_t ReadMmapPosition(int32_t streamId, uint64_t &frames,
|
/kernel/linux/linux-5.10/arch/arm/lib/ |
H A D | backtrace-clang.S | 102 beq no_frame @ we have no stack frames 193 * If we are out of frames or if the next frame is invalid. 196 beq no_frame @ no further frames
|
/kernel/linux/linux-6.6/arch/arm/lib/ |
H A D | backtrace-clang.S | 102 beq no_frame @ we have no stack frames 193 * If we are out of frames or if the next frame is invalid. 196 beq no_frame @ no further frames
|
/third_party/musl/porting/linux/user/include/ |
H A D | malloc.h | 107 ssize_t malloc_backtrace(void* pointer, uintptr_t* frames, size_t frame_count);
|