HomeSort by relevance Sort by last modified time
    Searched full:dref (Results 1 - 14 of 14) sorted by null

  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
DataReferenceBox.java 38 public static final String TYPE = "dref";
  /external/clang/lib/ARCMigrate/
TransAutoreleasePool.cpp 189 if (DeclRefExpr *dref = dyn_cast<DeclRefExpr>(bop->getLHS())) {
190 if (VarDecl *VD = dyn_cast<VarDecl>(dref->getDecl())) {
380 if (DeclRefExpr *dref = dyn_cast<DeclRefExpr>(rec))
381 if (dref->getDecl() == poolVar)
  /external/ceres-solver/internal/ceres/
implicit_schur_complement.cc 130 ConstVectorRef Dref(D_ + A_->num_cols_e(), num_cols());
132 (Dref.array().square() *
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbreg.cpp 251 // Save the reference image, detect features and update the dref-to-ref transformation
326 db_Multiply3x3_3x3(m_H_dref_to_ref,H,H_ins_to_ref); // Update dref to ref using the input H from dref to ins
  /packages/apps/Camera2/jni/feature_stab/src/dbreg/
dbreg.cpp 251 // Save the reference image, detect features and update the dref-to-ref transformation
326 db_Multiply3x3_3x3(m_H_dref_to_ref,H,H_ins_to_ref); // Update dref to ref using the input H from dref to ins
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbreg.cpp 251 // Save the reference image, detect features and update the dref-to-ref transformation
326 db_Multiply3x3_3x3(m_H_dref_to_ref,H,H_ins_to_ref); // Update dref to ref using the input H from dref to ins
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
DefaultMp4Builder.java 266 DataReferenceBox dref = new DataReferenceBox(); local
267 dinf.addBox(dref);
270 dref.addBox(url);
FragmentedMp4Builder.java 717 DataReferenceBox dref = new DataReferenceBox();
718 dinf.addBox(dref);
721 dref.addBox(url);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_lowering_nv50.cpp 581 const int dref = arg; local
584 // dref comes before bias/lod
587 i->swapSources(dref, lod);
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_lowering_nv50.cpp 581 const int dref = arg; local
584 // dref comes before bias/lod
587 i->swapSources(dref, lod);
  /external/qemu/
dis-asm.h 351 bfd_vma target; /* Target address of branch or dref, if known;
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
abap.php 102 // "assign dref->* to <fs>" statement)
    [all...]
  /external/mp4parser/isoparser/src/main/resources/
isoparser-default.properties 120 dref=com.coremedia.iso.boxes.DataReferenceBox()
  /frameworks/av/media/libstagefright/
MPEG4Writer.cpp     [all...]

Completed in 504 milliseconds