Home
last modified time | relevance | path

Searched refs:pps_array (Results 1 – 25 of 54) sorted by relevance

123

/dports/www/tikiwiki/tiki-21.2/lib/sheet/ole/
H A Dpps.php200 function _savePpsSetPnt(&$pps_array) argument
202 $pps_array[count($pps_array)] = &$this;
203 $this->No = count($pps_array) - 1;
207 $this->DirPps = $this->children[0]->_savePpsSetPnt($pps_array);
/dports/multimedia/tvheadend/tvheadend-4.2.8/src/parsers/
H A Dparser_avc.c104 uint8_t **sps_array, **pps_array; in isom_write_avcc() local
125 sps_array = pps_array = NULL; in isom_write_avcc()
144 pps_array = realloc(pps_array,sizeof (uint8_t*)*(pps_count+1)); in isom_write_avcc()
145 pps_array[pps_count] = buf; in isom_write_avcc()
171 sbuf_append(sb, pps_array[i], pps_size_array[i]); in isom_write_avcc()
180 free(pps_array); in isom_write_avcc()
/dports/net-mgmt/phpipam/phpipam-a14bc06/functions/PEAR/OLE/
H A DPPS.php228 function _savePpsSetPnt(&$pps_array) argument
230 $pps_array[count($pps_array)] = &$this;
231 $this->No = count($pps_array) - 1;
235 $this->DirPps = $this->children[0]->_savePpsSetPnt($pps_array);
/dports/multimedia/Bento4/Bento4-1.6.0-639/Source/C++/Core/
H A DAp4SegmentBuilder.cpp465 AP4_Array<AP4_DataBuffer> pps_array; in WriteInitSegment() local
468 pps_array.Append(m_FrameParser.GetPictureParameterSets()[i]->raw_bytes); in WriteInitSegment()
490 pps_array); in WriteInitSegment()
622 AP4_Array<AP4_DataBuffer> pps_array; in WriteInitSegment() local
625 pps_array.Append(m_FrameParser.GetPictureParameterSets()[i]->raw_bytes); in WriteInitSegment()
657 pps_array, in WriteInitSegment()
/dports/multimedia/Bento4/Bento4-1.6.0-639/Source/C++/Apps/Mp4Mux/
H A DMp4Mux.cpp1139 AP4_Array<AP4_DataBuffer> pps_array; in AddH264Track() local
1142 pps_array.Append(parser.GetPictureParameterSets()[i]->raw_bytes); in AddH264Track()
1164 pps_array); in AddH264Track()
1393 AP4_Array<AP4_DataBuffer> pps_array; in AddH264DoviTrack() local
1396 pps_array.Append(parser.GetPictureParameterSets()[i]->raw_bytes); in AddH264DoviTrack()
1418 pps_array, in AddH264DoviTrack()
1669 AP4_Array<AP4_DataBuffer> pps_array; in AddH265Track() local
1672 pps_array.Append(parser.GetPictureParameterSets()[i]->raw_bytes); in AddH265Track()
1704 pps_array, in AddH265Track()
1984 AP4_Array<AP4_DataBuffer> pps_array; in AddH265DoviTrack() local
[all …]
/dports/multimedia/kodi-addon-inputstream.adaptive/inputstream.adaptive-19.0.1-Matrix/lib/libbento4/Core/
H A DAp4SegmentBuilder.cpp385 AP4_Array<AP4_DataBuffer> pps_array; in WriteInitSegment() local
388 pps_array.Append(m_FrameParser.GetPictureParameterSets()[i]->raw_bytes); in WriteInitSegment()
407 pps_array); in WriteInitSegment()
/dports/multimedia/gstreamer1-plugins-v4l2/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtph264depay.c534 GPtrArray * pps_array, GstBuffer * nal) in gst_rtp_h264_add_sps_pps() argument
589 for (i = 0; i < pps_array->len; i++) { in gst_rtp_h264_add_sps_pps()
590 GstBuffer *pps = g_ptr_array_index (pps_array, i); in gst_rtp_h264_add_sps_pps()
608 g_ptr_array_remove_index_fast (pps_array, i); in gst_rtp_h264_add_sps_pps()
609 g_ptr_array_add (pps_array, nal); in gst_rtp_h264_add_sps_pps()
618 g_ptr_array_add (pps_array, nal); in gst_rtp_h264_add_sps_pps()
/dports/multimedia/gstreamer1-plugins-vpx/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtph264depay.c534 GPtrArray * pps_array, GstBuffer * nal) in gst_rtp_h264_add_sps_pps() argument
589 for (i = 0; i < pps_array->len; i++) { in gst_rtp_h264_add_sps_pps()
590 GstBuffer *pps = g_ptr_array_index (pps_array, i); in gst_rtp_h264_add_sps_pps()
608 g_ptr_array_remove_index_fast (pps_array, i); in gst_rtp_h264_add_sps_pps()
609 g_ptr_array_add (pps_array, nal); in gst_rtp_h264_add_sps_pps()
618 g_ptr_array_add (pps_array, nal); in gst_rtp_h264_add_sps_pps()
/dports/graphics/gstreamer1-plugins-aalib/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtph264depay.c534 GPtrArray * pps_array, GstBuffer * nal) in gst_rtp_h264_add_sps_pps() argument
589 for (i = 0; i < pps_array->len; i++) { in gst_rtp_h264_add_sps_pps()
590 GstBuffer *pps = g_ptr_array_index (pps_array, i); in gst_rtp_h264_add_sps_pps()
608 g_ptr_array_remove_index_fast (pps_array, i); in gst_rtp_h264_add_sps_pps()
609 g_ptr_array_add (pps_array, nal); in gst_rtp_h264_add_sps_pps()
618 g_ptr_array_add (pps_array, nal); in gst_rtp_h264_add_sps_pps()
/dports/multimedia/gstreamer1-plugins-good/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtph264depay.c534 GPtrArray * pps_array, GstBuffer * nal) in gst_rtp_h264_add_sps_pps() argument
589 for (i = 0; i < pps_array->len; i++) { in gst_rtp_h264_add_sps_pps()
590 GstBuffer *pps = g_ptr_array_index (pps_array, i); in gst_rtp_h264_add_sps_pps()
608 g_ptr_array_remove_index_fast (pps_array, i); in gst_rtp_h264_add_sps_pps()
609 g_ptr_array_add (pps_array, nal); in gst_rtp_h264_add_sps_pps()
618 g_ptr_array_add (pps_array, nal); in gst_rtp_h264_add_sps_pps()
/dports/multimedia/gstreamer1-plugins-dv/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtph264depay.c534 GPtrArray * pps_array, GstBuffer * nal) in gst_rtp_h264_add_sps_pps() argument
589 for (i = 0; i < pps_array->len; i++) { in gst_rtp_h264_add_sps_pps()
590 GstBuffer *pps = g_ptr_array_index (pps_array, i); in gst_rtp_h264_add_sps_pps()
608 g_ptr_array_remove_index_fast (pps_array, i); in gst_rtp_h264_add_sps_pps()
609 g_ptr_array_add (pps_array, nal); in gst_rtp_h264_add_sps_pps()
618 g_ptr_array_add (pps_array, nal); in gst_rtp_h264_add_sps_pps()
/dports/audio/gstreamer1-plugins-twolame/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtph264depay.c534 GPtrArray * pps_array, GstBuffer * nal) in gst_rtp_h264_add_sps_pps() argument
589 for (i = 0; i < pps_array->len; i++) { in gst_rtp_h264_add_sps_pps()
590 GstBuffer *pps = g_ptr_array_index (pps_array, i); in gst_rtp_h264_add_sps_pps()
608 g_ptr_array_remove_index_fast (pps_array, i); in gst_rtp_h264_add_sps_pps()
609 g_ptr_array_add (pps_array, nal); in gst_rtp_h264_add_sps_pps()
618 g_ptr_array_add (pps_array, nal); in gst_rtp_h264_add_sps_pps()
/dports/audio/gstreamer1-plugins-speex/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtph264depay.c534 GPtrArray * pps_array, GstBuffer * nal) in gst_rtp_h264_add_sps_pps() argument
589 for (i = 0; i < pps_array->len; i++) { in gst_rtp_h264_add_sps_pps()
590 GstBuffer *pps = g_ptr_array_index (pps_array, i); in gst_rtp_h264_add_sps_pps()
608 g_ptr_array_remove_index_fast (pps_array, i); in gst_rtp_h264_add_sps_pps()
609 g_ptr_array_add (pps_array, nal); in gst_rtp_h264_add_sps_pps()
618 g_ptr_array_add (pps_array, nal); in gst_rtp_h264_add_sps_pps()
/dports/audio/gstreamer1-plugins-shout2/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtph264depay.c534 GPtrArray * pps_array, GstBuffer * nal) in gst_rtp_h264_add_sps_pps() argument
589 for (i = 0; i < pps_array->len; i++) { in gst_rtp_h264_add_sps_pps()
590 GstBuffer *pps = g_ptr_array_index (pps_array, i); in gst_rtp_h264_add_sps_pps()
608 g_ptr_array_remove_index_fast (pps_array, i); in gst_rtp_h264_add_sps_pps()
609 g_ptr_array_add (pps_array, nal); in gst_rtp_h264_add_sps_pps()
618 g_ptr_array_add (pps_array, nal); in gst_rtp_h264_add_sps_pps()
/dports/audio/gstreamer1-plugins-jack/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtph264depay.c534 GPtrArray * pps_array, GstBuffer * nal) in gst_rtp_h264_add_sps_pps() argument
589 for (i = 0; i < pps_array->len; i++) { in gst_rtp_h264_add_sps_pps()
590 GstBuffer *pps = g_ptr_array_index (pps_array, i); in gst_rtp_h264_add_sps_pps()
608 g_ptr_array_remove_index_fast (pps_array, i); in gst_rtp_h264_add_sps_pps()
609 g_ptr_array_add (pps_array, nal); in gst_rtp_h264_add_sps_pps()
618 g_ptr_array_add (pps_array, nal); in gst_rtp_h264_add_sps_pps()
/dports/audio/gstreamer1-plugins-mpg123/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtph264depay.c534 GPtrArray * pps_array, GstBuffer * nal) in gst_rtp_h264_add_sps_pps() argument
589 for (i = 0; i < pps_array->len; i++) { in gst_rtp_h264_add_sps_pps()
590 GstBuffer *pps = g_ptr_array_index (pps_array, i); in gst_rtp_h264_add_sps_pps()
608 g_ptr_array_remove_index_fast (pps_array, i); in gst_rtp_h264_add_sps_pps()
609 g_ptr_array_add (pps_array, nal); in gst_rtp_h264_add_sps_pps()
618 g_ptr_array_add (pps_array, nal); in gst_rtp_h264_add_sps_pps()
/dports/audio/gstreamer1-plugins-taglib/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtph264depay.c534 GPtrArray * pps_array, GstBuffer * nal) in gst_rtp_h264_add_sps_pps() argument
589 for (i = 0; i < pps_array->len; i++) { in gst_rtp_h264_add_sps_pps()
590 GstBuffer *pps = g_ptr_array_index (pps_array, i); in gst_rtp_h264_add_sps_pps()
608 g_ptr_array_remove_index_fast (pps_array, i); in gst_rtp_h264_add_sps_pps()
609 g_ptr_array_add (pps_array, nal); in gst_rtp_h264_add_sps_pps()
618 g_ptr_array_add (pps_array, nal); in gst_rtp_h264_add_sps_pps()
/dports/devel/gstreamer1-plugins-soup/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtph264depay.c534 GPtrArray * pps_array, GstBuffer * nal) in gst_rtp_h264_add_sps_pps() argument
589 for (i = 0; i < pps_array->len; i++) { in gst_rtp_h264_add_sps_pps()
590 GstBuffer *pps = g_ptr_array_index (pps_array, i); in gst_rtp_h264_add_sps_pps()
608 g_ptr_array_remove_index_fast (pps_array, i); in gst_rtp_h264_add_sps_pps()
609 g_ptr_array_add (pps_array, nal); in gst_rtp_h264_add_sps_pps()
618 g_ptr_array_add (pps_array, nal); in gst_rtp_h264_add_sps_pps()
/dports/graphics/gstreamer1-plugins-png/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtph264depay.c534 GPtrArray * pps_array, GstBuffer * nal) in gst_rtp_h264_add_sps_pps() argument
589 for (i = 0; i < pps_array->len; i++) { in gst_rtp_h264_add_sps_pps()
590 GstBuffer *pps = g_ptr_array_index (pps_array, i); in gst_rtp_h264_add_sps_pps()
608 g_ptr_array_remove_index_fast (pps_array, i); in gst_rtp_h264_add_sps_pps()
609 g_ptr_array_add (pps_array, nal); in gst_rtp_h264_add_sps_pps()
618 g_ptr_array_add (pps_array, nal); in gst_rtp_h264_add_sps_pps()
/dports/graphics/gstreamer1-plugins-qt/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtph264depay.c534 GPtrArray * pps_array, GstBuffer * nal) in gst_rtp_h264_add_sps_pps() argument
589 for (i = 0; i < pps_array->len; i++) { in gst_rtp_h264_add_sps_pps()
590 GstBuffer *pps = g_ptr_array_index (pps_array, i); in gst_rtp_h264_add_sps_pps()
608 g_ptr_array_remove_index_fast (pps_array, i); in gst_rtp_h264_add_sps_pps()
609 g_ptr_array_add (pps_array, nal); in gst_rtp_h264_add_sps_pps()
618 g_ptr_array_add (pps_array, nal); in gst_rtp_h264_add_sps_pps()
/dports/audio/gstreamer1-plugins-wavpack/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtph264depay.c534 GPtrArray * pps_array, GstBuffer * nal) in gst_rtp_h264_add_sps_pps() argument
589 for (i = 0; i < pps_array->len; i++) { in gst_rtp_h264_add_sps_pps()
590 GstBuffer *pps = g_ptr_array_index (pps_array, i); in gst_rtp_h264_add_sps_pps()
608 g_ptr_array_remove_index_fast (pps_array, i); in gst_rtp_h264_add_sps_pps()
609 g_ptr_array_add (pps_array, nal); in gst_rtp_h264_add_sps_pps()
618 g_ptr_array_add (pps_array, nal); in gst_rtp_h264_add_sps_pps()
/dports/audio/gstreamer1-plugins-flac/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtph264depay.c534 GPtrArray * pps_array, GstBuffer * nal) in gst_rtp_h264_add_sps_pps() argument
589 for (i = 0; i < pps_array->len; i++) { in gst_rtp_h264_add_sps_pps()
590 GstBuffer *pps = g_ptr_array_index (pps_array, i); in gst_rtp_h264_add_sps_pps()
608 g_ptr_array_remove_index_fast (pps_array, i); in gst_rtp_h264_add_sps_pps()
609 g_ptr_array_add (pps_array, nal); in gst_rtp_h264_add_sps_pps()
618 g_ptr_array_add (pps_array, nal); in gst_rtp_h264_add_sps_pps()
/dports/audio/gstreamer1-plugins-lame/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtph264depay.c534 GPtrArray * pps_array, GstBuffer * nal) in gst_rtp_h264_add_sps_pps() argument
589 for (i = 0; i < pps_array->len; i++) { in gst_rtp_h264_add_sps_pps()
590 GstBuffer *pps = g_ptr_array_index (pps_array, i); in gst_rtp_h264_add_sps_pps()
608 g_ptr_array_remove_index_fast (pps_array, i); in gst_rtp_h264_add_sps_pps()
609 g_ptr_array_add (pps_array, nal); in gst_rtp_h264_add_sps_pps()
618 g_ptr_array_add (pps_array, nal); in gst_rtp_h264_add_sps_pps()
/dports/x11-toolkits/gstreamer1-plugins-gtk4/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtph264depay.c534 GPtrArray * pps_array, GstBuffer * nal) in gst_rtp_h264_add_sps_pps() argument
589 for (i = 0; i < pps_array->len; i++) { in gst_rtp_h264_add_sps_pps()
590 GstBuffer *pps = g_ptr_array_index (pps_array, i); in gst_rtp_h264_add_sps_pps()
608 g_ptr_array_remove_index_fast (pps_array, i); in gst_rtp_h264_add_sps_pps()
609 g_ptr_array_add (pps_array, nal); in gst_rtp_h264_add_sps_pps()
618 g_ptr_array_add (pps_array, nal); in gst_rtp_h264_add_sps_pps()
/dports/x11-toolkits/gstreamer1-plugins-gtk/gst-plugins-good-1.16.2/gst/rtp/
H A Dgstrtph264depay.c534 GPtrArray * pps_array, GstBuffer * nal) in gst_rtp_h264_add_sps_pps() argument
589 for (i = 0; i < pps_array->len; i++) { in gst_rtp_h264_add_sps_pps()
590 GstBuffer *pps = g_ptr_array_index (pps_array, i); in gst_rtp_h264_add_sps_pps()
608 g_ptr_array_remove_index_fast (pps_array, i); in gst_rtp_h264_add_sps_pps()
609 g_ptr_array_add (pps_array, nal); in gst_rtp_h264_add_sps_pps()
618 g_ptr_array_add (pps_array, nal); in gst_rtp_h264_add_sps_pps()

123