HomeSort by relevance Sort by last modified time
    Searched refs:boxSize (Results 1 - 6 of 6) sorted by null

  /prebuilts/go/darwin-x86/src/net/http/
sniff.go 228 boxSize := int(binary.BigEndian.Uint32(data[:4]))
229 if boxSize%4 != 0 || len(data) < boxSize {
235 for st := 8; st < boxSize; st += 4 {
  /prebuilts/go/linux-x86/src/net/http/
sniff.go 228 boxSize := int(binary.BigEndian.Uint32(data[:4]))
229 if boxSize%4 != 0 || len(data) < boxSize {
235 for st := 8; st < boxSize; st += 4 {
  /cts/tests/tests/media/src/android/media/cts/
MediaPlayer2DrmTestBase.java 645 int boxSize = boxSizeByteCount + pssh_header.length + pssh_version.length
650 ByteBuffer rawPssh = ByteBuffer.allocate(boxSize);
651 rawPssh.putInt(boxSize);
    [all...]
MediaPlayerDrmTestBase.java 752 int boxSize = boxSizeByteCount + pssh_header.length + pssh_version.length +
757 ByteBuffer rawPssh = ByteBuffer.allocate(boxSize);
758 rawPssh.putInt(boxSize);
    [all...]
  /frameworks/av/media/libstagefright/
MPEG4Writer.cpp     [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 1241 milliseconds