Home
last modified time | relevance | path

Searched refs:startcode (Results 1 – 25 of 650) sorted by relevance

12345678910>>...26

/dports/multimedia/mencoder/mplayer-export-2021-12-29/TOOLS/
H A Ddump_mp4.c27 int startcode=head|c; in main() local
31 else if(startcode<=0x13F) printf("Reserved"); in main()
32 else if(startcode<=0x15F) printf("FGS bp start"); in main()
33 else if(startcode<=0x1AF) printf("Reserved"); in main()
36 else if(startcode==0x1B2) printf("User Data"); in main()
41 else if(startcode==0x1B7) printf("slice start"); in main()
42 else if(startcode==0x1B8) printf("extension start"); in main()
43 else if(startcode==0x1B9) printf("fgs start"); in main()
53 else if(startcode==0x1C3) printf("stuffing start"); in main()
54 else if(startcode<=0x1C5) printf("reserved"); in main()
[all …]
/dports/multimedia/mplayer/mplayer-export-2021-12-29/TOOLS/
H A Ddump_mp4.c27 int startcode=head|c; in main() local
31 else if(startcode<=0x13F) printf("Reserved"); in main()
32 else if(startcode<=0x15F) printf("FGS bp start"); in main()
33 else if(startcode<=0x1AF) printf("Reserved"); in main()
36 else if(startcode==0x1B2) printf("User Data"); in main()
41 else if(startcode==0x1B7) printf("slice start"); in main()
42 else if(startcode==0x1B8) printf("extension start"); in main()
43 else if(startcode==0x1B9) printf("fgs start"); in main()
53 else if(startcode==0x1C3) printf("stuffing start"); in main()
54 else if(startcode<=0x1C5) printf("reserved"); in main()
[all …]
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavformat/
H A Dmpeg.c282 if (!((startcode >= 0x1c0 && startcode <= 0x1df) || in mpegps_read_pes_header()
283 (startcode >= 0x1e0 && startcode <= 0x1ef) || in mpegps_read_pes_header()
284 (startcode == 0x1bd) || (startcode == 0x1fd))) in mpegps_read_pes_header()
375 if (startcode >= 0x80 && startcode <= 0xcf) { in mpegps_read_pes_header()
467 } else if (startcode >= 0x80 && startcode <= 0x87) { in mpegps_read_packet()
470 } else if ((startcode >= 0x88 && startcode <= 0x8f) in mpegps_read_packet()
475 } else if (startcode >= 0xa0 && startcode <= 0xaf) { in mpegps_read_packet()
478 } else if (startcode >= 0xb0 && startcode <= 0xbf) { in mpegps_read_packet()
481 } else if (startcode >= 0xc0 && startcode <= 0xcf) { in mpegps_read_packet()
485 } else if (startcode >= 0x20 && startcode <= 0x3f) { in mpegps_read_packet()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Dmpeg.c345 if (!((startcode >= 0x1c0 && startcode <= 0x1df) || in mpegps_read_pes_header()
346 (startcode >= 0x1e0 && startcode <= 0x1ef) || in mpegps_read_pes_header()
492 if (startcode >= 0x80 && startcode <= 0xcf) { in mpegps_read_packet()
500 if (startcode >= 0xb0 && startcode <= 0xbf) { in mpegps_read_packet()
550 } else if (startcode >= 0x1e0 && startcode <= 0x1ef) { in mpegps_read_packet()
578 } else if (startcode >= 0x80 && startcode <= 0x87) { in mpegps_read_packet()
586 } else if (startcode >= 0xa0 && startcode <= 0xaf) { in mpegps_read_packet()
593 } else if (startcode >= 0xb0 && startcode <= 0xbf) { in mpegps_read_packet()
596 } else if (startcode >= 0xc0 && startcode <= 0xcf) { in mpegps_read_packet()
600 } else if (startcode >= 0x20 && startcode <= 0x3f) { in mpegps_read_packet()
[all …]
H A Drtpdec_h263.c33 int startcode, vrc, picture_header, ret; in ff_h263_handle_packet() local
54 startcode = (header & 0x0400) >> 9; in ff_h263_handle_packet()
76 if ((ret = av_new_packet(pkt, len + startcode)) < 0) { in ff_h263_handle_packet()
83 if (startcode) { in ff_h263_handle_packet()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Dmpeg.c342 if (!((startcode >= 0x1c0 && startcode <= 0x1df) || in mpegps_read_pes_header()
343 (startcode >= 0x1e0 && startcode <= 0x1ef) || in mpegps_read_pes_header()
489 if (startcode >= 0x80 && startcode <= 0xcf) { in mpegps_read_packet()
497 if (startcode >= 0xb0 && startcode <= 0xbf) { in mpegps_read_packet()
547 } else if (startcode >= 0x1e0 && startcode <= 0x1ef) { in mpegps_read_packet()
575 } else if (startcode >= 0x80 && startcode <= 0x87) { in mpegps_read_packet()
583 } else if (startcode >= 0xa0 && startcode <= 0xaf) { in mpegps_read_packet()
590 } else if (startcode >= 0xb0 && startcode <= 0xbf) { in mpegps_read_packet()
593 } else if (startcode >= 0xc0 && startcode <= 0xcf) { in mpegps_read_packet()
597 } else if (startcode >= 0x20 && startcode <= 0x3f) { in mpegps_read_packet()
[all …]
H A Drtpdec_h263.c33 int startcode, vrc, picture_header, ret; in ff_h263_handle_packet() local
54 startcode = (header & 0x0400) >> 9; in ff_h263_handle_packet()
76 if ((ret = av_new_packet(pkt, len + startcode)) < 0) { in ff_h263_handle_packet()
83 if (startcode) { in ff_h263_handle_packet()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Dmpeg.c345 if (!((startcode >= 0x1c0 && startcode <= 0x1df) || in mpegps_read_pes_header()
346 (startcode >= 0x1e0 && startcode <= 0x1ef) || in mpegps_read_pes_header()
492 if (startcode >= 0x80 && startcode <= 0xcf) { in mpegps_read_packet()
500 if (startcode >= 0xb0 && startcode <= 0xbf) { in mpegps_read_packet()
550 } else if (startcode >= 0x1e0 && startcode <= 0x1ef) { in mpegps_read_packet()
578 } else if (startcode >= 0x80 && startcode <= 0x87) { in mpegps_read_packet()
586 } else if (startcode >= 0xa0 && startcode <= 0xaf) { in mpegps_read_packet()
593 } else if (startcode >= 0xb0 && startcode <= 0xbf) { in mpegps_read_packet()
596 } else if (startcode >= 0xc0 && startcode <= 0xcf) { in mpegps_read_packet()
600 } else if (startcode >= 0x20 && startcode <= 0x3f) { in mpegps_read_packet()
[all …]
H A Drtpdec_h263.c33 int startcode, vrc, picture_header, ret; in ff_h263_handle_packet() local
54 startcode = (header & 0x0400) >> 9; in ff_h263_handle_packet()
76 if ((ret = av_new_packet(pkt, len + startcode)) < 0) { in ff_h263_handle_packet()
83 if (startcode) { in ff_h263_handle_packet()
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Dmpeg.c345 if (!((startcode >= 0x1c0 && startcode <= 0x1df) || in mpegps_read_pes_header()
346 (startcode >= 0x1e0 && startcode <= 0x1ef) || in mpegps_read_pes_header()
492 if (startcode >= 0x80 && startcode <= 0xcf) { in mpegps_read_packet()
500 if (startcode >= 0xb0 && startcode <= 0xbf) { in mpegps_read_packet()
550 } else if (startcode >= 0x1e0 && startcode <= 0x1ef) { in mpegps_read_packet()
578 } else if (startcode >= 0x80 && startcode <= 0x87) { in mpegps_read_packet()
586 } else if (startcode >= 0xa0 && startcode <= 0xaf) { in mpegps_read_packet()
593 } else if (startcode >= 0xb0 && startcode <= 0xbf) { in mpegps_read_packet()
596 } else if (startcode >= 0xc0 && startcode <= 0xcf) { in mpegps_read_packet()
600 } else if (startcode >= 0x20 && startcode <= 0x3f) { in mpegps_read_packet()
[all …]
H A Drtpdec_h263.c33 int startcode, vrc, picture_header, ret; in ff_h263_handle_packet() local
54 startcode = (header & 0x0400) >> 9; in ff_h263_handle_packet()
76 if ((ret = av_new_packet(pkt, len + startcode)) < 0) { in ff_h263_handle_packet()
83 if (startcode) { in ff_h263_handle_packet()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Dmpeg.c356 if (!((startcode >= 0x1c0 && startcode <= 0x1df) || in mpegps_read_pes_header()
357 (startcode >= 0x1e0 && startcode <= 0x1ef) || in mpegps_read_pes_header()
503 if (startcode >= 0x80 && startcode <= 0xcf) { in mpegps_read_packet()
512 if (startcode >= 0xb0 && startcode <= 0xbf) { in mpegps_read_packet()
556 } else if (startcode >= 0x1e0 && startcode <= 0x1ef) { in mpegps_read_packet()
584 } else if (startcode >= 0x80 && startcode <= 0x87) { in mpegps_read_packet()
592 } else if (startcode >= 0xa0 && startcode <= 0xaf) { in mpegps_read_packet()
599 } else if (startcode >= 0xb0 && startcode <= 0xbf) { in mpegps_read_packet()
602 } else if (startcode >= 0xc0 && startcode <= 0xcf) { in mpegps_read_packet()
606 } else if (startcode >= 0x20 && startcode <= 0x3f) { in mpegps_read_packet()
[all …]
H A Drtpdec_h263.c33 int startcode, vrc, picture_header; in ff_h263_handle_packet() local
54 startcode = (header & 0x0400) >> 9; in ff_h263_handle_packet()
76 if (av_new_packet(pkt, len + startcode)) { in ff_h263_handle_packet()
83 if (startcode) { in ff_h263_handle_packet()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavformat/
H A Dmpeg.c347 if (!((startcode >= 0x1c0 && startcode <= 0x1df) || in mpegps_read_pes_header()
348 (startcode >= 0x1e0 && startcode <= 0x1ef) || in mpegps_read_pes_header()
478 if (startcode >= 0x80 && startcode <= 0xcf) { in mpegps_read_packet()
486 if (startcode >= 0xb0 && startcode <= 0xbf) { in mpegps_read_packet()
526 } else if (startcode >= 0x1e0 && startcode <= 0x1ef) { in mpegps_read_packet()
549 } else if (startcode >= 0x80 && startcode <= 0x87) { in mpegps_read_packet()
557 } else if (startcode >= 0xa0 && startcode <= 0xaf) { in mpegps_read_packet()
564 } else if (startcode >= 0xb0 && startcode <= 0xbf) { in mpegps_read_packet()
567 } else if (startcode >= 0xc0 && startcode <= 0xcf) { in mpegps_read_packet()
571 } else if (startcode >= 0x20 && startcode <= 0x3f) { in mpegps_read_packet()
[all …]
H A Drtpdec_h263.c42 int startcode, vrc, picture_header; in ff_h263_handle_packet() local
63 startcode = (header & 0x0400) >> 9; in ff_h263_handle_packet()
85 if (av_new_packet(pkt, len + startcode)) { in ff_h263_handle_packet()
92 if (startcode) { in ff_h263_handle_packet()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavformat/
H A Dmpeg.c347 if (!((startcode >= 0x1c0 && startcode <= 0x1df) || in mpegps_read_pes_header()
348 (startcode >= 0x1e0 && startcode <= 0x1ef) || in mpegps_read_pes_header()
478 if (startcode >= 0x80 && startcode <= 0xcf) { in mpegps_read_packet()
486 if (startcode >= 0xb0 && startcode <= 0xbf) { in mpegps_read_packet()
526 } else if (startcode >= 0x1e0 && startcode <= 0x1ef) { in mpegps_read_packet()
549 } else if (startcode >= 0x80 && startcode <= 0x87) { in mpegps_read_packet()
557 } else if (startcode >= 0xa0 && startcode <= 0xaf) { in mpegps_read_packet()
564 } else if (startcode >= 0xb0 && startcode <= 0xbf) { in mpegps_read_packet()
567 } else if (startcode >= 0xc0 && startcode <= 0xcf) { in mpegps_read_packet()
571 } else if (startcode >= 0x20 && startcode <= 0x3f) { in mpegps_read_packet()
[all …]
H A Drtpdec_h263.c42 int startcode, vrc, picture_header; in ff_h263_handle_packet() local
63 startcode = (header & 0x0400) >> 9; in ff_h263_handle_packet()
85 if (av_new_packet(pkt, len + startcode)) { in ff_h263_handle_packet()
92 if (startcode) { in ff_h263_handle_packet()
/dports/multimedia/ccextractor/ccextractor-0.85/src/lib_ccx/
H A Dmyth.c412 if (!((startcode >= 0x1c0 && startcode <= 0x1df) || in mpegps_read_pes_header()
413 (startcode >= 0x1e0 && startcode <= 0x1ef) || in mpegps_read_pes_header()
494 if (startcode >= 0x80 && startcode <= 0xbf) { in mpegps_read_pes_header()
665 if (startcode >= 0x1e0 && startcode <= 0x1ef) in mpegps_read_packet()
679 } else if (startcode >= 0x1c0 && startcode <= 0x1df) { in mpegps_read_packet()
682 } else if (startcode >= 0x80 && startcode <= 0x87) { in mpegps_read_packet()
685 } else if (startcode >= 0x88 && startcode <= 0x9f) { in mpegps_read_packet()
688 } else if (startcode >= 0xa0 && startcode <= 0xbf) { in mpegps_read_packet()
691 } else if (startcode >= 0x20 && startcode <= 0x3f) { in mpegps_read_packet()
694 } else if (startcode == 0x69 || startcode == 0x49) { in mpegps_read_packet()
[all …]
H A Des_functions.c178 uint8_t startcode; in es_video_sequence() local
196 uint8_t startcode; in es_video_sequence() local
207 if (startcode == 0xB3 || startcode == 0xB8) // found it in es_video_sequence()
225 if (startcode == 0xB4) in es_video_sequence()
286 if ( ctx->saw_seqgoppic && (startcode == 0xB2 || startcode == 0xB5)) in es_video_sequence()
961 uint8_t startcode; in extension_and_user_data() local
967 if ( startcode == 0xB2 || startcode == 0xB5 ) in extension_and_user_data()
1016 while(startcode == 0xB2 || startcode == 0xB5); in extension_and_user_data()
1054 if (startcode < 0x01 || startcode > 0xAF) in read_pic_data()
1085 if ( startcode >= 0x01 && startcode <= 0xAF ) in read_pic_data()
[all …]
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/master/balancer/
H A DTestServerAndLoad.java34 int startcode = 12; in test() local
36 ServerAndLoad sal = new ServerAndLoad(server, startcode); in test()
37 assertEquals(sal.hashCode(), new ServerAndLoad(server, startcode).hashCode()); in test()
38 assertEquals(sal, new ServerAndLoad(server, startcode)); in test()
40 assertNotEquals(sal.hashCode(), new ServerAndLoad(server, startcode + 1).hashCode()); in test()
41 assertNotEquals(sal, new ServerAndLoad(server, startcode + 1)); in test()
44 assertNotEquals(sal.hashCode(), new ServerAndLoad(other, startcode).hashCode()); in test()
45 assertNotEquals(sal, new ServerAndLoad(other, startcode)); in test()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dmpeg4_unpack_bframes_bsf.c33 unsigned int startcode = 0xFF; in find_startcode() local
36 startcode = ((startcode << 8) | buf[*pos]) & 0xFFFFFFFF; in find_startcode()
38 if ((startcode & 0xFFFFFF00) != 0x100) in find_startcode()
40 return startcode; in find_startcode()
50 unsigned int startcode; in scan_buffer() local
54 startcode = find_startcode(buf, buf_size, &pos); in scan_buffer()
56 if (startcode == USER_DATA_STARTCODE && pos_p) { in scan_buffer()
64 } else if (startcode == VOP_STARTCODE && nb_vop) { in scan_buffer()
/dports/multimedia/kodi-addon-inputstream.adaptive/inputstream.adaptive-19.0.1-Matrix/lib/mpegts/
H A DES_MPEGVideo.cpp83 uint32_t startcode = m_StartCode; in Parse() local
88 if ((startcode & 0xffffff00) == 0x00000100) in Parse()
90 if (Parse_MPEG2Video(startcode, p, frameComplete) < 0) in Parse()
95 startcode = startcode << 8 | es_buf[p++]; in Parse()
98 m_StartCode = startcode; in Parse()
140 int ES_MPEG2Video::Parse_MPEG2Video(uint32_t startcode, int buf_ptr, bool &complete) in Parse_MPEG2Video() argument
145 switch (startcode & 0xFF) in Parse_MPEG2Video()
/dports/databases/hbase/hbase-1.2.1/hbase-client/src/main/java/org/apache/hadoop/hbase/
H A DServerName.java93 private final long startcode; field in ServerName
102 private ServerName(final String hostname, final int port, final long startcode) { in ServerName() argument
107 this.startcode = startcode; in ServerName()
108 this.servername = getServerName(this.hostnameOnly, port, startcode); in ServerName()
158 public static ServerName valueOf(final String hostname, final int port, final long startcode) { in valueOf() argument
159 return new ServerName(hostname, port, startcode); in valueOf()
219 return startcode; in getStartcode()
230 static String getServerName(String hostName, int port, long startcode) { in getServerName() argument
236 name.append(startcode); in getServerName()
247 final long startcode) { in getServerName() argument
[all …]
/dports/lang/yap/yap-6.2.2/H/
H A Drheap.h296 oldcode = startcode; in AdjustSwitchTable()
315 oldcode = startcode; in AdjustSwitchTable()
336 startcode[1] = (CELL)CodeAddrAdjust((CODEADDR)startcode[1]); in AdjustSwitchTable()
337 startcode[3] = (CELL)CodeAddrAdjust((CODEADDR)startcode[3]); in AdjustSwitchTable()
347 startcode[1] = (CELL)CodeAddrAdjust((CODEADDR)startcode[1]); in AdjustSwitchTable()
348 startcode[3] = (CELL)CodeAddrAdjust((CODEADDR)startcode[3]); in AdjustSwitchTable()
360 startcode += 2; in AdjustSwitchTable()
363 startcode[1] = (CELL)CodeAddrAdjust((CODEADDR)startcode[1]); in AdjustSwitchTable()
371 Term oldcons = startcode[0]; in AdjustSwitchTable()
377 startcode += 2; in AdjustSwitchTable()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dmpeg4_unpack_bframes_bsf.c35 uint32_t startcode; in scan_buffer() local
39 startcode = -1; in scan_buffer()
40 pos = avpriv_find_start_code(pos, end, &startcode); in scan_buffer()
42 if (startcode == USER_DATA_STARTCODE && pos_p) { in scan_buffer()
50 } else if (startcode == VOP_STARTCODE && nb_vop) { in scan_buffer()

12345678910>>...26