Home
last modified time | relevance | path

Searched refs:stuffing (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/spirit/doc/qi/
Dnum_list2.qbk9 [section Number List - stuffing numbers into a std::vector]
Dmini_xml.qbk238 There are no actions involved in stuffing data into our `xml` attribute. It's
/third_party/boost/libs/spirit/doc/x3/tutorial/
Dnum_list2.qbk9 [section Number List - stuffing numbers into a std::vector]
/third_party/ffmpeg/libavcodec/
Dratecontrol.c708 int stuffing = ceil((rcc->buffer_index - buffer_size) / 8); in ff_vbv_update() local
710 if (stuffing < 4 && s->codec_id == AV_CODEC_ID_MPEG4) in ff_vbv_update()
711 stuffing = 4; in ff_vbv_update()
712 rcc->buffer_index -= 8 * stuffing; in ff_vbv_update()
715 av_log(s->avctx, AV_LOG_DEBUG, "stuffing %d bytes\n", stuffing); in ff_vbv_update()
717 return stuffing; in ff_vbv_update()
/third_party/e2fsprogs/doc/RelNotes/
Dv1.35.txt147 present. This is for when we try stuffing an int into void * pointer.
/third_party/gstreamer/gstplugins_bad/docs/libs/
Dgst-plugins-bad-libs-sections.txt377 <SUBSECTION stuffing>
/third_party/ffmpeg/
DChangelog1875 - stuffing to stay above min_bitrate
/third_party/gstreamer/gstplugins_bad/
DChangeLog73626 mpegts: add stuffing descriptor
124521 pesparse: Fix stuffing byte handling
124522 We in fact get the size of the header (including stuffing bytes), therefore
125467 it can be used to insert a single stuffing byte
/third_party/gstreamer/gstplugins_good/
DChangeLog53038 Add support for stuffing a complete stream into 1 sample.