Searched defs:frameDuration (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImageDecodingStoreTest.cpp72 virtual float frameDuration() const { return 0; } function in class:__anon11313::ImageDecodingStoreTest
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/
H A DDTSSpecificBox.java24 int frameDuration; field in class:DTSSpecificBox
53 frameDuration = brb.readBits(2);
75 bwb.writeBits(frameDuration, 2);
123 return frameDuration;
126 public void setFrameDuration(int frameDuration) { argument
127 this.frameDuration = frameDuration;
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 254 milliseconds