HomeSort by relevance Sort by last modified time
    Searched full:ftyp (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/opencv3/3rdparty/libjasper/
jp2_enc.c 97 jp2_ftyp_t *ftyp; local
147 ftyp = &box->data.ftyp;
148 ftyp->majver = JP2_FTYP_MAJVER;
149 ftyp->minver = JP2_FTYP_MINVER;
150 ftyp->numcompatcodes = 1;
151 ftyp->compatcodes[0] = JP2_FTYP_COMPATCODE;
jp2_cod.c 146 {JP2_BOX_FTYP, "FTYP", 0,
349 jp2_ftyp_t *ftyp = &box->data.ftyp; local
351 if (jp2_getuint32(in, &ftyp->majver) || jp2_getuint32(in, &ftyp->minver)) {
354 ftyp->numcompatcodes = (box->datalen - 8) / 4;
355 if (ftyp->numcompatcodes > JP2_FTYP_MAXCOMPATCODES) {
358 for (i = 0; i < ftyp->numcompatcodes; ++i) {
359 if (jp2_getuint32(in, &ftyp->compatcodes[i])) {
543 jp2_ftyp_t *ftyp = &box->data.ftyp local
    [all...]
jp2_cod.h 130 /* FTYP box data. */
264 jp2_ftyp_t ftyp; member in union:__anon21690::__anon21691
jp2_dec.c 143 /* Get the second box. This should be a FTYP box. */
  /external/llvm/bindings/go/llvm/
ir_test.go 25 ftyp := FunctionType(VoidType(), nil, false)
26 fn := AddFunction(mod, "foo", ftyp)
  /prebuilts/go/darwin-x86/src/runtime/
mfinal.go 317 ftyp := f._type
318 if ftyp == nil {
326 if ftyp.kind&kindMask != kindFunc {
327 throw("runtime.SetFinalizer: second argument is " + *ftyp._string + ", not a function")
329 ft := (*functype)(unsafe.Pointer(ftyp))
332 throw("runtime.SetFinalizer: cannot pass " + *etyp._string + " to finalizer " + *ftyp._string)
355 throw("runtime.SetFinalizer: cannot pass " + *etyp._string + " to finalizer " + *ftyp._string)
  /prebuilts/go/linux-x86/src/runtime/
mfinal.go 317 ftyp := f._type
318 if ftyp == nil {
326 if ftyp.kind&kindMask != kindFunc {
327 throw("runtime.SetFinalizer: second argument is " + *ftyp._string + ", not a function")
329 ft := (*functype)(unsafe.Pointer(ftyp))
332 throw("runtime.SetFinalizer: cannot pass " + *etyp._string + " to finalizer " + *ftyp._string)
355 throw("runtime.SetFinalizer: cannot pass " + *etyp._string + " to finalizer " + *ftyp._string)
  /prebuilts/go/darwin-x86/src/cmd/vet/
copylock.go 148 ftyp := styp.Field(i).Type()
149 subpath := lockPath(tpkg, ftyp)
  /prebuilts/go/darwin-x86/src/reflect/
makefunc.go 50 ftyp := (*funcType)(unsafe.Pointer(t))
61 impl := &makeFuncImpl{code: code, stack: stack, typ: ftyp, fn: fn}
  /prebuilts/go/linux-x86/src/cmd/vet/
copylock.go 148 ftyp := styp.Field(i).Type()
149 subpath := lockPath(tpkg, ftyp)
  /prebuilts/go/linux-x86/src/reflect/
makefunc.go 50 ftyp := (*funcType)(unsafe.Pointer(t))
61 impl := &makeFuncImpl{code: code, stack: stack, typ: ftyp, fn: fn}
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
FileTypeBox.java 37 public static final String TYPE = "ftyp";
  /prebuilts/go/darwin-x86/src/encoding/xml/
typeinfo.go 217 ftyp := f.Type
218 xmlname := lookupXMLName(ftyp)
221 finfo.name, typ, f.Name, xmlname.name, ftyp)
  /prebuilts/go/linux-x86/src/encoding/xml/
typeinfo.go 217 ftyp := f.Type
218 xmlname := lookupXMLName(ftyp)
221 finfo.name, typ, f.Name, xmlname.name, ftyp)
  /external/pdfium/third_party/libopenjpeg20/
jp2.c 134 * Writes a FTYP box - File type box
147 * Reads a a FTYP box - File type box
149 * @param p_header_data the data contained in the FTYP box.
151 * @param p_header_size the size of the data contained in the FTYP box.
154 * @return true if the FTYP box is valid.
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
CodeWarrior_suite.py 397 which = 'FTYP'
398 want = 'FTYP'
655 'FTYP' : _Prop_type,
679 'FTYP' : _Enum_FTYP,
  /prebuilts/go/darwin-x86/src/go/types/
typexpr.go 144 func (check *Checker) funcType(sig *Signature, recvPar *ast.FieldList, ftyp *ast.FuncType) {
146 check.recordScope(ftyp, scope)
149 params, variadic := check.collectParams(scope, ftyp.Params, true)
150 results, _ := check.collectParams(scope, ftyp.Results, false)
  /prebuilts/go/darwin-x86/src/net/http/
sniff.go 168 var mp4ftype = []byte("ftyp")
  /prebuilts/go/linux-x86/src/go/types/
typexpr.go 144 func (check *Checker) funcType(sig *Signature, recvPar *ast.FieldList, ftyp *ast.FuncType) {
146 check.recordScope(ftyp, scope)
149 params, variadic := check.collectParams(scope, ftyp.Params, true)
150 results, _ := check.collectParams(scope, ftyp.Results, false)
  /prebuilts/go/linux-x86/src/net/http/
sniff.go 168 var mp4ftype = []byte("ftyp")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
CodeWarrior_suite.py 397 which = 'FTYP'
398 want = 'FTYP'
655 'FTYP' : _Prop_type,
679 'FTYP' : _Enum_FTYP,
  /frameworks/av/include/media/stagefright/
MetaData.h 123 kKeyFileType = 'ftyp', // int32_t
  /frameworks/base/docs/html/guide/appendix/
media-formats.jd 419 <code>ftyp</code> atom.</li>
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/
WorldWideWeb_suite.py 242 'with_file_type' : 'FTYP',
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/
WorldWideWeb_suite.py 242 'with_file_type' : 'FTYP',

Completed in 509 milliseconds

1 2 3