HomeSort by relevance Sort by last modified time
    Searched refs:Box (Results 76 - 100 of 148) sorted by null

1 2 34 5 6

  /external/chromium_org/net/quic/crypto/
crypto_secret_boxer_test.cc 26 const string box = boxer.Box(QuicRandom::GetInstance(), message); local
30 EXPECT_TRUE(boxer.Unbox(box, &storage, &result));
33 EXPECT_FALSE(boxer.Unbox(string(1, 'X') + box, &storage, &result));
34 EXPECT_FALSE(boxer.Unbox(box.substr(1, string::npos), &storage, &result));
36 EXPECT_FALSE(boxer.Unbox(string(1, box[0]^0x80) + box.substr(1, string::npos),
crypto_secret_boxer.cc 21 // kBoxNonceSize contains the number of bytes of nonce that we use in each box.
32 // TODO(rtenneti): Delete sha256 based code. Use Aes128Gcm12Encrypter to Box the
34 string CryptoSecretBoxer::Box(QuicRandom* rand, StringPiece plaintext) const {
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
PropertyBoxParserImpl.java 19 import com.coremedia.iso.boxes.Box;
78 public Class<? extends Box> getClassForFourCc(String type, byte[] userType, String parent) {
81 return (Class<? extends Box>) Class.forName(fourCcToBox.clazzName);
88 public Box createBox(String type, byte[] userType, String parent) {
168 throw new RuntimeException("we have a userType but no uuid box type. Something's wrong");
187 throw new RuntimeException("No box object found for " + type);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/
FlatPackageWriterImpl.java 19 import com.coremedia.iso.boxes.Box;
125 Iterator<Box> boxIt = isoFile.getBoxes().iterator();
144 Box b = boxIt.next();
151 Box mdat = boxIt.next();
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
ReplaceSampleTrack.java 80 public Box getMediaHeaderBox() {
AppendTrack.java 62 stsd.setBoxes(Collections.<Box>singletonList(aseResult));
132 Iterator<Box> bxs1 = ase1.getBoxes().iterator();
133 Iterator<Box> bxs2 = ase2.getBoxes().iterator();
135 Box cur1 = bxs1.next();
136 Box cur2 = bxs2.next();
340 public Box getMediaHeaderBox() {
SilenceTrackImpl.java 78 public Box getMediaHeaderBox() {
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/cenc/
ProtectionSystemSpecificHeaderBox.java 7 import com.coremedia.iso.boxes.Box;
18 * This box contains information needed by a Content Protection System to play back the content. The
28 * systems, by including one Protection System-Specific Header box for each system supported. Readers
29 * that process such presentations must match the SystemID field in this box to the SystemID(s) of the
31 * box(es) for storage and retrieval of Protection-Specific information interpreted or created by that DRM
  /external/jmonkeyengine/engine/src/test/jme3test/batching/
TestBatchNodeTower.java 56 import com.jme3.scene.shape.Box;
87 private Box brick;
111 brick = new Box(Vector3f.ZERO, brickWidth, brickHeight, brickDepth);
195 Box floorBox = new Box(Vector3f.ZERO, 10f, 0.1f, 5f);
  /external/jmonkeyengine/engine/src/android/jme3test/android/
SimpleTexturedTest.java 20 import com.jme3.scene.shape.Box;
49 shapeBox = new Box(Vector3f.ZERO, 0.3f, 0.3f, 0.3f);
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestCcd.java 51 import com.jme3.scene.shape.Box;
101 node2.addControl(new RigidBodyControl(new MeshCollisionShape(new Box(Vector3f.ZERO, 4, 4, 0.1f)), 0));
TestRagdollCharacter.java 55 import com.jme3.scene.shape.Box;
142 Box brick = new Box(Vector3f.ZERO, bLength, bHeight, bWidth);
TestAttachDriver.java 52 import com.jme3.scene.shape.Box;
115 Box floor = new Box(Vector3f.ZERO, 100, 1f, 100);
133 BoxCollisionShape box = new BoxCollisionShape(new Vector3f(1.2f, 0.5f, 2.4f)); local
134 compoundShape.addChildShape(box, new Vector3f(0, 1, 0));
  /external/jmonkeyengine/engine/src/test/jme3test/post/
TestBloom.java 50 import com.jme3.scene.shape.Box;
105 Geometry soil=new Geometry("soil", new Box(new Vector3f(0, -13, 550), 800, 10, 700));
TestCrossHatch.java 50 import com.jme3.scene.shape.Box;
105 Geometry soil=new Geometry("soil", new Box(new Vector3f(0, -13, 550), 800, 10, 700));
TestPosterization.java 50 import com.jme3.scene.shape.Box;
105 Geometry soil=new Geometry("soil", new Box(new Vector3f(0, -13, 550), 800, 10, 700));
TestPostFilters.java 50 import com.jme3.scene.shape.Box;
113 Box floor = new Box(Vector3f.ZERO, 50, 1f, 50);
TestRenderToMemory.java 47 import com.jme3.scene.shape.Box;
204 Box boxMesh = new Box(Vector3f.ZERO, 1,1,1);
206 offBox = new Geometry("box", boxMesh);
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/mdat/
MediaDataBox.java 21 import com.coremedia.iso.boxes.Box;
39 * This box contains the media data. In video tracks, this box would contain video frames. A presentation may
42 * In large presentations, it may be desirable to have more data in this box than a 32-bit size would permit. In this
46 * so Media Data Box headers and free space may easily be skipped, and files without any box structure may
49 public final class MediaDataBox implements Box {
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
AudioSampleEntry.java 22 import com.coremedia.iso.boxes.Box;
226 for (Box boxe : boxes) {
VisualSampleEntry.java 22 import com.coremedia.iso.boxes.Box;
175 for (Box boxe : boxes) {
  /external/chromium_org/media/mp4/
box_reader_unittest.cc 18 // Top-level test box containing three children
22 // Ordinary (8-byte header) child box
24 // Extended-size header child box
28 // Empty free box
33 struct FreeBox : Box {
40 struct PsshBox : Box {
49 struct SkipBox : Box {
93 SkipBox box; local
94 EXPECT_TRUE(box.Parse(reader.get()));
97 EXPECT_EQ(0x05, box.a)
132 SkipBox box; local
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/effect/
TestEverything.java 46 import com.jme3.scene.shape.Box;
130 Box floor = new Box(Vector3f.ZERO, 50, 1f, 50);
  /external/jmonkeyengine/engine/src/test/jme3test/games/
CubeField.java 50 import com.jme3.scene.shape.Box;
201 Box b = new Box(loc, 1, 1, 1);
203 Geometry geom = new Geometry("Box", b);
213 Geometry playerMesh = new Geometry("Box", b);
220 Box floor = new Box(Vector3f.ZERO.add(playerMesh.getLocalTranslation().getX(),
222 Geometry floorMesh = new Geometry("Box", floor);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
DefaultMp4Builder.java 21 import com.coremedia.iso.boxes.Box;
177 Box udta = createUdta(movie);
186 * Override to create a user data box that may contain metadata.
188 * @return a 'udta' box or <code>null</code> if none provided
190 protected Box createUdta(Movie movie) {
219 // We need to take edit list box into account in trackheader duration
314 // The sample description index references the sample description box
316 // than one sample description box. Therefore 1 is always right
331 // first chunk starts (mdat box). So I just let the chunk offset
375 private class InterleaveChunkMdat implements Box {
    [all...]

Completed in 146 milliseconds

1 2 34 5 6