Searched refs:skip (Results 26 - 50 of 652) sorted by relevance

1234567891011>>

/external/libyuv/files/source/
H A Dmjpeg_decoder.cc287 // Compute amount of lines to skip to implement vertical crop.
288 // TODO(fbarchard): Ensure skip is a multiple of maximum component
290 int skip = (GetHeight() - dst_height) / 2; local
291 if (skip > 0) {
292 // There is no API to skip lines in the output data, so we read them
294 while (skip >= GetImageScanlinesPerImcuRow()) {
299 skip -= GetImageScanlinesPerImcuRow();
301 if (skip > 0) {
302 // Have a partial iMCU row left over to skip. Must read it and then
309 // TODO(fbarchard): Compute skip t
377 int skip = (GetHeight() - dst_height) / 2; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/examples/
H A Ddecode_with_drops.c120 int skip; local
128 skip = (is_range && frame_cnt >= n && frame_cnt <= m) ||
131 if (!skip) {
/external/libvpx/libvpx/examples/
H A Ddecode_with_drops.c120 int skip; local
128 skip = (is_range && frame_cnt >= n && frame_cnt <= m) ||
131 if (!skip) {
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
H A DSSLStreamedInputTest.java41 sslsi.skip(3);
/external/chromium_org/android_webview/unittestjava/src/org/chromium/android_webview/unittest/
H A DInputStreamUnittest.java40 public long skip(long n) throws IOException {
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
H A D__init__.py31 'defaultTestLoader', 'SkipTest', 'skip', 'skipIf', 'skipUnless',
43 TestCase, FunctionTestCase, SkipTest, skip, skipIf,
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodemb.h33 unsigned char *skip);
/external/guava/guava-tests/test/com/google/common/io/
H A DMultiInputStreamTest.java104 @Override public long skip(long n) {
110 multi.skip(-1);
111 multi.skip(-1);
112 multi.skip(0);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodemb.h33 unsigned char *skip);
/external/lldb/test/unittest2/
H A D__init__.py31 'defaultTestLoader', 'SkipTest', 'skip', 'skipIf', 'skipUnless',
43 TestCase, FunctionTestCase, SkipTest, skip, skipIf,
/external/llvm/include/llvm/Support/
H A DYAMLParser.h88 void skip();
91 skip();
144 virtual void skip() {} function in class:llvm::yaml::Node
256 void skip() override {
257 getKey()->skip();
258 getValue()->skip();
328 template <class CollectionType> void skip(CollectionType &C) { function in namespace:llvm::yaml
330 assert((C.IsAtBeginning || C.IsAtEnd) && "Cannot skip mid parse!");
334 i->skip();
362 template <class T> friend void yaml::skip(
368 void skip() override { yaml::skip(*this); } member in class:llvm::yaml::MappingNode::yaml
426 void skip() override { yaml::skip(*this); } member in class:llvm::yaml::SequenceNode::yaml
[all...]
/external/okhttp/okio/src/main/java/okio/
H A DBufferedSource.java69 void skip(long byteCount) throws IOException; method in interface:BufferedSource
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DInputStreamUtil.java62 public static long skip(InputStream stream, long n) { method in class:InputStreamUtil
64 return Math.max(CALL_FAILED_STATUS, stream.skip(n));
66 Log.e(LOGTAG, logMessage("skip"), e);
/external/dhcpcd/
H A Ddhcpcd-run-hooks.in227 for skip in $skip_hooks; do
229 */"$skip") continue 2;;
230 */[0-9][0-9]"-$skip") continue 2;;
231 */[0-9][0-9]"-$skip.sh") continue 2;;
/external/guava/guava/src/com/google/common/io/
H A DCountingInputStream.java67 @Override public long skip(long n) throws IOException { method in class:CountingInputStream
68 long result = in.skip(n);
H A DLimitInputStream.java98 @Override public long skip(long n) throws IOException { method in class:LimitInputStream
100 long skipped = in.skip(n);
H A DMultiReader.java63 @Override public long skip(long n) throws IOException { method in class:MultiReader
67 long result = current.skip(n);
/external/smack/src/org/jivesoftware/smack/util/
H A DObservableReader.java70 public long skip(long n) throws IOException { method in class:ObservableReader
71 return wrappedReader.skip(n);
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Drc4.c16 int rc4_skip(const u8 *key, size_t keylen, size_t skip, argument
38 for (k = 0; k < skip; k++) {
/external/wpa_supplicant_8/src/crypto/
H A Drc4.c16 int rc4_skip(const u8 *key, size_t keylen, size_t skip, argument
38 for (k = 0; k < skip; k++) {
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Drc4.c16 int rc4_skip(const u8 *key, size_t keylen, size_t skip, argument
38 for (k = 0; k < skip; k++) {
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
H A DCipherInputStreamTest.java142 int skip = 2;
143 int ind = skip; // index into the data array (to check the got data)
145 cis.read(null, 0, skip);
146 int got = skip + cis.read(result, 0, 1); // the number of got bytes
169 * skip(long n) method testing. Tests that the method correctly skips the
179 int skipped = (int) cis.skip(2);
/external/chromium_org/third_party/brotli/src/brotli/dec/
H A Dtransform.h207 int skip = t < kOmitFirst1 ? 0 : t - (kOmitFirst1 - 1); local
211 if (skip > len) {
212 skip = len;
215 word += skip;
216 len -= skip;
/external/chromium_org/third_party/opus/src/celt/
H A Dopus_custom_demo.c60 opus_int32 skip; local
120 opus_custom_decoder_ctl(dec, OPUS_GET_LOOKAHEAD(&skip));
185 fwrite(out+skip*channels, sizeof(short), (ret-skip)*channels, fout);
186 skip = 0;
/external/chromium_org/third_party/skia/src/core/
H A DSkFontStream.cpp43 static bool skip(SkStream* stream, size_t amount) { function
44 return stream->skip(amount) == amount;
86 if (!skip(stream, offset)) {
123 if (!skip(stream, offsetToDir)) {
196 // skip the stream to the part of the table we want to copy from
199 if (!skip(stream, bytesToSkip)) {

Completed in 2327 milliseconds

1234567891011>>