Home
last modified time | relevance | path

Searched refs:decoded_frame (Results 1 – 25 of 171) sorted by relevance

1234567

/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/video_coding/
H A Dgeneric_decoder_unittest.cc97 absl::optional<VideoFrame> decoded_frame = user_callback_.WaitForFrame(10); in TEST_F() local
98 ASSERT_TRUE(decoded_frame.has_value()); in TEST_F()
99 EXPECT_EQ(decoded_frame->packet_infos().size(), 3U); in TEST_F()
114 ASSERT_TRUE(decoded_frame.has_value()); in TEST_F()
115 EXPECT_EQ(decoded_frame->packet_infos().size(), 3U); in TEST_F()
121 absl::optional<VideoFrame> decoded_frame = user_callback_.WaitForFrame(10); in TEST_F() local
122 ASSERT_TRUE(decoded_frame.has_value()); in TEST_F()
123 EXPECT_FALSE(decoded_frame->max_composition_delay_in_frames()); in TEST_F()
136 absl::optional<VideoFrame> decoded_frame = user_callback_.WaitForFrame(10); in TEST_F() local
137 ASSERT_TRUE(decoded_frame.has_value()); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/video_coding/
H A Dgeneric_decoder_unittest.cc97 absl::optional<VideoFrame> decoded_frame = user_callback_.WaitForFrame(10); in TEST_F() local
98 ASSERT_TRUE(decoded_frame.has_value()); in TEST_F()
99 EXPECT_EQ(decoded_frame->packet_infos().size(), 3U); in TEST_F()
114 ASSERT_TRUE(decoded_frame.has_value()); in TEST_F()
115 EXPECT_EQ(decoded_frame->packet_infos().size(), 3U); in TEST_F()
121 absl::optional<VideoFrame> decoded_frame = user_callback_.WaitForFrame(10); in TEST_F() local
122 ASSERT_TRUE(decoded_frame.has_value()); in TEST_F()
123 EXPECT_FALSE(decoded_frame->max_composition_delay_in_frames()); in TEST_F()
136 absl::optional<VideoFrame> decoded_frame = user_callback_.WaitForFrame(10); in TEST_F() local
137 ASSERT_TRUE(decoded_frame.has_value()); in TEST_F()
[all …]
/dports/net/p5-Net-RabbitMQ/Net--RabbitMQ-0.2.8/
H A Damqp_connection.c137 amqp_frame_t *decoded_frame) in amqp_handle_input() argument
144 decoded_frame->frame_type = 0; in amqp_handle_input()
211 decoded_frame->frame_type = AMQP_FRAME_METHOD; in amqp_handle_input()
216 &decoded_frame->payload.method.decoded)); in amqp_handle_input()
227 decoded_frame->frame_type = AMQP_FRAME_HEADER; in amqp_handle_input()
233 &decoded_frame->payload.properties.decoded)); in amqp_handle_input()
240 decoded_frame->frame_type = AMQP_FRAME_BODY; in amqp_handle_input()
241 decoded_frame->payload.body_fragment.len = fragment_len; in amqp_handle_input()
242 decoded_frame->payload.body_fragment.bytes = in amqp_handle_input()
248 decoded_frame->frame_type = AMQP_FRAME_HEARTBEAT; in amqp_handle_input()
[all …]
/dports/audio/bliss/bliss-1.2.0-6-ga443635/src/
H A Ddecode.c37 AVFrame *decoded_frame = NULL; in bl_audio_decode() local
111 decoded_frame = av_frame_alloc(); in bl_audio_decode()
112 if (!decoded_frame) { in bl_audio_decode()
160 ret = avcodec_receive_frame(codec_context, decoded_frame); in bl_audio_decode()
172 if ((ret = resample_decoded_frames(swr_ctx, song, decoded_frame, in bl_audio_decode()
206 av_frame_unref(decoded_frame); in bl_audio_decode()
208 av_frame_free(&decoded_frame); in bl_audio_decode()
390 (const uint8_t **)decoded_frame->data,
391 decoded_frame->nb_samples);
406 uint8_t *decoded_samples = decoded_frame->extended_data[0];
[all …]
H A Ddecode_av.c93 AVFrame *decoded_frame = NULL; in bl_audio_decode() local
275 if (!decoded_frame) { in bl_audio_decode()
277 decoded_frame = av_frame_alloc(); in bl_audio_decode()
278 if (!decoded_frame) { in bl_audio_decode()
284 av_frame_unref(decoded_frame); in bl_audio_decode()
298 NULL, codec_context->channels, decoded_frame->nb_samples, in bl_audio_decode()
322 &out_buffer, decoded_frame->linesize, song->channels, in bl_audio_decode()
327 decoded_frame->nb_samples); in bl_audio_decode()
346 decoded_frame->extended_data[0], data_size); in bl_audio_decode()
375 av_frame_unref(decoded_frame); in bl_audio_decode()
[all …]
/dports/net/p5-Net-AMQP-RabbitMQ/Net-AMQP-RabbitMQ-2.40008/
H A Damqp_connection.c238 amqp_frame_t *decoded_frame) { in amqp_handle_input() argument
244 decoded_frame->frame_type = 0; in amqp_handle_input()
269 decoded_frame->channel = 0; in amqp_handle_input()
354 switch (decoded_frame->frame_type) { in amqp_handle_input()
356 decoded_frame->payload.method.id = in amqp_handle_input()
371 decoded_frame->payload.properties.class_id = in amqp_handle_input()
374 decoded_frame->payload.properties.body_size = in amqp_handle_input()
378 decoded_frame->payload.properties.raw = encoded; in amqp_handle_input()
390 decoded_frame->payload.body_fragment.len = in amqp_handle_input()
392 decoded_frame->payload.body_fragment.bytes = in amqp_handle_input()
[all …]
/dports/net/rabbitmq-c/rabbitmq-c-0.11.0/librabbitmq/
H A Damqp_connection.c238 amqp_frame_t *decoded_frame) { in amqp_handle_input() argument
244 decoded_frame->frame_type = 0; in amqp_handle_input()
269 decoded_frame->channel = 0; in amqp_handle_input()
354 switch (decoded_frame->frame_type) { in amqp_handle_input()
356 decoded_frame->payload.method.id = in amqp_handle_input()
371 decoded_frame->payload.properties.class_id = in amqp_handle_input()
374 decoded_frame->payload.properties.body_size = in amqp_handle_input()
378 decoded_frame->payload.properties.raw = encoded; in amqp_handle_input()
390 decoded_frame->payload.body_fragment.len = in amqp_handle_input()
392 decoded_frame->payload.body_fragment.bytes = in amqp_handle_input()
[all …]
/dports/net/rabbitmq-c-devel/rabbitmq-c-0.10.0/librabbitmq/
H A Damqp_connection.c238 amqp_frame_t *decoded_frame) { in amqp_handle_input() argument
244 decoded_frame->frame_type = 0; in amqp_handle_input()
269 decoded_frame->channel = 0; in amqp_handle_input()
354 switch (decoded_frame->frame_type) { in amqp_handle_input()
356 decoded_frame->payload.method.id = in amqp_handle_input()
371 decoded_frame->payload.properties.class_id = in amqp_handle_input()
374 decoded_frame->payload.properties.body_size = in amqp_handle_input()
378 decoded_frame->payload.properties.raw = encoded; in amqp_handle_input()
390 decoded_frame->payload.body_fragment.len = in amqp_handle_input()
392 decoded_frame->payload.body_fragment.bytes = in amqp_handle_input()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/video_coding/codecs/h264/test/
H A Dh264_impl_unittest.cc66 std::unique_ptr<VideoFrame> decoded_frame; in TEST_F() local
68 ASSERT_TRUE(WaitForDecodedFrame(&decoded_frame, &decoded_qp)); in TEST_F()
69 ASSERT_TRUE(decoded_frame); in TEST_F()
70 EXPECT_GT(I420PSNR(&input_frame, decoded_frame.get()), 36); in TEST_F()
72 const ColorSpace color_space = *decoded_frame->color_space(); in TEST_F()
91 std::unique_ptr<VideoFrame> decoded_frame; in TEST_F() local
93 ASSERT_TRUE(WaitForDecodedFrame(&decoded_frame, &decoded_qp)); in TEST_F()
94 ASSERT_TRUE(decoded_frame); in TEST_F()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/video_coding/codecs/h264/test/
H A Dh264_impl_unittest.cc66 std::unique_ptr<VideoFrame> decoded_frame; in TEST_F() local
68 ASSERT_TRUE(WaitForDecodedFrame(&decoded_frame, &decoded_qp)); in TEST_F()
69 ASSERT_TRUE(decoded_frame); in TEST_F()
70 EXPECT_GT(I420PSNR(&input_frame, decoded_frame.get()), 36); in TEST_F()
72 const ColorSpace color_space = *decoded_frame->color_space(); in TEST_F()
91 std::unique_ptr<VideoFrame> decoded_frame; in TEST_F() local
93 ASSERT_TRUE(WaitForDecodedFrame(&decoded_frame, &decoded_qp)); in TEST_F()
94 ASSERT_TRUE(decoded_frame); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/video_coding/codecs/h264/test/
H A Dh264_impl_unittest.cc66 std::unique_ptr<VideoFrame> decoded_frame; in TEST_F() local
68 ASSERT_TRUE(WaitForDecodedFrame(&decoded_frame, &decoded_qp)); in TEST_F()
69 ASSERT_TRUE(decoded_frame); in TEST_F()
70 EXPECT_GT(I420PSNR(&input_frame, decoded_frame.get()), 36); in TEST_F()
72 const ColorSpace color_space = *decoded_frame->color_space(); in TEST_F()
91 std::unique_ptr<VideoFrame> decoded_frame; in TEST_F() local
93 ASSERT_TRUE(WaitForDecodedFrame(&decoded_frame, &decoded_qp)); in TEST_F()
94 ASSERT_TRUE(decoded_frame); in TEST_F()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/video_coding/codecs/h264/test/
H A Dh264_impl_unittest.cc66 std::unique_ptr<VideoFrame> decoded_frame; in TEST_F() local
68 ASSERT_TRUE(WaitForDecodedFrame(&decoded_frame, &decoded_qp)); in TEST_F()
69 ASSERT_TRUE(decoded_frame); in TEST_F()
70 EXPECT_GT(I420PSNR(&input_frame, decoded_frame.get()), 36); in TEST_F()
72 const ColorSpace color_space = *decoded_frame->color_space(); in TEST_F()
91 std::unique_ptr<VideoFrame> decoded_frame; in TEST_F() local
93 ASSERT_TRUE(WaitForDecodedFrame(&decoded_frame, &decoded_qp)); in TEST_F()
94 ASSERT_TRUE(decoded_frame); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/cast/receiver/
H A Dvideo_decoder.cc57 const scoped_refptr<VideoFrame> decoded_frame = Decode( in DecodeFrame() local
60 if (!decoded_frame) { in DecodeFrame()
64 base::BindOnce(callback, decoded_frame, false)); in DecodeFrame()
67 decoded_frame->set_timestamp( in DecodeFrame()
80 base::BindOnce(callback, decoded_frame, is_continuous)); in DecodeFrame()
158 const scoped_refptr<VideoFrame> decoded_frame = in Decode() local
165 decoded_frame->visible_data(media::VideoFrame::kYPlane), in Decode()
166 decoded_frame->stride(media::VideoFrame::kYPlane), in Decode()
168 decoded_frame->stride(media::VideoFrame::kUPlane), in Decode()
170 decoded_frame->stride(media::VideoFrame::kVPlane), in Decode()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/cast/receiver/
H A Dvideo_decoder.cc57 const scoped_refptr<VideoFrame> decoded_frame = Decode( in DecodeFrame() local
60 if (!decoded_frame) { in DecodeFrame()
64 base::BindOnce(callback, decoded_frame, false)); in DecodeFrame()
67 decoded_frame->set_timestamp( in DecodeFrame()
80 base::BindOnce(callback, decoded_frame, is_continuous)); in DecodeFrame()
158 const scoped_refptr<VideoFrame> decoded_frame = in Decode() local
165 decoded_frame->visible_data(media::VideoFrame::kYPlane), in Decode()
166 decoded_frame->stride(media::VideoFrame::kYPlane), in Decode()
168 decoded_frame->stride(media::VideoFrame::kUPlane), in Decode()
170 decoded_frame->stride(media::VideoFrame::kVPlane), in Decode()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/video_coding/codecs/h264/test/
H A Dh264_impl_unittest.cc55 std::unique_ptr<VideoFrame> decoded_frame; in TEST_F() local
57 ASSERT_TRUE(WaitForDecodedFrame(&decoded_frame, &decoded_qp)); in TEST_F()
58 ASSERT_TRUE(decoded_frame); in TEST_F()
59 EXPECT_GT(I420PSNR(input_frame_.get(), decoded_frame.get()), 36); in TEST_F()
72 std::unique_ptr<VideoFrame> decoded_frame; in TEST_F() local
74 ASSERT_TRUE(WaitForDecodedFrame(&decoded_frame, &decoded_qp)); in TEST_F()
75 ASSERT_TRUE(decoded_frame); in TEST_F()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/video_coding/codecs/h264/test/
H A Dh264_impl_unittest.cc55 std::unique_ptr<VideoFrame> decoded_frame; in TEST_F() local
57 ASSERT_TRUE(WaitForDecodedFrame(&decoded_frame, &decoded_qp)); in TEST_F()
58 ASSERT_TRUE(decoded_frame); in TEST_F()
59 EXPECT_GT(I420PSNR(input_frame_.get(), decoded_frame.get()), 36); in TEST_F()
72 std::unique_ptr<VideoFrame> decoded_frame; in TEST_F() local
74 ASSERT_TRUE(WaitForDecodedFrame(&decoded_frame, &decoded_qp)); in TEST_F()
75 ASSERT_TRUE(decoded_frame); in TEST_F()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/video_coding/codecs/h264/test/
H A Dh264_impl_unittest.cc55 std::unique_ptr<VideoFrame> decoded_frame; in TEST_F() local
57 ASSERT_TRUE(WaitForDecodedFrame(&decoded_frame, &decoded_qp)); in TEST_F()
58 ASSERT_TRUE(decoded_frame); in TEST_F()
59 EXPECT_GT(I420PSNR(input_frame_.get(), decoded_frame.get()), 36); in TEST_F()
72 std::unique_ptr<VideoFrame> decoded_frame; in TEST_F() local
74 ASSERT_TRUE(WaitForDecodedFrame(&decoded_frame, &decoded_qp)); in TEST_F()
75 ASSERT_TRUE(decoded_frame); in TEST_F()
/dports/emulators/citra/citra-ac98458e0/src/audio_core/hle/
H A Dffmpeg_decoder.cpp59 std::unique_ptr<AVFrame, AVFrameDeleter> decoded_frame; member in AudioCore::HLE::FFMPEGDecoder::Impl
142 decoded_frame.reset(); in Clear()
171 if (!decoded_frame) { in Decode()
172 decoded_frame.reset(av_frame_alloc_dl()); in Decode()
173 if (!decoded_frame) { in Decode()
197 ret = avcodec_receive_frame_dl(av_context.get(), decoded_frame.get()); in Decode()
210 ASSERT(decoded_frame->channels <= out_streams.size()); in Decode()
212 std::size_t size = bytes_per_sample * (decoded_frame->nb_samples); in Decode()
214 response.sample_rate = GetSampleRateEnum(decoded_frame->sample_rate); in Decode()
215 response.num_channels = decoded_frame->channels; in Decode()
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/src/audio_core/hle/
H A Dffmpeg_decoder.cpp59 std::unique_ptr<AVFrame, AVFrameDeleter> decoded_frame; member in AudioCore::HLE::FFMPEGDecoder::Impl
142 decoded_frame.reset(); in Clear()
171 if (!decoded_frame) { in Decode()
172 decoded_frame.reset(av_frame_alloc_dl()); in Decode()
173 if (!decoded_frame) { in Decode()
197 ret = avcodec_receive_frame_dl(av_context.get(), decoded_frame.get()); in Decode()
210 ASSERT(decoded_frame->channels <= out_streams.size()); in Decode()
212 std::size_t size = bytes_per_sample * (decoded_frame->nb_samples); in Decode()
214 response.sample_rate = GetSampleRateEnum(decoded_frame->sample_rate); in Decode()
215 response.num_channels = decoded_frame->channels; in Decode()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/video_coding/codecs/stereo/test/
H A Dstereo_adapter_unittest.cc106 std::unique_ptr<VideoFrame> decoded_frame; in TEST_F() local
108 ASSERT_TRUE(WaitForDecodedFrame(&decoded_frame, &decoded_qp)); in TEST_F()
109 ASSERT_TRUE(decoded_frame); in TEST_F()
110 EXPECT_GT(I420PSNR(input_frame_.get(), decoded_frame.get()), 36); in TEST_F()
122 std::unique_ptr<VideoFrame> decoded_frame; in TEST_F() local
124 ASSERT_TRUE(WaitForDecodedFrame(&decoded_frame, &decoded_qp)); in TEST_F()
125 ASSERT_TRUE(decoded_frame); in TEST_F()
126 EXPECT_GT(I420PSNR(yuva_frame.get(), decoded_frame.get()), 36); in TEST_F()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/video_coding/codecs/stereo/test/
H A Dstereo_adapter_unittest.cc106 std::unique_ptr<VideoFrame> decoded_frame; in TEST_F() local
108 ASSERT_TRUE(WaitForDecodedFrame(&decoded_frame, &decoded_qp)); in TEST_F()
109 ASSERT_TRUE(decoded_frame); in TEST_F()
110 EXPECT_GT(I420PSNR(input_frame_.get(), decoded_frame.get()), 36); in TEST_F()
122 std::unique_ptr<VideoFrame> decoded_frame; in TEST_F() local
124 ASSERT_TRUE(WaitForDecodedFrame(&decoded_frame, &decoded_qp)); in TEST_F()
125 ASSERT_TRUE(decoded_frame); in TEST_F()
126 EXPECT_GT(I420PSNR(yuva_frame.get(), decoded_frame.get()), 36); in TEST_F()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/video_coding/codecs/stereo/test/
H A Dstereo_adapter_unittest.cc106 std::unique_ptr<VideoFrame> decoded_frame; in TEST_F() local
108 ASSERT_TRUE(WaitForDecodedFrame(&decoded_frame, &decoded_qp)); in TEST_F()
109 ASSERT_TRUE(decoded_frame); in TEST_F()
110 EXPECT_GT(I420PSNR(input_frame_.get(), decoded_frame.get()), 36); in TEST_F()
122 std::unique_ptr<VideoFrame> decoded_frame; in TEST_F() local
124 ASSERT_TRUE(WaitForDecodedFrame(&decoded_frame, &decoded_qp)); in TEST_F()
125 ASSERT_TRUE(decoded_frame); in TEST_F()
126 EXPECT_GT(I420PSNR(yuva_frame.get(), decoded_frame.get()), 36); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/ipc/
H A Dbuffered_frame_deserializer_unittest.cc110 auto decoded_frame = bfd.PopNextFrame(); in TEST() local
111 ASSERT_TRUE(decoded_frame); in TEST()
170 ASSERT_TRUE(decoded_frame); in TEST()
171 ASSERT_TRUE(FrameEq(serialized_frame, *decoded_frame)); in TEST()
194 ASSERT_TRUE(decoded_frame); in TEST()
195 ASSERT_TRUE(FrameEq(frame, *decoded_frame)); in TEST()
217 ASSERT_TRUE(decoded_frame); in TEST()
218 ASSERT_TRUE(FrameEq(frame, *decoded_frame)); in TEST()
298 auto decoded_frame = bfd.PopNextFrame(); in TEST() local
300 ASSERT_FALSE(decoded_frame); in TEST()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/src/ipc/
H A Dbuffered_frame_deserializer_unittest.cc110 auto decoded_frame = bfd.PopNextFrame(); in TEST() local
111 ASSERT_TRUE(decoded_frame); in TEST()
170 ASSERT_TRUE(decoded_frame); in TEST()
171 ASSERT_TRUE(FrameEq(serialized_frame, *decoded_frame)); in TEST()
194 ASSERT_TRUE(decoded_frame); in TEST()
195 ASSERT_TRUE(FrameEq(frame, *decoded_frame)); in TEST()
217 ASSERT_TRUE(decoded_frame); in TEST()
218 ASSERT_TRUE(FrameEq(frame, *decoded_frame)); in TEST()
298 auto decoded_frame = bfd.PopNextFrame(); in TEST() local
300 ASSERT_FALSE(decoded_frame); in TEST()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/video_coding/
H A Dgeneric_decoder_unittest.cc97 absl::optional<VideoFrame> decoded_frame = user_callback_.WaitForFrame(10); in TEST_F() local
98 ASSERT_TRUE(decoded_frame.has_value()); in TEST_F()
99 EXPECT_EQ(decoded_frame->packet_infos().size(), 3U); in TEST_F()
113 absl::optional<VideoFrame> decoded_frame = user_callback_.WaitForFrame(200); in TEST_F() local
114 ASSERT_TRUE(decoded_frame.has_value()); in TEST_F()
115 EXPECT_EQ(decoded_frame->packet_infos().size(), 3U); in TEST_F()

1234567