Home
last modified time | relevance | path

Searched refs:empty_frame (Results 1 – 25 of 108) sorted by relevance

12345

/dports/audio/mp3_check/mp3_check-1.98/mp3_check-1.95-rjk/
H A Dinit.c29 empty_frame.BIT_RATE = 0; in init_frame_struct()
32 empty_frame.MPV_1 = 0; in init_frame_struct()
33 empty_frame.MPV_2 = 0; in init_frame_struct()
34 empty_frame.MPV_25 = 0; in init_frame_struct()
36 empty_frame.L1 = 0; in init_frame_struct()
37 empty_frame.L2 = 0; in init_frame_struct()
38 empty_frame.L3 = 0; in init_frame_struct()
41 empty_frame.PAD_BIT = 0; in init_frame_struct()
43 empty_frame.STEREO = 0; in init_frame_struct()
48 empty_frame.ID3V2 = 0; in init_frame_struct()
[all …]
/dports/audio/mp3_check/mp3_check-1.98/
H A Dmp3_check_misc.c536 empty_frame.BIT_RATE = 0;
539 empty_frame.MPV_1 = 0;
540 empty_frame.MPV_2 = 0;
541 empty_frame.MPV_25 = 0;
543 empty_frame.L1 = 0;
544 empty_frame.L2 = 0;
545 empty_frame.L3 = 0;
548 empty_frame.PAD_BIT = 0;
550 empty_frame.STEREO = 0;
555 empty_frame.ID3V2 = 0;
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/stacktrace/test/
H A Dtest_noop.cpp40 boost::stacktrace::frame empty_frame; in test_empty_frame() local
41 BOOST_TEST(!empty_frame); in test_empty_frame()
42 BOOST_TEST(empty_frame.source_file() == ""); in test_empty_frame()
43 BOOST_TEST(empty_frame.name() == ""); in test_empty_frame()
44 BOOST_TEST(empty_frame.source_line() == 0); in test_empty_frame()
H A Dtest.cpp228 boost::stacktrace::frame empty_frame; in test_frame() local
229 BOOST_TEST(!empty_frame); in test_frame()
230 BOOST_TEST_EQ(empty_frame.source_file(), ""); in test_frame()
231 BOOST_TEST_EQ(empty_frame.name(), ""); in test_frame()
232 BOOST_TEST_EQ(empty_frame.source_line(), 0); in test_frame()
/dports/devel/boost-python-libs/boost_1_72_0/libs/stacktrace/test/
H A Dtest_noop.cpp40 boost::stacktrace::frame empty_frame; in test_empty_frame() local
41 BOOST_TEST(!empty_frame); in test_empty_frame()
42 BOOST_TEST(empty_frame.source_file() == ""); in test_empty_frame()
43 BOOST_TEST(empty_frame.name() == ""); in test_empty_frame()
44 BOOST_TEST(empty_frame.source_line() == 0); in test_empty_frame()
H A Dtest.cpp228 boost::stacktrace::frame empty_frame; in test_frame() local
229 BOOST_TEST(!empty_frame); in test_frame()
230 BOOST_TEST_EQ(empty_frame.source_file(), ""); in test_frame()
231 BOOST_TEST_EQ(empty_frame.name(), ""); in test_frame()
232 BOOST_TEST_EQ(empty_frame.source_line(), 0); in test_frame()
/dports/devel/boost-libs/boost_1_72_0/libs/stacktrace/test/
H A Dtest_noop.cpp40 boost::stacktrace::frame empty_frame; in test_empty_frame() local
41 BOOST_TEST(!empty_frame); in test_empty_frame()
42 BOOST_TEST(empty_frame.source_file() == ""); in test_empty_frame()
43 BOOST_TEST(empty_frame.name() == ""); in test_empty_frame()
44 BOOST_TEST(empty_frame.source_line() == 0); in test_empty_frame()
H A Dtest.cpp228 boost::stacktrace::frame empty_frame; in test_frame() local
229 BOOST_TEST(!empty_frame); in test_frame()
230 BOOST_TEST_EQ(empty_frame.source_file(), ""); in test_frame()
231 BOOST_TEST_EQ(empty_frame.name(), ""); in test_frame()
232 BOOST_TEST_EQ(empty_frame.source_line(), 0); in test_frame()
/dports/devel/hyperscan/boost_1_75_0/libs/stacktrace/test/
H A Dtest_noop.cpp40 boost::stacktrace::frame empty_frame; in test_empty_frame() local
41 BOOST_TEST(!empty_frame); in test_empty_frame()
42 BOOST_TEST(empty_frame.source_file() == ""); in test_empty_frame()
43 BOOST_TEST(empty_frame.name() == ""); in test_empty_frame()
44 BOOST_TEST(empty_frame.source_line() == 0); in test_empty_frame()
H A Dtest.cpp228 boost::stacktrace::frame empty_frame; in test_frame() local
229 BOOST_TEST(!empty_frame); in test_frame()
230 BOOST_TEST_EQ(empty_frame.source_file(), ""); in test_frame()
231 BOOST_TEST_EQ(empty_frame.name(), ""); in test_frame()
232 BOOST_TEST_EQ(empty_frame.source_line(), 0); in test_frame()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_processing/agc2/rnn_vad/
H A Dlp_residual_unittest.cc33 std::array<float, kFrameSize10ms24kHz> empty_frame; in TEST() local
34 empty_frame.fill(0.f); in TEST()
37 ComputeAndPostProcessLpcCoefficients(empty_frame, lpc); in TEST()
40 ComputeLpResidual(lpc, empty_frame, lp_residual); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_processing/agc2/rnn_vad/
H A Dlp_residual_unittest.cc33 std::array<float, kFrameSize10ms24kHz> empty_frame; in TEST() local
34 empty_frame.fill(0.f); in TEST()
37 ComputeAndPostProcessLpcCoefficients(empty_frame, lpc_coeffs); in TEST()
40 ComputeLpResidual(lpc_coeffs, empty_frame, lp_residual); in TEST()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/
H A Dlp_residual_unittest.cc33 std::array<float, kFrameSize10ms24kHz> empty_frame; in TEST() local
34 empty_frame.fill(0.f); in TEST()
37 ComputeAndPostProcessLpcCoefficients(empty_frame, lpc_coeffs); in TEST()
40 ComputeLpResidual(lpc_coeffs, empty_frame, lp_residual); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/audio_processing/agc2/rnn_vad/
H A Dlp_residual_unittest.cc33 std::array<float, kFrameSize10ms24kHz> empty_frame; in TEST() local
34 empty_frame.fill(0.f); in TEST()
37 ComputeAndPostProcessLpcCoefficients(empty_frame, lpc_coeffs); in TEST()
40 ComputeLpResidual(lpc_coeffs, empty_frame, lp_residual); in TEST()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/audio/voip/test/
H A Daudio_channel_unittest.cc110 AudioFrame empty_frame, audio_frame; in TEST_F() local
111 empty_frame.Mute(); in TEST_F()
112 empty_frame.mutable_data(); // This will zero out the data. in TEST_F()
113 audio_frame.CopyFrom(empty_frame); in TEST_F()
117 EXPECT_NE(memcmp(empty_frame.data(), audio_frame.data(), in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/audio/voip/test/
H A Daudio_channel_unittest.cc110 AudioFrame empty_frame, audio_frame; in TEST_F() local
111 empty_frame.Mute(); in TEST_F()
112 empty_frame.mutable_data(); // This will zero out the data. in TEST_F()
113 audio_frame.CopyFrom(empty_frame); in TEST_F()
117 EXPECT_NE(memcmp(empty_frame.data(), audio_frame.data(), in TEST_F()
/dports/x11-clocks/xdaliclock/xdaliclock-2.44/android/DaliClock/app/src/main/java/org/jwz/daliclock/
H A DFont.java35 private int[][][] empty_frame; field in Font
113 this.empty_frame = make_empty_frame(false); in Font()
138 return empty_frame; in getEmpty_frame()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/scene_manager/
H A Dswf_svg.c219 read->empty_frame = GF_FALSE; in swf_svg_define_shape()
332 read->empty_frame = GF_FALSE; in swf_svg_define_text()
389 read->empty_frame = GF_FALSE; in swf_svg_place_obj()
395 read->empty_frame = GF_FALSE; in swf_svg_remove_obj()
442 read->empty_frame = GF_FALSE; in swf_svg_show_frame()
444 if (!read->empty_frame) { in swf_svg_show_frame()
465 read->empty_frame = GF_TRUE; in swf_svg_show_frame()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/scene_manager/
H A Dswf_svg.c219 read->empty_frame = GF_FALSE; in swf_svg_define_shape()
332 read->empty_frame = GF_FALSE; in swf_svg_define_text()
389 read->empty_frame = GF_FALSE; in swf_svg_place_obj()
395 read->empty_frame = GF_FALSE; in swf_svg_remove_obj()
442 read->empty_frame = GF_FALSE; in swf_svg_show_frame()
444 if (!read->empty_frame) { in swf_svg_show_frame()
465 read->empty_frame = GF_TRUE; in swf_svg_show_frame()
/dports/net-im/tg_owt/tg_owt-d578c76/src/audio/voip/test/
H A Daudio_channel_unittest.cc117 AudioFrame empty_frame, audio_frame; in TEST_F() local
118 empty_frame.Mute(); in TEST_F()
119 empty_frame.mutable_data(); // This will zero out the data. in TEST_F()
120 audio_frame.CopyFrom(empty_frame); in TEST_F()
124 EXPECT_NE(memcmp(empty_frame.data(), audio_frame.data(), in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/performance_manager/
H A Dperformance_manager_tab_helper_unittest.cc236 auto* empty_frame = web_contents()->GetMainFrame(); in TEST_F() local
237 DCHECK(empty_frame); in TEST_F()
239 auto* empty_frame_node = tab_helper->GetFrameNode(empty_frame); in TEST_F()
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/frame/
H A Dtest_api.py83 empty_frame = DataFrame()
90 hash(empty_frame)
118 empty_frame = DataFrame()
119 assert empty_frame.empty
/dports/math/py-pandas/pandas-1.2.5/pandas/tests/generic/
H A Dtest_frame.py157 empty_frame = DataFrame(data=[], index=[], columns=["A"])
158 empty_frame_copy = deepcopy(empty_frame)
160 self._compare(empty_frame_copy, empty_frame)
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/performance_manager/
H A Dperformance_manager_tab_helper_unittest.cc242 auto* empty_frame = web_contents()->GetMainFrame(); in TEST_F() local
243 DCHECK(empty_frame); in TEST_F()
245 auto* empty_frame_node = tab_helper->GetFrameNode(empty_frame); in TEST_F()
/dports/net/czmq4/czmq-4.2.1/src/
H A Dzhttp_server.c42 zframe_t *empty_frame; member
137 self->empty_frame = zframe_new_empty (); in server_actor_new()
153 zframe_destroy (&self->empty_frame); in server_actor_destroy()

12345