Home
last modified time | relevance | path

Searched refs:cc_type (Results 1 – 25 of 257) sorted by relevance

1234567891011

/dports/multimedia/libmediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Text/
H A DFile_Scte20.cpp215 int8u cc_type; in Read_Buffer_Continue() local
217 cc_type=0; in Read_Buffer_Continue()
219 cc_type=picture_structure-1; in Read_Buffer_Continue()
221 cc_type=top_field_first?1:0; in Read_Buffer_Continue()
227 Element_Code=cc_type; in Read_Buffer_Continue()
229 if (Streams[cc_type]==NULL) in Read_Buffer_Continue()
235 ((File_Eia608*)Streams[cc_type]->Parser)->cc_type=cc_type; in Read_Buffer_Continue()
280 for (int8u cc_type=0; cc_type<2; cc_type++) in Read_Buffer_Continue() local
284 Element_Code=cc_type; in Read_Buffer_Continue()
286 if (Streams[cc_type]==NULL) in Read_Buffer_Continue()
[all …]
H A DFile_DtvccTransport.cpp49 static const char* DtvccTransport_cc_type (int8u cc_type) in DtvccTransport_cc_type() argument
51 switch (cc_type) in DtvccTransport_cc_type()
219 int8u cc_type; in Read_Buffer_Continue() local
232 …Get_S1 (1, cc_type, "cc_type"); Param_Info1(DtvccTransport_cc_type(cc_… in Read_Buffer_Continue()
239 …Get_S1 (2, cc_type, "cc_type"); Param_Info1(DtvccTransport_cc_type(cc_… in Read_Buffer_Continue()
244 if (cc_type>=2 && !Streams[2] && Config->File_Eia708_DisplayEmptyStream_Get()) in Read_Buffer_Continue()
252 int8u Parser_Pos=cc_type==3?2:cc_type; //cc_type 2 and 3 are for the same text in Read_Buffer_Continue()
281 ((File_Eia708*)Streams[2]->Parser)->cc_type=cc_type; in Read_Buffer_Continue()
285 if (cc_type==3) in Read_Buffer_Continue()
289 ((File_Eia708*)Streams[2]->Parser)->cc_type=3; in Read_Buffer_Continue()
[all …]
H A DFile_Cdp.cpp45 static const char* Cdp_cc_type(int8u cc_type) in Cdp_cc_type() argument
47 switch (cc_type) in Cdp_cc_type()
460 int8u cc_type; in ccdata_section() local
469 …Get_S1 (2, cc_type, "cc_type"); Param_Info1(Cdp_cc_type(cc_typ… in ccdata_section()
473 if (cc_type>=2 && !Streams[2] && Config->File_Eia708_DisplayEmptyStream_Get()) in ccdata_section()
481 int8u Parser_Pos=cc_type==3?2:cc_type; //cc_type 2 and 3 are for the same text in ccdata_section()
503 ((File_Eia708*)Streams[2]->Parser)->cc_type=cc_type; in ccdata_section()
671 ((File_Eia608*)Streams[Parser_Pos]->Parser)->cc_type=Parser_Pos; in CreateStream()
/dports/multimedia/mediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Text/
H A DFile_Scte20.cpp215 int8u cc_type; in Read_Buffer_Continue() local
217 cc_type=0; in Read_Buffer_Continue()
219 cc_type=picture_structure-1; in Read_Buffer_Continue()
221 cc_type=top_field_first?1:0; in Read_Buffer_Continue()
227 Element_Code=cc_type; in Read_Buffer_Continue()
229 if (Streams[cc_type]==NULL) in Read_Buffer_Continue()
235 ((File_Eia608*)Streams[cc_type]->Parser)->cc_type=cc_type; in Read_Buffer_Continue()
280 for (int8u cc_type=0; cc_type<2; cc_type++) in Read_Buffer_Continue() local
284 Element_Code=cc_type; in Read_Buffer_Continue()
286 if (Streams[cc_type]==NULL) in Read_Buffer_Continue()
[all …]
H A DFile_DtvccTransport.cpp49 static const char* DtvccTransport_cc_type (int8u cc_type) in DtvccTransport_cc_type() argument
51 switch (cc_type) in DtvccTransport_cc_type()
219 int8u cc_type; in Read_Buffer_Continue() local
232 …Get_S1 (1, cc_type, "cc_type"); Param_Info1(DtvccTransport_cc_type(cc_… in Read_Buffer_Continue()
239 …Get_S1 (2, cc_type, "cc_type"); Param_Info1(DtvccTransport_cc_type(cc_… in Read_Buffer_Continue()
244 if (cc_type>=2 && !Streams[2] && Config->File_Eia708_DisplayEmptyStream_Get()) in Read_Buffer_Continue()
252 int8u Parser_Pos=cc_type==3?2:cc_type; //cc_type 2 and 3 are for the same text in Read_Buffer_Continue()
281 ((File_Eia708*)Streams[2]->Parser)->cc_type=cc_type; in Read_Buffer_Continue()
285 if (cc_type==3) in Read_Buffer_Continue()
289 ((File_Eia708*)Streams[2]->Parser)->cc_type=3; in Read_Buffer_Continue()
[all …]
H A DFile_Cdp.cpp45 static const char* Cdp_cc_type(int8u cc_type) in Cdp_cc_type() argument
47 switch (cc_type) in Cdp_cc_type()
460 int8u cc_type; in ccdata_section() local
469 …Get_S1 (2, cc_type, "cc_type"); Param_Info1(Cdp_cc_type(cc_typ… in ccdata_section()
473 if (cc_type>=2 && !Streams[2] && Config->File_Eia708_DisplayEmptyStream_Get()) in ccdata_section()
481 int8u Parser_Pos=cc_type==3?2:cc_type; //cc_type 2 and 3 are for the same text in ccdata_section()
503 ((File_Eia708*)Streams[2]->Parser)->cc_type=cc_type; in ccdata_section()
671 ((File_Eia608*)Streams[Parser_Pos]->Parser)->cc_type=Parser_Pos; in CreateStream()
/dports/multimedia/libzen/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Text/
H A DFile_Scte20.cpp215 int8u cc_type; in Read_Buffer_Continue() local
217 cc_type=0; in Read_Buffer_Continue()
219 cc_type=picture_structure-1; in Read_Buffer_Continue()
221 cc_type=top_field_first?1:0; in Read_Buffer_Continue()
227 Element_Code=cc_type; in Read_Buffer_Continue()
229 if (Streams[cc_type]==NULL) in Read_Buffer_Continue()
235 ((File_Eia608*)Streams[cc_type]->Parser)->cc_type=cc_type; in Read_Buffer_Continue()
280 for (int8u cc_type=0; cc_type<2; cc_type++) in Read_Buffer_Continue() local
284 Element_Code=cc_type; in Read_Buffer_Continue()
286 if (Streams[cc_type]==NULL) in Read_Buffer_Continue()
[all …]
H A DFile_DtvccTransport.cpp49 static const char* DtvccTransport_cc_type (int8u cc_type) in DtvccTransport_cc_type() argument
51 switch (cc_type) in DtvccTransport_cc_type()
219 int8u cc_type; in Read_Buffer_Continue() local
232 …Get_S1 (1, cc_type, "cc_type"); Param_Info1(DtvccTransport_cc_type(cc_… in Read_Buffer_Continue()
239 …Get_S1 (2, cc_type, "cc_type"); Param_Info1(DtvccTransport_cc_type(cc_… in Read_Buffer_Continue()
244 if (cc_type>=2 && !Streams[2] && Config->File_Eia708_DisplayEmptyStream_Get()) in Read_Buffer_Continue()
252 int8u Parser_Pos=cc_type==3?2:cc_type; //cc_type 2 and 3 are for the same text in Read_Buffer_Continue()
281 ((File_Eia708*)Streams[2]->Parser)->cc_type=cc_type; in Read_Buffer_Continue()
285 if (cc_type==3) in Read_Buffer_Continue()
289 ((File_Eia708*)Streams[2]->Parser)->cc_type=3; in Read_Buffer_Continue()
[all …]
H A DFile_Cdp.cpp45 static const char* Cdp_cc_type(int8u cc_type) in Cdp_cc_type() argument
47 switch (cc_type) in Cdp_cc_type()
460 int8u cc_type; in ccdata_section() local
469 …Get_S1 (2, cc_type, "cc_type"); Param_Info1(Cdp_cc_type(cc_typ… in ccdata_section()
473 if (cc_type>=2 && !Streams[2] && Config->File_Eia708_DisplayEmptyStream_Get()) in ccdata_section()
481 int8u Parser_Pos=cc_type==3?2:cc_type; //cc_type 2 and 3 are for the same text in ccdata_section()
503 ((File_Eia708*)Streams[2]->Parser)->cc_type=cc_type; in ccdata_section()
671 ((File_Eia608*)Streams[Parser_Pos]->Parser)->cc_type=Parser_Pos; in CreateStream()
/dports/devel/nsync/nsync-1.24.0/tools/
H A Dmkmakefile.sh138 cc_type=
154 cc_type="$cc_type2";;
155 g++) cc_type=gcc;;
156 clang++) cc_type=clang;;
157 *) cc_type="$cc_type2";;
177 case "$arch.$os.$cc_type" in
181 first="$cc_type"
197 case "$cc_type.$atomics.$os" in
222 case "$cc_type.$os" in
251 case "$cc_type" in
[all …]
/dports/www/moodle310/moodle/backup/cc/
H A Dcc2moodle.php634 $cc_type = $this->get_item_cc_type($identifierref);
635 $moodle_type = $this->convert_to_moodle_type($cc_type);
646 $cc_type = $this->get_item_cc_type($identifierref);
705 public function convert_to_moodle_type ($cc_type) { argument
708 if ($cc_type == static::CC_TYPE_FORUM) {
712 if ($cc_type == static::CC_TYPE_QUIZ) {
716 if ($cc_type == static::CC_TYPE_WEBLINK) {
720 if ($cc_type == static::CC_TYPE_WEBCONTENT) {
724 if ($cc_type == static::CC_TYPE_ASSOCIATED_CONTENT) {
728 if ($cc_type == static::CC_TYPE_QUESTION_BANK) {
[all …]
/dports/www/moodle311/moodle/backup/cc/
H A Dcc2moodle.php634 $cc_type = $this->get_item_cc_type($identifierref);
635 $moodle_type = $this->convert_to_moodle_type($cc_type);
646 $cc_type = $this->get_item_cc_type($identifierref);
705 public function convert_to_moodle_type ($cc_type) { argument
708 if ($cc_type == static::CC_TYPE_FORUM) {
712 if ($cc_type == static::CC_TYPE_QUIZ) {
716 if ($cc_type == static::CC_TYPE_WEBLINK) {
720 if ($cc_type == static::CC_TYPE_WEBCONTENT) {
724 if ($cc_type == static::CC_TYPE_ASSOCIATED_CONTENT) {
728 if ($cc_type == static::CC_TYPE_QUESTION_BANK) {
[all …]
/dports/www/moodle39/moodle/backup/cc/
H A Dcc2moodle.php634 $cc_type = $this->get_item_cc_type($identifierref);
635 $moodle_type = $this->convert_to_moodle_type($cc_type);
646 $cc_type = $this->get_item_cc_type($identifierref);
705 public function convert_to_moodle_type ($cc_type) { argument
708 if ($cc_type == static::CC_TYPE_FORUM) {
712 if ($cc_type == static::CC_TYPE_QUIZ) {
716 if ($cc_type == static::CC_TYPE_WEBLINK) {
720 if ($cc_type == static::CC_TYPE_WEBCONTENT) {
724 if ($cc_type == static::CC_TYPE_ASSOCIATED_CONTENT) {
728 if ($cc_type == static::CC_TYPE_QUESTION_BANK) {
[all …]
/dports/science/py-qcengine/qcengine-0.21.0/qcengine/programs/tests/
H A Dstandard_suite_runner.py96 "lccd": cc_type,
97 "lccsd": cc_type,
98 "ccd": cc_type,
99 "ccsd": cc_type,
101 "ccsd(t)": cc_type,
103 "ccsdt-1a": cc_type,
104 "ccsdt-1b": cc_type,
105 "ccsdt-2": cc_type,
106 "ccsdt-3": cc_type,
107 "ccsdt": cc_type,
[all …]
/dports/textproc/p5-Data-FormValidator/Data-FormValidator-4.88/t/
H A Ddependency_coderef.t11 cc_type => sub {
59 $input_hashref->{cc_type} = 'VISA';
71 $input_hashref->{cc_type} = 'AMEX';
83 $input_hashref->{cc_type} = [ 'AMEX', 'VISA' ];
/dports/net/xrdp-devel/xrdp-0.9.16/libxrdp/
H A Dxrdp_iso.c404 int cc_type; in xrdp_iso_incoming() local
452 in_uint8(s, cc_type); /* type or 'C' */ in xrdp_iso_incoming()
453 switch (cc_type) in xrdp_iso_incoming()
458 "type 0x%2.2x", cc_type); in xrdp_iso_incoming()
489 in_uint8(s, cc_type); in xrdp_iso_incoming()
490 if (cc_type == 0x0D && s_check_rem(s, 1)) in xrdp_iso_incoming()
492 in_uint8(s, cc_type); in xrdp_iso_incoming()
493 if (cc_type == 0x0A) in xrdp_iso_incoming()
/dports/x11-drivers/xorgxrdp/xrdp-0.9.17/libxrdp/
H A Dxrdp_iso.c404 int cc_type; in xrdp_iso_incoming() local
452 in_uint8(s, cc_type); /* type or 'C' */ in xrdp_iso_incoming()
453 switch (cc_type) in xrdp_iso_incoming()
458 "type 0x%2.2x", cc_type); in xrdp_iso_incoming()
489 in_uint8(s, cc_type); in xrdp_iso_incoming()
490 if (cc_type == 0x0D && s_check_rem(s, 1)) in xrdp_iso_incoming()
492 in_uint8(s, cc_type); in xrdp_iso_incoming()
493 if (cc_type == 0x0A) in xrdp_iso_incoming()
/dports/lang/perl5.34/perl-5.34.0/hints/
H A Daix_3.sh87 cc_type=xlc # do not export to config.sh
90 cc_type=gcc
107 cc_type=vac
113 cc_type=vac
119 ccversion=`lslpp -L | grep 'C for AIX Compiler$' | grep -i $cc_type | head -1`
122 cc_type=vac
176 case $cc_type in
/dports/lang/perl5.30/perl-5.30.3/hints/
H A Daix_3.sh87 cc_type=xlc # do not export to config.sh
90 cc_type=gcc
107 cc_type=vac
113 cc_type=vac
119 ccversion=`lslpp -L | grep 'C for AIX Compiler$' | grep -i $cc_type | head -1`
122 cc_type=vac
176 case $cc_type in
/dports/lang/perl5.32/perl-5.32.1/hints/
H A Daix_3.sh87 cc_type=xlc # do not export to config.sh
90 cc_type=gcc
107 cc_type=vac
113 cc_type=vac
119 ccversion=`lslpp -L | grep 'C for AIX Compiler$' | grep -i $cc_type | head -1`
122 cc_type=vac
176 case $cc_type in
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/hints/
H A Daix_3.sh87 cc_type=xlc # do not export to config.sh
90 cc_type=gcc
107 cc_type=vac
113 cc_type=vac
119 ccversion=`lslpp -L | grep 'C for AIX Compiler$' | grep -i $cc_type | head -1`
122 cc_type=vac
176 case $cc_type in
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/tests/check/elements/
H A Dmpegvideoparse.c270 guint8 cc_type = caption_meta->data[3 * j] & 0x03; in GST_START_TEST() local
274 fail_unless_equals_int (cc_type, 1); in GST_START_TEST()
277 fail_unless_equals_int (cc_type, 0); in GST_START_TEST()
279 fail_unless (cc_type == 2 || cc_type == 3); in GST_START_TEST()
282 fail_unless (cc_type == 3); in GST_START_TEST()
/dports/net/gstreamer1-plugins-libmms/gst-plugins-bad-1.16.2/tests/check/elements/
H A Dmpegvideoparse.c270 guint8 cc_type = caption_meta->data[3 * j] & 0x03; in GST_START_TEST() local
274 fail_unless_equals_int (cc_type, 1); in GST_START_TEST()
277 fail_unless_equals_int (cc_type, 0); in GST_START_TEST()
279 fail_unless (cc_type == 2 || cc_type == 3); in GST_START_TEST()
282 fail_unless (cc_type == 3); in GST_START_TEST()
/dports/multimedia/gstreamer1-plugins-x265/gst-plugins-bad-1.16.2/tests/check/elements/
H A Dmpegvideoparse.c270 guint8 cc_type = caption_meta->data[3 * j] & 0x03; in GST_START_TEST() local
274 fail_unless_equals_int (cc_type, 1); in GST_START_TEST()
277 fail_unless_equals_int (cc_type, 0); in GST_START_TEST()
279 fail_unless (cc_type == 2 || cc_type == 3); in GST_START_TEST()
282 fail_unless (cc_type == 3); in GST_START_TEST()
/dports/multimedia/gstreamer1-plugins-openh264/gst-plugins-bad-1.16.2/tests/check/elements/
H A Dmpegvideoparse.c270 guint8 cc_type = caption_meta->data[3 * j] & 0x03; in GST_START_TEST() local
274 fail_unless_equals_int (cc_type, 1); in GST_START_TEST()
277 fail_unless_equals_int (cc_type, 0); in GST_START_TEST()
279 fail_unless (cc_type == 2 || cc_type == 3); in GST_START_TEST()
282 fail_unless (cc_type == 3); in GST_START_TEST()

1234567891011