Home
last modified time | relevance | path

Searched refs:fragmented (Results 1 – 25 of 57) sorted by relevance

123

/third_party/ffmpeg/libavformat/
Drtpdec_xiph.c66 int ident, fragmented, tdt, num_pkts, pkt_len, ret; in xiph_handle_packet() local
98 fragmented = buf[3] >> 6; in xiph_handle_packet()
118 fragmented, tdt, num_pkts); in xiph_handle_packet()
125 if (fragmented == 0) { in xiph_handle_packet()
156 } else if (fragmented == 1) { in xiph_handle_packet()
170 av_assert1(fragmented < 4); in xiph_handle_packet()
187 if (fragmented == 3) { in xiph_handle_packet()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtph263ppay.c672 gboolean fragmented = FALSE; in gst_rtp_h263p_pay_flush() local
678 fragmented = FALSE; in gst_rtp_h263p_pay_flush()
726 if (!fragmented || found_gob) { in gst_rtp_h263p_pay_flush()
755 payload[0] = (fragmented && !found_gob) ? 0x00 : 0x04; in gst_rtp_h263p_pay_flush()
776 if (avail && !fragmented) { in gst_rtp_h263p_pay_flush()
777 fragmented = TRUE; in gst_rtp_h263p_pay_flush()
780 } else if (fragmented) { in gst_rtp_h263p_pay_flush()
785 if (fragmented) { in gst_rtp_h263p_pay_flush()
Dgstrtpmp4apay.c365 gboolean fragmented; in gst_rtp_mp4a_pay_handle_buffer() local
377 fragmented = FALSE; in gst_rtp_mp4a_pay_handle_buffer()
392 if (!fragmented) { in gst_rtp_mp4a_pay_handle_buffer()
420 if (!fragmented) { in gst_rtp_mp4a_pay_handle_buffer()
452 fragmented = TRUE; in gst_rtp_mp4a_pay_handle_buffer()
Dgstrtptheorapay.c640 gboolean fragmented; in gst_rtp_theora_pay_payload_buffer() local
673 fragmented = FALSE; in gst_rtp_theora_pay_payload_buffer()
713 if (fragmented) { in gst_rtp_theora_pay_payload_buffer()
725 fragmented = TRUE; in gst_rtp_theora_pay_payload_buffer()
728 if (fragmented) { in gst_rtp_theora_pay_payload_buffer()
Dgstrtpvorbispay.c622 gboolean fragmented; in gst_rtp_vorbis_pay_payload_buffer() local
655 fragmented = FALSE; in gst_rtp_vorbis_pay_payload_buffer()
695 if (fragmented) { in gst_rtp_vorbis_pay_payload_buffer()
707 fragmented = TRUE; in gst_rtp_vorbis_pay_payload_buffer()
710 if (fragmented) { in gst_rtp_vorbis_pay_payload_buffer()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcord_test.cc1389 absl::Cord fragmented = in TEST_P() local
1392 EXPECT_EQ("A fragmented Cord", fragmented); in TEST_P()
1394 auto chunk_it = fragmented.chunk_begin(); in TEST_P()
1396 ASSERT_TRUE(chunk_it != fragmented.chunk_end()); in TEST_P()
1399 ASSERT_TRUE(++chunk_it != fragmented.chunk_end()); in TEST_P()
1402 ASSERT_TRUE(++chunk_it != fragmented.chunk_end()); in TEST_P()
1405 ASSERT_TRUE(++chunk_it == fragmented.chunk_end()); in TEST_P()
1410 absl::Cord fragmented = absl::MakeFragmentedCord(chunks); in TEST_P() local
1412 EXPECT_EQ("A fragmented Cord", fragmented); in TEST_P()
1414 auto chunk_it = fragmented.chunk_begin(); in TEST_P()
[all …]
/third_party/FatFs/source/
D00history.txt284 Improved write throughput at the fragmented file on the exFAT volume.
298 …Improved NoFatChain flag of the fragmented file to be set after it is truncated and got contiguous.
311 …Fixed f_unlink() can cause lost clusters at fragmented file on the exFAT volume. (appeared at R0.1…
328 …Fixed creating a sub-directory in the fragmented sub-directory on the exFAT volume collapses FAT c…
/third_party/ltp/testcases/kernel/fs/fs_di/
Dfs_di74 for fragmented file test)
/third_party/ltp/doc/
Dnommu-notes.txt94 On a MMU system, when physical memory gets fragmented, things slow down. But
100 On a NOMMU system, when physical memory gets fragmented, access to large
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Dqtdemux.h147 gboolean fragmented; member
Dqtdemux.c1442 if ((flags & GST_SEEK_FLAG_KEY_UNIT) && !qtdemux->fragmented) { in gst_qtdemux_perform_seek()
1491 if (qtdemux->fragmented) in gst_qtdemux_perform_seek()
1684 if (qtdemux->upstream_format_is_time && qtdemux->fragmented) { in gst_qtdemux_handle_src_event()
1703 if (!qtdemux->fragmented && !instant_rate_change) { in gst_qtdemux_handle_src_event()
1719 && !qtdemux->fragmented) { in gst_qtdemux_handle_src_event()
1941 demux->fragmented = TRUE; in gst_qtdemux_setcaps()
2102 qtdemux->fragmented = FALSE; in gst_qtdemux_reset()
3228 (qtdemux->fragmented && stream->n_segments == 1)) && in check_update_duration()
5083 if (qtdemux->fragmented && !qtdemux->fragmented_seek_pending) { in gst_qtdemux_activate_segment()
5253 if (!qtdemux->fragmented) in gst_qtdemux_prepare_current_sample()
[all …]
Datoms.h883 gboolean fragmented; member
978 void atom_moov_set_fragmented (AtomMOOV *moov, gboolean fragmented);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64SchedKryo.td16 // uops. Now, the latency spreadsheet has information based on fragmented uops,
/third_party/lwip/doc/
Dmqtt_client.txt131 /* Handle fragmented payload, store in buffer, write to file or whatever */
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/
DVK_EXT_metal_objects.adoc34 second use case requires a different approach. Rather than create a fragmented approach
DRoadmap.adoc19 …hen that feature cannot be relied upon by developers and the market is fragmented - arguably a fai…
/third_party/openssl/doc/man3/
DDTLSv1_listen.pod74 ClientHellos it is unable to process fragmented messages (since this would
/third_party/libwebsockets/READMEs/
DREADME.test-apps.md333 The fraggle test sends a random number up to 1024 fragmented websocket frames
335 a checksum and starts sending a new randomly sized and fragmented message.
/third_party/mbedtls/tests/suites/
Dtest_suite_ssl.function1060 * the message can not be fragmented and the library should return
1530 * cannot be fragmented and sent to the second endpoint.
1591 * cannot be fragmented */
1610 * cannot be fragmented */
4563 srv_pattern.pattern = cli_pattern.pattern = "found fragmented DTLS handshake";
4580 /* Test if the server received a fragmented handshake */
4585 /* Test if the client received a fragmented handshake */
/third_party/libwebsockets/lib/system/smd/
DREADME.md9 Individual OSes and frameworks typically have their own fragmented apis for
/third_party/gstreamer/gstplugins_good/
DNEWS43 - mp4 muxing mode that initially creates a fragmented mp4 which is
534 - cmafmux: CMAF fragmented mp4 muxer
535 - dashmp4mux: DASH fragmented mp4 muxer
536 - isofmp4mux: ISO fragmented mp4 muxer
796 - new "first-moov-then-finalise" mode for fragmented output where
801 file is a “fragmented mp4” file while it is still being written
/third_party/gstreamer/gst_libav/
DNEWS43 - mp4 muxing mode that initially creates a fragmented mp4 which is
534 - cmafmux: CMAF fragmented mp4 muxer
535 - dashmp4mux: DASH fragmented mp4 muxer
536 - isofmp4mux: ISO fragmented mp4 muxer
796 - new "first-moov-then-finalise" mode for fragmented output where
801 file is a “fragmented mp4” file while it is still being written
/third_party/gstreamer/gstplugins_bad/
DNEWS43 - mp4 muxing mode that initially creates a fragmented mp4 which is
534 - cmafmux: CMAF fragmented mp4 muxer
535 - dashmp4mux: DASH fragmented mp4 muxer
536 - isofmp4mux: ISO fragmented mp4 muxer
796 - new "first-moov-then-finalise" mode for fragmented output where
801 file is a “fragmented mp4” file while it is still being written
/third_party/gstreamer/gstreamer/
DNEWS43 - mp4 muxing mode that initially creates a fragmented mp4 which is
534 - cmafmux: CMAF fragmented mp4 muxer
535 - dashmp4mux: DASH fragmented mp4 muxer
536 - isofmp4mux: ISO fragmented mp4 muxer
796 - new "first-moov-then-finalise" mode for fragmented output where
801 file is a “fragmented mp4” file while it is still being written
/third_party/gstreamer/gstplugins_base/
DNEWS43 - mp4 muxing mode that initially creates a fragmented mp4 which is
534 - cmafmux: CMAF fragmented mp4 muxer
535 - dashmp4mux: DASH fragmented mp4 muxer
536 - isofmp4mux: ISO fragmented mp4 muxer
796 - new "first-moov-then-finalise" mode for fragmented output where
801 file is a “fragmented mp4” file while it is still being written

123