HomeSort by relevance Sort by last modified time
    Searched full:stream (Results 1376 - 1400 of 9695) sorted by null

<<51525354555657585960>>

  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
arith_routins.h 50 * terminates and return byte stream.
55 * Return value : number of bytes in the stream
74 * Return value : number of bytes in the stream so far
122 * Return value : number of bytes in the stream
150 * Return value : number of bytes in original stream
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_Bitstream.h 107 * the bit stream pointed by *ppBitStream at *pOffset by using the table
144 * in the bit stream.
154 * stream buffer.
185 * in the bit stream.
194 * stream buffer.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_Bitstream.h 107 * the bit stream pointed by *ppBitStream at *pOffset by using the table
144 * in the bit stream.
154 * stream buffer.
185 * in the bit stream.
194 * stream buffer.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
armCOMM_Bitstream.h 107 * the bit stream pointed by *ppBitStream at *pOffset by using the table
144 * in the bit stream.
154 * stream buffer.
185 * in the bit stream.
194 * stream buffer.
  /frameworks/base/core/java/com/android/internal/http/multipart/
Part.java 199 * Write the start to the specified output stream
200 * @param out The output stream
211 * Write the content disposition header to the specified output stream
213 * @param out The output stream
225 * Write the content type header to the specified output stream
226 * @param out The output stream
246 * output stream
248 * @param out The output stream
262 * Write the end of the header to the output stream
263 * @param out The output stream
    [all...]
  /frameworks/base/core/jni/android/graphics/
Utils.cpp 98 SkMemoryStream* stream = new SkMemoryStream(size); local
99 void* data = const_cast<void*>(stream->getMemoryBase());
103 delete stream;
104 stream = NULL;
106 return stream;
  /frameworks/native/opengl/include/EGL/
eglext.h 348 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyStreamKHR(EGLDisplay dpy, EGLStreamKHR stream);
349 EGLAPI EGLBoolean EGLAPIENTRY eglStreamAttribKHR(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLint value);
350 EGLAPI EGLBoolean EGLAPIENTRY eglQueryStreamKHR(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLint *value);
351 EGLAPI EGLBoolean EGLAPIENTRY eglQueryStreamu64KHR(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLuint64KHR *value);
354 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYSTREAMKHRPROC)(EGLDisplay dpy, EGLStreamKHR stream);
355 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSTREAMATTRIBKHRPROC)(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLint value);
356 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYSTREAMKHRPROC)(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLint *value);
357 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYSTREAMU64KHRPROC)(EGLDisplay dpy, EGLStreamKHR stream, EGLenum attribute, EGLuint64KHR *value);
366 EGLAPI EGLBoolean EGLAPIENTRY eglStreamConsumerGLTextureExternalKHR(EGLDisplay dpy, EGLStreamKHR stream);
367 EGLAPI EGLBoolean EGLAPIENTRY eglStreamConsumerAcquireKHR(EGLDisplay dpy, EGLStreamKHR stream);
    [all...]
  /packages/apps/Camera/tests/src/com/android/camera/functional/
ImageCaptureIntentTest.java 71 BufferedInputStream stream = null; local
89 stream = new BufferedInputStream(new FileInputStream(file));
90 stream.read(jpegData);
92 if (stream != null) stream.close();
  /packages/apps/Camera2/tests/src/com/android/camera/functional/
ImageCaptureIntentTest.java 71 BufferedInputStream stream = null; local
89 stream = new BufferedInputStream(new FileInputStream(file));
90 stream.read(jpegData);
92 if (stream != null) stream.close();
  /packages/apps/LegacyCamera/tests/src/com/android/camera/functional/
ImageCaptureIntentTest.java 76 BufferedInputStream stream = null; local
94 stream = new BufferedInputStream(new FileInputStream(file));
95 stream.read(jpegData);
97 if (stream != null) stream.close();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/
msg_38.txt 39 Content-Type: application/octet-stream
53 Content-Type: application/octet-stream
61 Content-Type: application/octet-stream
75 Content-Type: application/octet-stream
83 Content-Type: application/octet-stream
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
utf_16.py 39 # 0: stream is in natural order for this platform
67 raise UnicodeError("UTF-16 stream does not start with BOM")
76 def __init__(self, stream, errors='strict'):
77 codecs.StreamWriter.__init__(self, stream, errors)
112 raise UnicodeError,"UTF-16 stream does not start with BOM"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/
msg_38.txt 39 Content-Type: application/octet-stream
53 Content-Type: application/octet-stream
61 Content-Type: application/octet-stream
75 Content-Type: application/octet-stream
83 Content-Type: application/octet-stream
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
utf_16.py 39 # 0: stream is in natural order for this platform
67 raise UnicodeError("UTF-16 stream does not start with BOM")
76 def __init__(self, stream, errors='strict'):
77 codecs.StreamWriter.__init__(self, stream, errors)
112 raise UnicodeError,"UTF-16 stream does not start with BOM"
  /external/chromium_org/third_party/icu/source/test/cintltst/
crestst.c 775 FileStream* stream = NULL; local
798 stream = T_FileStream_open(fileName, "r");
799 if(stream==NULL){
806 retLen=T_FileStream_read(stream,&c,1);
811 T_FileStream_rewind(stream);
812 T_FileStream_read(stream,&c1,1);
816 T_FileStream_rewind(stream);
817 c1 = T_FileStream_peek(stream);
821 c = T_FileStream_getc(stream);
822 T_FileStream_ungetc(c,stream);
    [all...]
  /external/icu4c/test/cintltst/
crestst.c 775 FileStream* stream = NULL; local
798 stream = T_FileStream_open(fileName, "r");
799 if(stream==NULL){
806 retLen=T_FileStream_read(stream,&c,1);
811 T_FileStream_rewind(stream);
812 T_FileStream_read(stream,&c1,1);
816 T_FileStream_rewind(stream);
817 c1 = T_FileStream_peek(stream);
821 c = T_FileStream_getc(stream);
822 T_FileStream_ungetc(c,stream);
    [all...]
  /external/bluetooth/bluedroid/stack/include/
avdt_api.h 71 ** as frame boundaries in the data stream. This constant is used to check or
77 /* SEP Type. This indicates the stream endpoint type. */
85 /* Media Type. This indicates the media type of the stream endpoint. */
102 ** capabilities of a stream endpoint. This value is a mask.
250 BOOLEAN in_use; /* TRUE if stream is currently in use */
251 UINT8 seid; /* Stream endpoint identifier */
300 UINT8 int_seid; /* Stream endpoint ID of stream initiating the operation */
323 UINT8 num_seps; /* Number of stream endpoints */
354 ** to the application. This function is required for all registered stream
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
linux.cc 126 void ConfigParser::Attach(StreamInterface* stream) {
127 instream_.reset(stream);
178 static bool ExpectLineFromStream(FileStream *stream,
180 StreamResult res = stream->ReadLine(out);
183 LOG(LS_ERROR) << "Error when reading from stream";
185 LOG(LS_ERROR) << "Incorrect number of lines in stream";
192 static void ExpectEofFromStream(FileStream *stream) {
194 StreamResult res = stream->ReadLine(&unused);
196 LOG(LS_WARNING) << "Ignoring unexpected extra lines from stream";
198 LOG(LS_WARNING) << "Error when checking for extra lines from stream";
    [all...]
  /external/chromium_org/chromeos/process_proxy/
process_proxy_unittest.cc 59 // stream will contain the same string repeated |kTestLineNum| times. So we
92 bool ProcessReceivedCharacter(char received, size_t stream) {
93 if (stream >= arraysize(left_to_check_index_))
95 bool success = left_to_check_index_[stream] < expected_line_.length() &&
96 expected_line_[left_to_check_index_[stream]] == received;
98 left_to_check_index_[stream]++;
99 if (left_to_check_index_[stream] == expected_line_.length() &&
101 // Take another line to test for this stream, if there are any lines left.
102 // If not, this stream is done.
103 left_to_check_index_[stream] = 0
    [all...]
  /external/chromium_org/media/filters/
decrypting_demuxer_stream.cc 25 static bool IsStreamValidAndEncrypted(DemuxerStream* stream) {
26 return ((stream->type() == DemuxerStream::AUDIO &&
27 stream->audio_decoder_config().IsValidConfig() &&
28 stream->audio_decoder_config().is_encrypted()) ||
29 (stream->type() == DemuxerStream::VIDEO &&
30 stream->video_decoder_config().IsValidConfig() &&
31 stream->video_decoder_config().is_encrypted()));
47 DemuxerStream* stream,
55 demuxer_stream_ = stream;
290 // The decoder selector or upstream demuxer make sure the stream is valid an
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
sslstreamadapter.h 34 #include "talk/base/stream.h"
40 // After SSL has been started, the stream will only open on successful
62 // Instantiate an SSLStreamAdapter wrapping the given stream,
65 static SSLStreamAdapter* Create(StreamInterface* stream);
67 explicit SSLStreamAdapter(StreamInterface* stream)
68 : StreamAdapterInterface(stream), ignore_bad_cert_(false) { }
92 // Use of the stream prior to calling either of these functions will
95 // soon as possible: right away if the underlying wrapped stream is
101 // exposed stream will open after successful negotiation and
116 // stream opens
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkData.cpp 269 void SkDataSet::writeToStream(SkWStream* stream) const {
270 stream->write32(fCount);
272 stream->write32(fKeySize);
274 stream->write(fPairs[0].fKey, fKeySize);
276 stream->writeData(fPairs[i].fValue);
291 SkDataSet::SkDataSet(SkStream* stream) {
292 fCount = stream->readU32();
294 fKeySize = stream->readU32();
298 stream->read(keyStorage, fKeySize);
303 fPairs[i].fValue = stream->readData()
    [all...]
  /external/e2fsprogs/intl/
printf.c 80 libintl_vfprintf (FILE *stream, const char *format, va_list args)
83 return vfprintf (stream, format, args);
91 if (fwrite (result, 1, length, stream) == length)
101 libintl_fprintf (FILE *stream, const char *format, ...)
107 retval = libintl_vfprintf (stream, format, args);
273 libintl_vfwprintf (FILE *stream, const wchar_t *format, va_list args)
276 return vfwprintf (stream, format, args);
286 if (fputwc (result[i], stream) == WEOF)
298 libintl_fwprintf (FILE *stream, const wchar_t *format, ...)
304 retval = libintl_vfwprintf (stream, format, args)
    [all...]
  /external/guava/guava/src/com/google/common/collect/
TreeMultimap.java 177 private void writeObject(ObjectOutputStream stream) throws IOException {
178 stream.defaultWriteObject();
179 stream.writeObject(keyComparator());
180 stream.writeObject(valueComparator());
181 Serialization.writeMultimap(this, stream);
186 private void readObject(ObjectInputStream stream)
188 stream.defaultReadObject();
189 keyComparator = checkNotNull((Comparator<? super K>) stream.readObject());
190 valueComparator = checkNotNull((Comparator<? super V>) stream.readObject());
192 Serialization.populateMultimap(this, stream);
    [all...]
  /external/okhttp/src/test/java/com/squareup/okhttp/internal/mockspdyserver/
MockSpdyServer.java 190 @Override public void receive(final SpdyStream stream) throws IOException {
191 RecordedRequest request = readRequest(stream);
199 writeResponse(stream, response);
203 private RecordedRequest readRequest(SpdyStream stream) throws IOException {
204 List<String> spdyHeaders = stream.getRequestHeaders();
223 InputStream bodyIn = stream.getInputStream();
237 private void writeResponse(SpdyStream stream, MockResponse response) throws IOException {
256 stream.reply(spdyHeaders, body.length > 0);
258 stream.getOutputStream().write(body);
259 stream.getOutputStream().close()
    [all...]

Completed in 399 milliseconds

<<51525354555657585960>>