Home
last modified time | relevance | path

Searched defs:inFrame (Results 1 – 7 of 7) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/structurals/
DControlFlowGraph.java166 …public boolean execute(final Frame inFrame, final ArrayList<InstructionContext> execPreds, final I… in execute()
182 inFrames.put(lastExecutionJSR(), inFrame); in execute() local
241 private boolean mergeInFrames(final Frame inFrame) { in mergeInFrames()
DInstructionContext.java75 boolean execute(Frame inFrame, ArrayList<InstructionContext> executionPredecessors, in execute()
/external/webrtc/webrtc/modules/video_processing/
Dspatial_resampler.cc48 int32_t VPMSimpleSpatialResampler::ResampleFrame(const VideoFrame& inFrame, in ResampleFrame()
/external/tinyxml2/docs/search/
Dsearch.js59 function SearchBox(name, resultsPath, inFrame, label) argument
/external/libjpeg-turbo/doc/html/search/
Dsearch.js90 function SearchBox(name, resultsPath, inFrame, label) argument
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
DMockSpdyPeer.java182 InFrame inFrame = new InFrame(i, reader); in readAndWriteFrames() local
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Disac.c503 float inFrame[FRAMESAMPLES_10ms]; in WebRtcIsac_Encode() local