Home
last modified time | relevance | path

Searched refs:num_frames_ (Results 1 – 25 of 138) sorted by relevance

123456

/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/media/base/
H A Dslew_volume_unittests.cc94 num_frames_ = num_frames; in MakeData()
105 end = num_frames_; in CompareBuffers()
110 ASSERT_LE(end, num_frames_); in CompareBuffers()
120 int num_frames_; member in chromecast::media::SlewVolumeBaseTest
230 for (int f = 0; f < num_frames_; ++f) { in TEST_F()
383 if (num_frames_ - f < frame_step * 2) { in TEST_P()
384 frame_step = num_frames_ - f; in TEST_P()
391 ASSERT_EQ(num_frames_, f); in TEST_P()
432 frame_step = num_frames_ - f; in TEST_P()
439 ASSERT_EQ(num_frames_, f); in TEST_P()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/libvpx/source/libvpx/test/
H A Dsimple_encode_test.cc38 const int num_frames_ = 17; member in vp9::__anonc71481df0111::SimpleEncodeTest
44 target_bitrate_, num_frames_, in TEST_F()
65 target_bitrate_, num_frames_, in TEST_F()
87 target_bitrate_, num_frames_, in TEST_F()
100 EXPECT_GE(num_coding_frames, num_frames_); in TEST_F()
105 while (coded_show_frame_count < num_frames_) { in TEST_F()
146 while (coded_show_frame_count < num_frames_) { in TEST_F()
413 std::vector<int> gop_map(num_frames_, 0); in TEST_F()
423 while (coded_show_frame_count < num_frames_) { in TEST_F()
476 std::vector<int> gop_map(num_frames_, 0); in TEST_F()
[all …]
/dports/multimedia/libvpx/libvpx-1.11.0/test/
H A Dsimple_encode_test.cc39 const int num_frames_ = 17; member in vp9::__anon7dbc57710111::SimpleEncodeTest
46 target_bitrate_, num_frames_, in TEST_F()
67 target_bitrate_, num_frames_, in TEST_F()
89 target_bitrate_, num_frames_, in TEST_F()
102 EXPECT_GE(num_coding_frames, num_frames_); in TEST_F()
107 while (coded_show_frame_count < num_frames_) { in TEST_F()
148 while (coded_show_frame_count < num_frames_) { in TEST_F()
415 std::vector<int> gop_map(num_frames_, 0); in TEST_F()
425 while (coded_show_frame_count < num_frames_) { in TEST_F()
478 std::vector<int> gop_map(num_frames_, 0); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libvpx/source/libvpx/test/
H A Dsimple_encode_test.cc38 const int num_frames_ = 17; member in vp9::__anon8f9e2b9f0111::SimpleEncodeTest
44 target_bitrate_, num_frames_, in TEST_F()
65 target_bitrate_, num_frames_, in TEST_F()
87 target_bitrate_, num_frames_, in TEST_F()
100 EXPECT_GE(num_coding_frames, num_frames_); in TEST_F()
105 while (coded_show_frame_count < num_frames_) { in TEST_F()
146 while (coded_show_frame_count < num_frames_) { in TEST_F()
413 std::vector<int> gop_map(num_frames_, 0); in TEST_F()
423 while (coded_show_frame_count < num_frames_) { in TEST_F()
476 std::vector<int> gop_map(num_frames_, 0); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/login/ui/
H A Dhorizontal_image_sequence_animation_decoder.cc13 : image_(image), duration_(duration), num_frames_(num_frames) {} in HorizontalImageSequenceAnimationDecoder()
22 float frame_width = static_cast<float>(bitmap.width()) / num_frames_; in Decode()
23 base::TimeDelta frame_duration = duration_ / num_frames_; in Decode()
26 animation.reserve(num_frames_); in Decode()
27 for (int i = 0; i < num_frames_; ++i) { in Decode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/gpu/test/
H A Dvideo.cc61 new_video->num_frames_ = num_frames_; in ConvertToNV12()
76 LOG_ASSERT(i420_frame_size * num_frames_ == data_.size()) in ConvertToNV12()
78 std::vector<uint8_t> new_data(nv12_frame_size * num_frames_); in ConvertToNV12()
79 for (size_t i = 0; i < num_frames_; i++) { in ConvertToNV12()
132 if (num_frames_ <= max_frames) { in Load()
140 num_frames_ = max_frames; in Load()
155 << ", num_frames_=" << num_frames_; in Load()
157 num_frames_ = max_frames; in Load()
231 return num_frames_; in NumFrames()
354 num_frames_ = static_cast<uint32_t>(num_frames->GetInt()); in LoadMetadata()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/common_audio/
H A Dchannel_buffer.h48 num_frames_(num_frames), in data_()
55 &data_[i * num_frames_ + j * num_frames_per_band_]; in data_()
107 DCHECK_LT(start_frame, num_frames_); in Slice()
117 int num_frames() const { return num_frames_; } in num_frames()
121 size_t size() const {return num_frames_ * num_channels_; } in size()
132 const int num_frames_; variable
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/common_audio/
H A Dchannel_buffer.h48 num_frames_(num_frames), in data_()
55 &data_[i * num_frames_ + j * num_frames_per_band_]; in data_()
106 RTC_DCHECK_LT(start_frame, num_frames_); in Slice()
116 size_t num_frames() const { return num_frames_; } in num_frames()
120 size_t size() const {return num_frames_ * num_channels_; } in size()
131 const size_t num_frames_; variable
/dports/audio/webrtc-audio-processing0/webrtc-audio-processing-0.3.1/webrtc/common_audio/
H A Dchannel_buffer.h50 num_frames_(num_frames), in ~BlockerCallback()
57 &data_[i * num_frames_ + j * num_frames_per_band_]; in ~BlockerCallback()
108 RTC_DCHECK_LT(start_frame, num_frames_); in ~BlockerCallback()
118 size_t num_frames() const { return num_frames_; } in ~BlockerCallback()
122 size_t size() const {return num_frames_ * num_channels_; } in ~BlockerCallback()
133 const size_t num_frames_; in ~BlockerCallback()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/common_audio/
H A Dchannel_buffer.h49 num_frames_(num_frames), in data_()
57 &data_[i * num_frames_ + j * num_frames_per_band_]; in data_()
108 RTC_DCHECK_LT(start_frame, num_frames_); in Slice()
118 size_t num_frames() const { return num_frames_; } in num_frames()
122 size_t size() const {return num_frames_ * num_allocated_channels_; } in size()
138 const size_t num_frames_; variable
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/common_audio/
H A Dchannel_buffer.h49 num_frames_(num_frames), in data_()
57 &data_[i * num_frames_ + j * num_frames_per_band_]; in data_()
108 RTC_DCHECK_LT(start_frame, num_frames_); in Slice()
118 size_t num_frames() const { return num_frames_; } in num_frames()
122 size_t size() const {return num_frames_ * num_allocated_channels_; } in size()
138 const size_t num_frames_; variable
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/libtgvoip/webrtc_dsp/common_audio/
H A Dchannel_buffer.h47 num_frames_(num_frames), in data_()
55 &data_[i * num_frames_ + j * num_frames_per_band_]; in data_()
106 RTC_DCHECK_LT(start_frame, num_frames_); in Slice()
116 size_t num_frames() const { return num_frames_; } in num_frames()
120 size_t size() const { return num_frames_ * num_allocated_channels_; } in size()
136 const size_t num_frames_; variable
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/common_audio/
H A Dchannel_buffer.h49 num_frames_(num_frames), in data_()
57 &data_[i * num_frames_ + j * num_frames_per_band_]; in data_()
108 RTC_DCHECK_LT(start_frame, num_frames_); in Slice()
118 size_t num_frames() const { return num_frames_; } in num_frames()
122 size_t size() const {return num_frames_ * num_allocated_channels_; } in size()
138 const size_t num_frames_; variable
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/common_audio/
H A Dchannel_buffer.h49 num_frames_(num_frames), in data_()
57 &data_[i * num_frames_ + j * num_frames_per_band_]; in data_()
108 RTC_DCHECK_LT(start_frame, num_frames_); in Slice()
118 size_t num_frames() const { return num_frames_; } in num_frames()
122 size_t size() const {return num_frames_ * num_allocated_channels_; } in size()
138 const size_t num_frames_; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/rtp_rtcp/source/
H A Dproducer_fec.cc90 num_frames_(0),
155 ++num_frames_;
163 (num_frames_ == params_.max_fec_frames ||
174 num_frames_ = 0;
197 num_frames_;
237 num_frames_ = 0;
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/video_coding/utility/
H A Divf_file_writer.cc31 num_frames_(0), in IvfFileWriter()
97 static_cast<uint32_t>(num_frames_)); in WriteHeader()
140 if (num_frames_ == 0 && !InitFromFirstFrame(encoded_image, codec_type)) in WriteFrame()
183 ++num_frames_; in WriteFrame()
191 if (num_frames_ == 0) { in Close()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/video_coding/utility/
H A Divf_file_writer.cc31 num_frames_(0), in IvfFileWriter()
97 static_cast<uint32_t>(num_frames_)); in WriteHeader()
139 if (num_frames_ == 0 && !InitFromFirstFrame(encoded_image, codec_type)) in WriteFrame()
182 ++num_frames_; in WriteFrame()
190 if (num_frames_ == 0) { in Close()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/video_coding/utility/
H A Divf_file_writer.cc31 num_frames_(0), in IvfFileWriter()
97 static_cast<uint32_t>(num_frames_)); in WriteHeader()
140 if (num_frames_ == 0 && !InitFromFirstFrame(encoded_image, codec_type)) in WriteFrame()
183 ++num_frames_; in WriteFrame()
191 if (num_frames_ == 0) { in Close()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/video_coding/utility/
H A Divf_file_writer.cc31 num_frames_(0), in IvfFileWriter()
97 static_cast<uint32_t>(num_frames_)); in WriteHeader()
140 if (num_frames_ == 0 && !InitFromFirstFrame(encoded_image, codec_type)) in WriteFrame()
183 ++num_frames_; in WriteFrame()
191 if (num_frames_ == 0) { in Close()
/dports/misc/vxl/vxl-3.3.2/core/vgui/wx/
H A DwxVideoControl.cxx114 …slider_ = new wxSlider(this, wxNewId(), 0, 0, num_frames_, wxDefaultPosition, wxSize(100, -1), wxS… in CreateControls()
121 unsigned int num_frames = num_frames_ - 1; in CreateControls()
141 num_frames_ = num_frames; in set_num_frames()
148 slider_->SetRange(0, num_frames_ - 1); in set_num_frames()
218 if (fnum >= (long)num_frames_) in OnEnterText()
219 fnum = num_frames_ - 1L; in OnEnterText()
264 if (frame_ >= num_frames_) in next()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/common_audio/
H A Dchannel_buffer.h49 num_frames_(num_frames), in data_()
69 &data_[ch * num_frames_ + band * num_frames_per_band_], in data_()
135 RTC_DCHECK_LT(start_frame, num_frames_); in Slice()
145 size_t num_frames() const { return num_frames_; } in num_frames()
149 size_t size() const { return num_frames_ * num_allocated_channels_; } in size()
165 const size_t num_frames_; variable
/dports/net-im/tg_owt/tg_owt-d578c76/src/common_audio/
H A Dchannel_buffer.h49 num_frames_(num_frames), in data_()
69 &data_[ch * num_frames_ + band * num_frames_per_band_], in data_()
135 RTC_DCHECK_LT(start_frame, num_frames_); in Slice()
145 size_t num_frames() const { return num_frames_; } in num_frames()
149 size_t size() const { return num_frames_ * num_allocated_channels_; } in size()
165 const size_t num_frames_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/common_audio/
H A Dchannel_buffer.h49 num_frames_(num_frames), in data_()
69 &data_[ch * num_frames_ + band * num_frames_per_band_], in data_()
135 RTC_DCHECK_LT(start_frame, num_frames_); in Slice()
145 size_t num_frames() const { return num_frames_; } in num_frames()
149 size_t size() const { return num_frames_ * num_allocated_channels_; } in size()
165 const size_t num_frames_; variable
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/common_audio/
H A Dchannel_buffer.h49 num_frames_(num_frames), in data_()
69 &data_[ch * num_frames_ + band * num_frames_per_band_], in data_()
135 RTC_DCHECK_LT(start_frame, num_frames_); in Slice()
145 size_t num_frames() const { return num_frames_; } in num_frames()
149 size_t size() const { return num_frames_ * num_allocated_channels_; } in size()
165 const size_t num_frames_; variable
/dports/audio/webrtc-audio-processing/webrtc-audio-processing-1.0/webrtc/common_audio/
H A Dchannel_buffer.h49 num_frames_(num_frames), in data_()
69 &data_[ch * num_frames_ + band * num_frames_per_band_], in data_()
135 RTC_DCHECK_LT(start_frame, num_frames_); in Slice()
145 size_t num_frames() const { return num_frames_; } in num_frames()
149 size_t size() const { return num_frames_ * num_allocated_channels_; } in size()
165 const size_t num_frames_; variable

123456