/external/mp4parser/isoparser/src/main/resources/ |
D | isoparser-default.properties | 1 hint=com.coremedia.iso.boxes.TrackReferenceTypeBox(type) 2 cdsc=com.coremedia.iso.boxes.TrackReferenceTypeBox(type) 3 meta-ilst=com.coremedia.iso.boxes.apple.AppleItemListBox() 4 -----name=com.coremedia.iso.boxes.apple.AppleNameBox() 5 -----mean=com.coremedia.iso.boxes.apple.AppleMeanBox() 6 -----data=com.coremedia.iso.boxes.apple.AppleDataBox() 7 rmra=com.coremedia.iso.boxes.apple.AppleReferenceMovieBox() 8 rmda=com.coremedia.iso.boxes.apple.AppleReferenceMovieDescriptorBox() 9 rmdr=com.coremedia.iso.boxes.apple.AppleDataRateBox() 10 rdrf=com.coremedia.iso.boxes.apple.AppleDataReferenceBox() [all …]
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
D | SampleTableBox.java | 17 package com.coremedia.iso.boxes; 44 for (Box box : boxes) { in getSampleDescriptionBox() 53 for (Box box : boxes) { in getSampleSizeBox() 62 for (Box box : boxes) { in getSampleToChunkBox() 71 for (Box box : boxes) { in getChunkOffsetBox() 80 for (int i = 0; i < boxes.size(); i++) { in setChunkOffsetBox() 81 Box box = boxes.get(i); in setChunkOffsetBox() 83 boxes.set(i, b); in setChunkOffsetBox() 89 for (Box box : boxes) { in getTimeToSampleBox() 98 for (Box box : boxes) { in getSyncSampleBox() [all …]
|
D | MediaBox.java | 17 package com.coremedia.iso.boxes; 34 for (Box box : boxes) { in getMediaInformationBox() 43 for (Box box : boxes) { in getMediaHeaderBox() 52 for (Box box : boxes) { in getHandlerBox()
|
D | SampleDescriptionBox.java | 17 package com.coremedia.iso.boxes; 20 import com.coremedia.iso.boxes.sampleentry.SampleEntry; 69 IsoTypeWriter.writeUInt32(byteBuffer, boxes.size()); in getContent() 74 for (Box box : boxes) { in getSampleEntry()
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/ |
D | FullContainerBox.java | 20 import com.coremedia.iso.boxes.Box; 21 import com.coremedia.iso.boxes.ContainerBox; 37 protected List<Box> boxes = new LinkedList<Box>(); field in FullContainerBox 41 public void setBoxes(List<Box> boxes) { in setBoxes() argument 42 this.boxes = new LinkedList<Box>(boxes); in setBoxes() 53 for (Box boxe : boxes) { //clazz.isInstance(boxe) / clazz == boxe.getClass()? in getBoxes() 69 for (Box boxe : boxes) { in getContentSize() 77 boxes.add(b); in addBox() 82 boxes.remove(b); in removeBox() 90 return boxes; in getBoxes() [all …]
|
D | AbstractContainerBox.java | 20 import com.coremedia.iso.boxes.Box; 21 import com.coremedia.iso.boxes.ContainerBox; 41 protected List<Box> boxes = new LinkedList<Box>(); field in AbstractContainerBox 47 for (Box boxe : boxes) { in getContentSize() 58 return Collections.unmodifiableList(boxes); in getBoxes() 61 public void setBoxes(List<Box> boxes) { in setBoxes() argument 62 this.boxes = new LinkedList<Box>(boxes); in setBoxes() 73 for (Box boxe : boxes) { in getBoxes() 95 boxes.add(b); in addBox() 100 boxes.remove(b); in removeBox() [all …]
|
/external/tensorflow/tensorflow/core/kernels/ |
D | non_max_suppression_op.cc | 67 const Tensor& boxes, int* num_boxes) { in ParseAndCheckBoxSizes() argument 69 OP_REQUIRES(context, boxes.dims() == 2, in ParseAndCheckBoxSizes() 71 boxes.shape().DebugString())); in ParseAndCheckBoxSizes() 72 *num_boxes = boxes.dim_size(0); in ParseAndCheckBoxSizes() 73 OP_REQUIRES(context, boxes.dim_size(1) == 4, in ParseAndCheckBoxSizes() 89 const Tensor& boxes, in ParseAndCheckCombinedNMSBoxSizes() argument 93 OP_REQUIRES(context, boxes.dims() == 4, in ParseAndCheckCombinedNMSBoxSizes() 95 boxes.shape().DebugString())); in ParseAndCheckCombinedNMSBoxSizes() 97 bool box_check = boxes.dim_size(2) == 1 || boxes.dim_size(2) == num_classes; in ParseAndCheckCombinedNMSBoxSizes() 101 *num_boxes = boxes.dim_size(1); in ParseAndCheckCombinedNMSBoxSizes() [all …]
|
D | crop_and_resize_op.cc | 52 static inline Status ParseAndCheckBoxSizes(const Tensor& boxes, in ParseAndCheckBoxSizes() argument 55 if (boxes.NumElements() == 0 && box_index.NumElements() == 0) { in ParseAndCheckBoxSizes() 60 if (boxes.dims() != 2) { in ParseAndCheckBoxSizes() 62 boxes.shape().DebugString()); in ParseAndCheckBoxSizes() 64 *num_boxes = boxes.dim_size(0); in ParseAndCheckBoxSizes() 65 if (boxes.dim_size(1) != 4) { in ParseAndCheckBoxSizes() 126 const Tensor& boxes = context->input(1); in ComputeAsync() local 146 context, ParseAndCheckBoxSizes(boxes, box_index, &num_boxes), done); in ComputeAsync() 177 const Tensor& boxes = context->input(1); in ComputeAsync() local 180 context, image.tensor<T, 4>(), boxes.tensor<float, 2>(), in ComputeAsync() [all …]
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_NonMaxSuppressionV3.pbtxt | 4 name: "boxes" 13 score corresponding to each box (each row of boxes). 20 boxes to be selected by non max suppression. 27 boxes overlap too much with respect to IOU. 34 boxes based on score. 41 indices from the boxes tensor, where `M <= max_output_size`. 44 summary: "Greedily selects a subset of bounding boxes in descending order of score," 46 pruning away boxes that have high intersection-over-union (IOU) overlap 47 with previously selected boxes. Bounding boxes with score less than 48 `score_threshold` are removed. Bounding boxes are supplied as [all …]
|
D | api_def_CombinedNonMaxSuppression.pbtxt | 4 name: "boxes" 7 same boxes are used for all classes otherwise, if `q` is equal to number of 8 classes, class-specific boxes are used. 15 representing a single score corresponding to each box (each row of boxes). 22 boxes to be selected by non max suppression per class 28 A scalar representing maximum number of boxes retained over all classes. 35 boxes overlap too much with respect to IOU. 42 boxes based on score. 48 If false, the output nmsed boxes, scores and classes 50 output nmsed boxes, scores and classes are padded to be of length [all …]
|
D | api_def_NonMaxSuppressionV4.pbtxt | 4 name: "boxes" 13 score corresponding to each box (each row of boxes). 20 boxes to be selected by non max suppression. 27 boxes overlap too much with respect to IOU. 34 boxes based on score. 48 indices from the boxes tensor, where `M <= max_output_size`. 58 summary: "Greedily selects a subset of bounding boxes in descending order of score," 60 pruning away boxes that have high intersection-over-union (IOU) overlap 61 with previously selected boxes. Bounding boxes with score less than 62 `score_threshold` are removed. Bounding boxes are supplied as [all …]
|
D | api_def_NonMaxSuppression.pbtxt | 4 name: "boxes" 13 score corresponding to each box (each row of boxes). 20 boxes to be selected by non max suppression. 27 indices from the boxes tensor, where `M <= max_output_size`. 33 A float representing the threshold for deciding whether boxes 37 summary: "Greedily selects a subset of bounding boxes in descending order of score," 39 pruning away boxes that have high intersection-over-union (IOU) overlap 40 with previously selected boxes. Bounding boxes are supplied as 47 system result in the same boxes being selected by the algorithm. 49 collection of bounding boxes representing the selected boxes. The bounding [all …]
|
D | api_def_NonMaxSuppressionV2.pbtxt | 4 name: "boxes" 13 score corresponding to each box (each row of boxes). 20 boxes to be selected by non max suppression. 27 boxes overlap too much with respect to IOU. 34 indices from the boxes tensor, where `M <= max_output_size`. 37 summary: "Greedily selects a subset of bounding boxes in descending order of score," 39 pruning away boxes that have high intersection-over-union (IOU) overlap 40 with previously selected boxes. Bounding boxes are supplied as 47 system result in the same boxes being selected by the algorithm. 50 collection of bounding boxes representing the selected boxes. The bounding [all …]
|
D | api_def_NonMaxSuppressionWithOverlaps.pbtxt | 14 score corresponding to each box (each row of boxes). 21 boxes to be selected by non max suppression. 28 boxes overlap too. 35 boxes based on score. 42 indices from the boxes tensor, where `M <= max_output_size`. 45 summary: "Greedily selects a subset of bounding boxes in descending order of score," 47 pruning away boxes that have high overlaps 48 with previously selected boxes. Bounding boxes with score less than 54 collection of bounding boxes representing the selected boxes. The bounding 60 selected_boxes = tf.gather(boxes, selected_indices)
|
D | api_def_DrawBoundingBoxes.pbtxt | 10 name: "boxes" 13 boxes. 20 bounding boxes drawn on the images. 23 summary: "Draw bounding boxes on a batch of images." 26 boxes specified by the locations in `boxes`. The coordinates of the each 27 bounding box in `boxes` are encoded as `[y_min, x_min, y_max, x_max]`. The
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/ |
D | SampleEntry.java | 17 package com.coremedia.iso.boxes.sampleentry; 23 import com.coremedia.iso.boxes.Box; 24 import com.coremedia.iso.boxes.ContainerBox; 48 protected List<Box> boxes = new LinkedList<Box>(); field in SampleEntry 68 public void setBoxes(List<Box> boxes) { in setBoxes() argument 69 this.boxes = new LinkedList<Box>(boxes); in setBoxes() 74 boxes.add(b); in addBox() 79 return boxes.remove(b); in removeBox() 83 return boxes; in getBoxes() 89 for (Box boxe : boxes) { //clazz.isInstance(boxe) / clazz == boxe.getClass()? in getBoxes() [all …]
|
/external/eigen/unsupported/Eigen/src/BVH/ |
D | KdBVH.h | 97 boxes.clear(); 113 boxes.reserve(n - 1); 128 inline Index getRootIndex() const { return (int)boxes.size() - 1; } 143 int numBoxes = static_cast<int>(boxes.size()); 166 return boxes[index]; 187 … boxes.push_back(objBoxes[objCenters[from].second].merged(objBoxes[objCenters[from + 1].second])); 196 int idx1 = (int)boxes.size() - 1; 197 boxes.push_back(boxes[idx1].merged(objBoxes[objCenters[mid].second])); 206 int idx1 = (int)boxes.size() - 1; 208 int idx2 = (int)boxes.size() - 1; [all …]
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/ |
D | IsoFile.java | 20 import com.coremedia.iso.boxes.Box; 21 import com.coremedia.iso.boxes.MovieBox; 88 boxes.add(box); in parse() 102 if (boxes == null) { in toString() 105 for (int i = 0; i < boxes.size(); i++) { in toString() 109 buffer.append(boxes.get(i).toString()); in toString() 149 for (Box box : boxes) { in getSize() 169 for (Box box : boxes) { in getMovieBox() 178 for (Box box : boxes) { in getBox()
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/ |
D | DefaultMp4Builder.java | 21 import com.coremedia.iso.boxes.Box; 22 import com.coremedia.iso.boxes.CompositionTimeToSample; 23 import com.coremedia.iso.boxes.ContainerBox; 24 import com.coremedia.iso.boxes.DataEntryUrlBox; 25 import com.coremedia.iso.boxes.DataInformationBox; 26 import com.coremedia.iso.boxes.DataReferenceBox; 27 import com.coremedia.iso.boxes.FileTypeBox; 28 import com.coremedia.iso.boxes.HandlerBox; 29 import com.coremedia.iso.boxes.MediaBox; 30 import com.coremedia.iso.boxes.MediaHeaderBox; [all …]
|
/external/tensorflow/tensorflow/core/ops/ |
D | image_ops.cc | 113 ShapeHandle boxes; in NMSShapeFn() local 114 TF_RETURN_IF_ERROR(c->WithRank(c->input(0), 2, &boxes)); in NMSShapeFn() 126 TF_RETURN_IF_ERROR(c->Merge(c->Dim(boxes, 0), c->Dim(scores, 0), &unused)); in NMSShapeFn() 128 TF_RETURN_IF_ERROR(c->WithValue(c->Dim(boxes, 1), 4, &unused)); in NMSShapeFn() 136 ShapeHandle boxes; in CombinedNMSShapeFn() local 138 TF_RETURN_IF_ERROR(c->WithRank(c->input(0), 4, &boxes)); in CombinedNMSShapeFn() 152 TF_RETURN_IF_ERROR(c->Merge(c->Dim(boxes, 0), c->Dim(scores, 0), &unused)); in CombinedNMSShapeFn() 154 TF_RETURN_IF_ERROR(c->Merge(c->Dim(boxes, 1), c->Dim(scores, 1), &unused)); in CombinedNMSShapeFn() 156 TF_RETURN_IF_ERROR(c->WithValue(c->Dim(boxes, 3), 4, &unused)); in CombinedNMSShapeFn() 158 DimensionHandle d = c->Dim(boxes, 2); in CombinedNMSShapeFn() [all …]
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/ |
D | QuicktimeTextTrackImpl.java | 18 import com.coremedia.iso.boxes.*; 19 import com.coremedia.iso.boxes.sampleentry.TextSampleEntry; 22 import com.googlecode.mp4parser.boxes.apple.BaseMediaInfoAtom; 23 import com.googlecode.mp4parser.boxes.apple.GenericMediaHeaderAtom; 24 import com.googlecode.mp4parser.boxes.apple.GenericMediaHeaderTextAtom; 25 import com.googlecode.mp4parser.boxes.apple.QuicktimeTextSampleEntry; 26 import com.googlecode.mp4parser.boxes.threegpp26245.FontTableBox;
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
D | xa_context.c | 101 int to_surface, struct xa_box *boxes, unsigned int num_boxes) in xa_surface_dma() argument 112 for (i = 0; i < num_boxes; ++i, ++boxes) { in xa_surface_dma() 113 w = boxes->x2 - boxes->x1; in xa_surface_dma() 114 h = boxes->y2 - boxes->y1; in xa_surface_dma() 117 transfer_direction, boxes->x1, boxes->y1, in xa_surface_dma() 124 0, 0, w, h, data, pitch, boxes->x1, boxes->y1); in xa_surface_dma() 127 boxes->x1, boxes->y1, w, h, map, transfer->stride, 0, in xa_surface_dma()
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/adobe/ |
D | ActionMessageFormat0SampleEntryBox.java | 1 package com.googlecode.mp4parser.boxes.adobe; 3 import com.coremedia.iso.boxes.Box; 4 import com.coremedia.iso.boxes.sampleentry.SampleEntry; 19 for (Box box : boxes) { in getContentSize()
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/apple/ |
D | TimeCodeBox.java | 16 package com.googlecode.mp4parser.boxes.apple; 18 import com.coremedia.iso.boxes.Box; 19 import com.coremedia.iso.boxes.sampleentry.SampleEntry; 34 for (Box box : boxes) { in getContentSize()
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/ |
D | AbstractAppleMetaDataBox.java | 1 package com.coremedia.iso.boxes.apple; 7 import com.coremedia.iso.boxes.Box; 8 import com.coremedia.iso.boxes.ContainerBox; 29 public void setBoxes(List<Box> boxes) { in setBoxes() argument 30 if (boxes.size() == 1 && boxes.get(0) instanceof AppleDataBox) { in setBoxes() 31 appleDataBox = (AppleDataBox) boxes.get(0); in setBoxes()
|