Home
last modified time | relevance | path

Searched refs:boxType (Results 1 – 25 of 242) sorted by relevance

12345678910

/dports/net/gerbera/gerbera-1.9.2/test/scripting/
H A Dtest_common_script.cc244 int boxType = 1; in TEST_F() local
254 int boxType = 2; in TEST_F() local
266 int boxType = 3; in TEST_F() local
281 int boxType = 4; in TEST_F() local
299 int boxType = 5; in TEST_F() local
320 int boxType = 6; in TEST_F() local
344 int boxType = 7; in TEST_F() local
371 int boxType = 9; in TEST_F() local
395 int boxType = 26; in TEST_F() local
425 int boxType = 9999; in TEST_F() local
[all …]
/dports/textproc/exempi/exempi-2.5.2/XMPFiles/source/FormatSupport/
H A DMOOV_Support.cpp58 info->boxType = node.boxType; in FillBoxInfo()
62 if( node.boxType == ISOMedia::k_uuid ) in FillBoxInfo()
144 if ( currNode.boxType == childType ) { in GetTypeChild()
213 this->moovNode.boxType = ISOMedia::k_moov; in ParseMemoryTree()
249 if ( (isoInfo.boxType == 0) && in ParseNestedBoxes()
254 if( isoInfo.boxType == ISOMedia::k_uuid ) in ParseNestedBoxes()
432 if ( child->boxType == childType ) { in DeleteTypeChild()
453 if( node.boxType == ISOMedia::k_uuid ) in NewSubtreeSize()
455 if ( (node.boxType == ISOMedia::k_free) || (node.boxType == ISOMedia::k_wide) ) { in NewSubtreeSize()
462 PutUns32BE ( node.boxType, &suffix[1] ); in NewSubtreeSize()
[all …]
H A DISOBaseMedia_Support.cpp29 bool IsKnownBoxType(XMP_Uns32 boxType) { in IsKnownBoxType() argument
33 if (boxList.find(boxType)!=boxList.end()){ in IsKnownBoxType()
56 info->boxType = info->headerSize = 0; in GetBoxInfo()
69 info->boxType = GetUns32BE ( boxPtr+4 ); in GetBoxInfo()
72 if( info->boxType == ISOMedia::k_uuid ) in GetBoxInfo()
131 info->boxType = info->headerSize = 0; in GetBoxInfo()
147 info->boxType = GetUns32BE ( &buffer[4] ); in GetBoxInfo()
150 if( info->boxType == ISOMedia::k_uuid ) in GetBoxInfo()
H A DMOOV_Support.hpp43 XMP_Uns32 boxType; // In memory as native endian, compares work with ISOMedia::k_* constants. member
48 BoxInfo() : boxType(0), childCount(0), contentSize(0), content(0) in BoxInfo()
200 XMP_Uns32 boxType; member
208 BoxNode() : offset(0), boxType(0), headerSize(0), contentSize(0), changed(false) in BoxNode()
213 …: offset(_offset), boxType(_boxType), headerSize(_headerSize), contentSize(_contentSize), changed(… in BoxNode()
218 …: offset(_offset), boxType(_boxType), headerSize(_headerSize), contentSize(_contentSize), changed(… in BoxNode()
/dports/graphics/py-img2pdf/img2pdf-0.3.5/src/
H A Djp2.py27 boxType = data[byteStart+4:byteStart+8]
36 return (boxLengthValue, boxType, byteEnd, boxContents)
72 boxLengthValue, boxType, byteEnd, boxContents = \
74 if boxType == b'resc':
86 boxLengthValue, boxType, byteEnd, boxContents = \
88 if boxType == b'ihdr':
90 elif boxType == b'colr':
92 elif boxType == b'res ':
104 boxLengthValue, boxType, byteEnd, boxContents = \
106 if boxType == b'jp2h':
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/support_data/
H A DossimJp2Info.cpp564 std::string boxType; in printTboxType() local
604 boxType = "ftyp"; in printTboxType()
609 boxType = "jp2h"; in printTboxType()
614 boxType = "ihdr"; in printTboxType()
619 boxType = "bpcc"; in printTboxType()
624 boxType = "colr"; in printTboxType()
629 boxType = "pclr"; in printTboxType()
634 boxType = "cmap"; in printTboxType()
639 boxType = "cdef"; in printTboxType()
644 boxType = "res"; in printTboxType()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/src/c/getHandleProperty/
H A Dset_box_property.c64 int boxType; in set_box_property() local
68 boxType = 0; in set_box_property()
72 boxType = 1; in set_box_property()
76 boxType = 2; in set_box_property()
80 boxType = 3; in set_box_property()
85 boxType = 2; in set_box_property()
93 status = setGraphicObjectProperty(iObjUID, __GO_BOX_TYPE__, &boxType, jni_int, 1); in set_box_property()
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/table/
H A DSortDialog.cpp51 boxType = new QComboBox();
52 boxType->addItem(tr("Separately"));
53 boxType->addItem(tr("Together"));
54 topLayout->addWidget(boxType, 0, 1 );
80 connect( boxType, SIGNAL( activated(int) ), this, SLOT(changeType(int)));
85 emit sort(boxType->currentIndex(),boxOrder->currentIndex(),columnsList->currentText());
93 boxType->setCurrentIndex(1);
98 boxType->setCurrentIndex(Type);
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/
H A DJpeg2000.java84 int boxType; field in Jpeg2000
145 boxType = cio_read(4); in jp2_read_boxhdr()
179 boxType = cio_read(4); in processParameters()
180 if (JP2_JP != boxType) { in processParameters()
188 if (JP2_FTYP != boxType) { in processParameters()
194 if (JP2_JP2H != boxType) { in processParameters()
195 if (boxType == JP2_JP2C) { in processParameters()
201 } while(JP2_JP2H != boxType); in processParameters()
203 if (JP2_IHDR != boxType) { in processParameters()
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/go4.org/media/heif/bmff/
H A Dbmff.go97 func boxType(s string) BoxType { func
106 boxType("dref"): parseDataReferenceBox,
107 boxType("ftyp"): parseFileTypeBox,
108 boxType("hdlr"): parseHandlerBox,
109 boxType("iinf"): parseItemInfoBox,
110 boxType("infe"): parseItemInfoEntry,
111 boxType("iloc"): parseItemLocationBox,
115 boxType("irot"): parseImageRotation,
117 boxType("meta"): parseMetaBox,
118 boxType("pitm"): parsePrimaryItemBox,
[all …]
/dports/misc/perkeep/perkeep-0.11/vendor/go4.org/media/heif/bmff/
H A Dbmff.go97 func boxType(s string) BoxType { func
106 boxType("dref"): parseDataReferenceBox,
107 boxType("ftyp"): parseFileTypeBox,
108 boxType("hdlr"): parseHandlerBox,
109 boxType("iinf"): parseItemInfoBox,
110 boxType("infe"): parseItemInfoEntry,
111 boxType("iloc"): parseItemLocationBox,
115 boxType("irot"): parseImageRotation,
117 boxType("meta"): parseMetaBox,
118 boxType("pitm"): parsePrimaryItemBox,
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/geckoview/src/thirdparty/java/com/google/android/exoplayer2/text/webvtt/
H A DMp4WebvttDecoder.java59 int boxType = sampleData.readInt(); in decode() local
60 if (boxType == TYPE_vttc) { in decode()
78 int boxType = sampleData.readInt(); in parseVttCueBox() local
84 if (boxType == TYPE_sttg) { in parseVttCueBox()
86 } else if (boxType == TYPE_payl) { in parseVttCueBox()
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/text/webvtt/
H A DMp4WebvttDecoder.java64 int boxType = sampleData.readInt(); in decode() local
65 if (boxType == TYPE_vttc) { in decode()
83 int boxType = sampleData.readInt(); in parseVttCueBox() local
90 if (boxType == TYPE_sttg) { in parseVttCueBox()
92 } else if (boxType == TYPE_payl) { in parseVttCueBox()
/dports/www/firefox/firefox-99.0/mobile/android/exoplayer2/src/main/java/org/mozilla/thirdparty/com/google/android/exoplayer2/text/webvtt/
H A DMp4WebvttDecoder.java64 int boxType = sampleData.readInt(); in decode() local
65 if (boxType == TYPE_vttc) { in decode()
83 int boxType = sampleData.readInt(); in parseVttCueBox() local
90 if (boxType == TYPE_sttg) { in parseVttCueBox()
92 } else if (boxType == TYPE_payl) { in parseVttCueBox()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/text/webvtt/
H A DMp4WebvttDecoder.java64 int boxType = sampleData.readInt(); in decode() local
65 if (boxType == TYPE_vttc) { in decode()
83 int boxType = sampleData.readInt(); in parseVttCueBox() local
90 if (boxType == TYPE_sttg) { in parseVttCueBox()
92 } else if (boxType == TYPE_payl) { in parseVttCueBox()
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/text/webvtt/
H A DMp4WebvttDecoder.java59 int boxType = sampleData.readInt(); in decode() local
60 if (boxType == TYPE_vttc) { in decode()
78 int boxType = sampleData.readInt(); in parseVttCueBox() local
84 if (boxType == TYPE_sttg) { in parseVttCueBox()
86 } else if (boxType == TYPE_payl) { in parseVttCueBox()
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/src/c/
H A DPlo2dn.c677 int boxType = 0; in strflag2axes_properties() local
759 boxType = 0; in strflag2axes_properties()
772 boxType = 1; in strflag2axes_properties()
780 setGraphicObjectProperty(iSubwinUID, __GO_BOX_TYPE__, &boxType, jni_int, 1); in strflag2axes_properties()
785 boxType = 1; in strflag2axes_properties()
791 setGraphicObjectProperty(iSubwinUID, __GO_BOX_TYPE__, &boxType, jni_int, 1); in strflag2axes_properties()
796 boxType = 0; in strflag2axes_properties()
804 setGraphicObjectProperty(iSubwinUID, __GO_BOX_TYPE__, &boxType, jni_int, 1); in strflag2axes_properties()
812 boxType = 0; in strflag2axes_properties()
827 boxType = 1; in strflag2axes_properties()
[all …]
/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/
H A DFunctionDialog.cpp53 boxType = new QComboBox(); in FunctionDialog()
54 boxType->addItem(tr("Function")); in FunctionDialog()
56 boxType->addItem(tr("Polar plot")); in FunctionDialog()
57 hbox1->addWidget(boxType); in FunctionDialog()
213 boxType->setCurrentIndex(2); in setCurveToModify()
222 boxType->setCurrentIndex(1); in setCurveToModify()
236 int type = boxType->currentIndex(); in clearList()
292 int type = boxType->currentIndex(); in acceptFunction()
354 int type = boxType->currentIndex(); in acceptParametric()
419 int type = boxType->currentIndex(); in acceptPolar()
[all …]
/dports/textproc/exempi/exempi-2.5.2/XMPFiles/source/FileHandlers/
H A DMPEG4_Handler.cpp79 …if ( (boxType == ISOMedia::k_moov) || (boxType == ISOMedia::k_mdat) || (boxType == ISOMedia::k_pno… in IsClassicQuickTimeBox()
80 …(boxType == ISOMedia::k_free) || (boxType == ISOMedia::k_skip) || (boxType == ISOMedia::k_wide) ) … in IsClassicQuickTimeBox()
152 XMP_Uns8 b1 = (XMP_Uns8) (boxType >> 24); in IsTolerableBox()
155 XMP_Uns8 b4 = (XMP_Uns8) (boxType & 0xFF); in IsTolerableBox()
229 if ( currBox.boxType == ISOMedia::k_ftyp ) { in MPEG4_CheckFormat()
1916 PutUns32BE ( lastBox.boxType, &buffer[4] ); in CheckFinalBox()
1939 u32 = MakeUns32BE ( boxType ); in WriteBoxHeader()
1946 u32 = MakeUns32BE ( boxType ); in WriteBoxHeader()
2010 (currBox.boxType == ISOMedia::k_skip) || in CreateFreeSpaceList()
2503 …bool nextIsFree = (nextBoxInfo.boxType == ISOMedia::k_free) || (nextBoxInfo.boxType == ISOMedia::k… in UpdateTopLevelBox()
[all …]
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikwin/win32cpp/
H A DComboBox.cpp51 ComboBox::ComboBox(DisplayType displayType, LPCWSTR boxType) : in ComboBox() argument
54 boxType(boxType) in ComboBox()
83 boxType, // Class name in Create()
/dports/graphics/dcp2icc/dcp2icc-0.1/XMP-Toolkit-SDK-4.4.2/source/XMPFiles/FileHandlers/
H A DMPEG4_Handler.cpp240 *boxType = Get4CharCode ( &buffer[4] ); in GetBoxInfo()
279 XMP_Uns32 boxType; in CacheFileData() local
292 GetBoxInfo ( fileRef, fileSize, outerPos, &boxType, &hSize, &cSize ); in CacheFileData()
295 if ( (! this->containsXMP) && (boxType == kBE_uuid) ) { in CacheFileData()
315 } else if ( (! moovFound) && (boxType == kBE_moov) ) { in CacheFileData()
333 GetBoxInfo ( fileRef, fileSize, middlePos, &boxType, &hSize, &cSize ); in CacheFileData()
336 if ( (! mvhdFound) && (boxType == kBE_mvhd) ) { in CacheFileData()
344 } else if ( (! udtaFound) && (boxType == kBE_udta) ) { in CacheFileData()
361 if ( boxType != kBE_cprt ) continue; in CacheFileData()
817 XMP_Uns32 boxType; in UpdateFile() local
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/tests/BinaryOperators/Assignment/
H A DOpAssign.cs81 Type boxType = typeof(Box<>).MakeGenericType(type); in AssignmentEquivalentsWithMemberAccess()
82 object box = boxType.GetConstructor(new[] { type }).Invoke(new object[] { x }); in AssignmentEquivalentsWithMemberAccess()
88 box = boxType.GetConstructor(new[] { type }).Invoke(new object[] { x }); in AssignmentEquivalentsWithMemberAccess()
90 property = Expression.Property(boxExp, boxType.GetProperty("Value")); in AssignmentEquivalentsWithMemberAccess()
113 Type boxType = typeof(Box<>).MakeGenericType(type); in AssignmentEquivalentsWithStaticMemberAccess()
114 PropertyInfo prop = boxType.GetProperty("StaticValue"); in AssignmentEquivalentsWithStaticMemberAccess()
140 Type boxType = typeof(Box<>).MakeGenericType(type); in AssignmentEquivalentsWithIndexAccess()
147 box = boxType.GetConstructor(new[] { type }).Invoke(new object[] { x }); in AssignmentEquivalentsWithIndexAccess()
187 Type boxType = typeof(Box<>).MakeGenericType(type); in AssignmentWithMemberAccessReducable()
190 Expression property = Expression.Property(boxExp, boxType.GetProperty("Value")); in AssignmentWithMemberAccessReducable()
[all …]
/dports/multimedia/ccextractor/ccextractor-0.85/src/lib_ccx/
H A Dstream_functions.c412 char boxType[5]; // Name of the box structure member
452 …sition + 4] == ccx_stream_mp4_boxes[idx].boxType[0] && buffer[position + 5] == ccx_stream_mp4_boxe… in isValidMP4Box()
453 …sition + 6] == ccx_stream_mp4_boxes[idx].boxType[2] && buffer[position + 7] == ccx_stream_mp4_boxe… in isValidMP4Box()
454 mprint("Detected MP4 box with name: %s\n", ccx_stream_mp4_boxes[idx].boxType); in isValidMP4Box()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaObjC/
H A Dsuper-cat-prot.m19 @interface NSBox : NSView {} - (NSBoxType)boxType; @end method
41 if ([self boxType] == NSBoxSeparator) {
47 if ([self boxType] != NSBoxSeparator)
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaObjC/
H A Dsuper-cat-prot.m19 @interface NSBox : NSView {} - (NSBoxType)boxType; @end method
41 if ([self boxType] == NSBoxSeparator) {
47 if ([self boxType] != NSBoxSeparator)

12345678910