Home
last modified time | relevance | path

Searched defs:oc (Results 1 – 25 of 92) sorted by relevance

1234

/external/libvncserver/client_examples/
Dvnc2mpg.c48 AVStream *add_video_stream(AVFormatContext *oc, int codec_id, int w, int h) in add_video_stream()
119 void open_video(AVFormatContext *oc, AVStream *st) in open_video()
171 void write_video_frame(AVFormatContext *oc, AVStream *st) in write_video_frame()
233 void close_video(AVFormatContext *oc, AVStream *st) in close_video()
247 static AVFormatContext *oc; variable
/external/valgrind/VEX/unused/
Dlinker.c167 static void addProddableBlock ( ObjectCode* oc, void* start, int size ) in addProddableBlock()
181 static void checkProddableBlock ( ObjectCode* oc, void* addr ) in checkProddableBlock()
353 char* alloc_fixup_bytes ( ObjectCode* oc, int nbytes ) in alloc_fixup_bytes()
419 do_Elf_Rel_relocations ( ObjectCode* oc, char* ehdrC, in do_Elf_Rel_relocations()
545 do_Elf_Rela_relocations ( ObjectCode* oc, char* ehdrC, in do_Elf_Rela_relocations()
708 ocResolve_ELF ( ObjectCode* oc ) in ocResolve_ELF()
767 ocVerifyImage_ELF ( ObjectCode* oc ) in ocVerifyImage_ELF()
951 ocGetNames_ELF ( ObjectCode* oc ) in ocGetNames_ELF()
1158 ObjectCode* oc; in loadObj() local
1270 ObjectCode *oc; in resolveObjs() local
/external/clang/test/CXX/expr/expr.mptr.oper/
Dp5.cpp19 const X0 &oc, in test_object_cvquals()
/external/jmonkeyengine/engine/src/core/com/jme3/light/
DDirectionalLight.java93 OutputCapsule oc = ex.getCapsule(this); in write() local
DPointLight.java140 OutputCapsule oc = ex.getCapsule(this); in write() local
DLight.java183 OutputCapsule oc = ex.getCapsule(this); in write() local
/external/jmonkeyengine/engine/src/core/com/jme3/font/
DKerning.java64 OutputCapsule oc = ex.getCapsule(this); in write() local
DBitmapCharacterSet.java52 OutputCapsule oc = ex.getCapsule(this); in write() local
72 …protected void writeCharset(OutputCapsule oc, int style, IntMap<BitmapCharacter> charset) throws I… in writeCharset()
/external/jmonkeyengine/engine/src/core/com/jme3/shader/
DShaderVariable.java58 OutputCapsule oc = ex.getCapsule(this); in write() local
DShaderKey.java113 OutputCapsule oc = ex.getCapsule(this); in write() local
/external/jmonkeyengine/engine/src/core/com/jme3/cinematic/
DKeyFrame.java65 OutputCapsule oc = ex.getCapsule(this); in write() local
/external/jmonkeyengine/engine/src/core/com/jme3/effect/shapes/
DEmitterPointShape.java88 OutputCapsule oc = ex.getCapsule(this); in write() local
DEmitterBoxShape.java107 OutputCapsule oc = ex.getCapsule(this); in write() local
DEmitterSphereShape.java106 OutputCapsule oc = ex.getCapsule(this); in write() local
/external/jmonkeyengine/engine/src/core/com/jme3/audio/
DLowPassFilter.java82 OutputCapsule oc = ex.getCapsule(this); in write() local
DAudioKey.java124 OutputCapsule oc = ex.getCapsule(this); in write() local
/external/jmonkeyengine/engine/src/core-effects/com/jme3/post/filters/
DColorOverlayFilter.java101 OutputCapsule oc = ex.getCapsule(this); in write() local
DRadialBlurFilter.java144 OutputCapsule oc = ex.getCapsule(this); in write() local
/external/jmonkeyengine/engine/src/core/com/jme3/effect/influencers/
DDefaultParticleInfluencer.java50 OutputCapsule oc = ex.getCapsule(this); in write() local
DNewtonianParticleInfluencer.java128 OutputCapsule oc = ex.getCapsule(this); in write() local
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
DUserData.java103 OutputCapsule oc = ex.getCapsule(this); in write() local
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
DNormalRecalcControl.java95 OutputCapsule oc = ex.getCapsule(this); in write() local
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/lodcalc/
DSimpleLodThreshold.java92 OutputCapsule oc = ex.getCapsule(this); in write() local
/external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
DAbstractControl.java101 OutputCapsule oc = ex.getCapsule(this); in write() local
/external/jmonkeyengine/engine/src/core/com/jme3/material/
DMatParamTexture.java55 OutputCapsule oc = ex.getCapsule(this); in write() local

1234