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

<<11121314151617181920>>

  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_video.c 218 mm_app_set_video_fmt(cam_id,&pme->stream[MM_CAMERA_VIDEO].str_config.fmt);
219 pme->stream[MM_CAMERA_VIDEO].str_config.need_stream_on = 1;
220 pme->stream[MM_CAMERA_VIDEO].str_config.num_of_bufs = VIDEO_BUF_NUM;
222 if(MM_CAMERA_OK != (rc = pme->cam->ops->config_stream(pme->cam->camera_handle,pme->ch_id,pme->stream[MM_CAMERA_VIDEO].id,
223 &pme->stream[MM_CAMERA_VIDEO].str_config))) {
228 CDBG("config_stream stream is successfull");
230 pme->stream[MM_CAMERA_SNAPSHOT_MAIN].str_config.need_stream_on = pme->fullSizeSnapshot;
231 pme->stream[MM_CAMERA_SNAPSHOT_MAIN].str_config.num_of_bufs = 1;
233 mm_app_set_live_snapshot_fmt(cam_id,&pme->stream[MM_CAMERA_SNAPSHOT_MAIN].str_config.fmt);
235 if(MM_CAMERA_OK != (rc = pme->cam->ops->config_stream(pme->cam->camera_handle,pme->ch_id,pme->stream[MM_CAMERA_SNAPSHOT_MAIN].id
303 int stream[2]; local
326 int stream[2]; local
346 int stream[2]; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
clike.js 15 function tokenBase(stream, state) {
16 var ch = stream.next();
18 var result = hooks[ch](stream, state);
23 return state.tokenize(stream, state);
30 stream.eatWhile(/[\w\.]/);
34 if (stream.eat("*")) {
36 return tokenComment(stream, state);
38 if (stream.eat("/")) {
39 stream.skipToEnd();
44 stream.eatWhile(isOperatorChar)
    [all...]
  /frameworks/av/include/media/
AudioSystem.h 55 // set/get stream volume on specified output
56 static status_t setStreamVolume(audio_stream_type_t stream, float value,
58 static status_t getStreamVolume(audio_stream_type_t stream, float* volume,
61 // mute/unmute stream
62 static status_t setStreamMute(audio_stream_type_t stream, bool mute);
63 static status_t getStreamMute(audio_stream_type_t stream, bool* mute);
68 // returns true in *state if tracks are active on the specified stream or have been active
70 static status_t isStreamActive(audio_stream_type_t stream, bool *state, uint32_t inPastMs = 0);
72 // on the specified stream or have been active in the past inPastMs milliseconds. Remote
74 static status_t isStreamActiveRemotely(audio_stream_type_t stream, bool *state
    [all...]
  /external/harfbuzz/src/
harfbuzz-dump.c 35 #define DUMP(format) dump (stream, indent, format)
36 #define DUMP1(format, arg1) dump (stream, indent, format, arg1)
37 #define DUMP2(format, arg1, arg2) dump (stream, indent, format, arg1, arg2)
38 #define DUMP3(format, arg1, arg2, arg3) dump (stream, indent, format, arg1, arg2, arg3)
40 #define DUMP_FINT(strct,fld) dump (stream, indent, "<" #fld ">%d</" #fld ">\n", (strct)->fld)
41 #define DUMP_FUINT(strct,fld) dump (stream, indent, "<" #fld ">%u</" #fld ">\n", (strct)->fld)
42 #define DUMP_FGLYPH(strct,fld) dump (stream, indent, "<" #fld ">%#06x</" #fld ">\n", (strct)->fld)
43 #define DUMP_FGLYPH(strct,fld) dump (stream, indent, "<" #fld ">%#06x</" #fld ">\n", (strct)->fld)
44 #define DUMP_USHORT_ARRAY(strct,fld,cnt) Dump_UShort_Array ((strct)->fld, cnt, #fld, stream, indent);
46 #define DEF_DUMP(type) static void Dump_ ## type (HB_ ## type *type, FILE *stream, int indent, HB_Type hb_type
    [all...]
  /external/libogg/doc/
oggstream.html 85 with framing, ordering, and interleave. It can be used as a stream delivery
92 'kitchen-sink'. It exists only to frame and deliver in-order stream
101 <p>Stream and media metadata is contained in Ogg and not built into
112 delivery stream or file. The design is such that an application can
144 <p>Ogg is designed for efficient and immediate stream capture with
146 are a maximum of just under 64kB meaning that any Ogg stream can be
149 stream.
158 by the stream design. From the acquisition of the first timecode,
160 the stream cursor.
166 forward is ahead of the stream cursor
    [all...]
  /external/chromium_org/net/spdy/
spdy_session.cc 51 // Always start at 1 for the first stream id.
241 base::WeakPtr<SpdyStream> stream; local
242 int rv = session->TryCreateStream(this, &stream);
245 stream_ = stream;
258 base::WeakPtr<SpdyStream> stream = stream_; local
259 DCHECK(stream.get());
261 return stream;
265 base::WeakPtr<SpdyStream>* stream) {
271 DCHECK(*stream);
272 stream_ = *stream;
838 SpdyStream* stream = it->second.stream; local
1272 base::WeakPtr<SpdyStream> stream; local
2134 SpdyStream* stream = it->second.stream; local
2173 SpdyStream* stream = it->second.stream; local
2333 SpdyStream* stream = it->second.stream; local
    [all...]
  /external/chromium_org/net/quic/
quic_session.h 82 // Called by streams when they want to close the stream in both directions.
88 // Removes the stream associated with 'stream_id' from the active stream map.
113 // Returns true if the stream existed previously and has been closed.
114 // Returns false if the stream is still active or if the stream has
156 // Creates a new stream, owned by the caller, to handle a peer-initiated
157 // stream. Returns NULL and does error handling if the stream can not be
161 // Create a new stream, owned by the caller, to handle a locally-initiate
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stropts.h 34 STREAM, just below the STREAM head. */
36 STREAM head. */
38 the STREAM head and place it in a character
45 #define I_SETSIG (__SID | 9) /* Inform the STREAM head that the process
51 present in the STREAM to the name pointed to
56 in the first message on the STREAM head read
61 STREAM, and send the message downstream. */
62 #define I_SENDFD (__SID |17) /* Requests the STREAM associated with `fildes'
64 pointer, to the STREAM head at the other en
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stropts.h 34 STREAM, just below the STREAM head. */
36 STREAM head. */
38 the STREAM head and place it in a character
45 #define I_SETSIG (__SID | 9) /* Inform the STREAM head that the process
51 present in the STREAM to the name pointed to
56 in the first message on the STREAM head read
61 STREAM, and send the message downstream. */
62 #define I_SENDFD (__SID |17) /* Requests the STREAM associated with `fildes'
64 pointer, to the STREAM head at the other en
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stropts.h 34 STREAM, just below the STREAM head. */
36 STREAM head. */
38 the STREAM head and place it in a character
45 #define I_SETSIG (__SID | 9) /* Inform the STREAM head that the process
51 present in the STREAM to the name pointed to
56 in the first message on the STREAM head read
61 STREAM, and send the message downstream. */
62 #define I_SENDFD (__SID |17) /* Requests the STREAM associated with `fildes'
64 pointer, to the STREAM head at the other en
    [all...]
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3Channel.h 83 QCamera3Stream *stream) = 0;
94 QCamera3Stream *stream, void *userdata);
103 int32_t allocateStreamInfoBuf(camera3_stream_t *stream);
131 camera3_stream_t *stream);
137 camera3_stream_t *stream,
146 QCamera3Stream *stream);
160 // width and height of internal stream may be different than what's
161 // specified in camera3_stream_t. For example: ZSL stream size is
167 /* QCamera3MetadataChannel is for metadata stream generated by camera daemon. */
184 QCamera3Stream *stream);
    [all...]
  /external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/
AbstractTLexer.java 28 * the character stream to be provided is.
34 * Create a new instance of the lexer using the given character stream as
37 * @param input A valid character stream that contains the ruleSrc code you
47 * @param input The character stream we are going to lex
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
TreeNodeStream.js 1 /** A stream of tree nodes, accessing nodes from a tree of some kind */
  /external/antlr/antlr-3.4/runtime/Python/tests/
t002lexer.py 24 stream = antlr3.StringStream('01')
25 lexer = self.getLexer(stream)
38 stream = antlr3.StringStream('2')
39 lexer = self.getLexer(stream)
t003lexer.py 24 stream = antlr3.StringStream('0fooze1')
25 lexer = self.getLexer(stream)
41 stream = antlr3.StringStream('2')
42 lexer = self.getLexer(stream)
t007lexer.py 24 stream = antlr3.StringStream('fofababbooabb')
25 lexer = self.getLexer(stream)
44 stream = antlr3.StringStream('foaboao')
45 lexer = self.getLexer(stream)
  /external/bison/m4/
close-stream.m4 7 dnl Prerequisites of lib/close-stream.c.
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/jcajce/
JcaContentVerifierProviderBuilder.java 71 private SignatureOutputStream stream;
92 stream = new SignatureOutputStream(sig);
103 return new RawSigVerifier(algorithm, stream, rawSig);
107 return new SigVerifier(algorithm, stream);
131 SignatureOutputStream stream = createSignatureStream(algorithm, publicKey); local
137 return new RawSigVerifier(algorithm, stream, rawSig);
141 return new SigVerifier(algorithm, stream);
186 private SignatureOutputStream stream;
189 SigVerifier(AlgorithmIdentifier algorithm, SignatureOutputStream stream)
192 this.stream = stream
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DLOutputStream.java 7 * Stream that outputs encoding based on definite length.
IndefiniteLengthInputStream.java 27 // Corrupted stream
69 // Corrupted stream
81 // Corrupted stream
100 // Corrupted stream
  /external/chromium_org/chrome/common/extensions/api/
streams_private.json 28 "description": "The URL that the stream can be read from."
33 "description": "The ID of the tab that opened the stream. If the stream is not opened in a tab, it will be -1."
38 "description": "The amount of data the Stream should contain, if known. If there is no information on the size it will be -1."
  /external/chromium_org/content/child/npapi/
plugin_stream.h 21 // Base class for a NPAPI stream. Tracks basic elements
22 // of a stream for NPAPI notifications and stream position.
26 // plugin will be notified when the stream has been fully sent.
36 // Opens the stream to the Plugin.
39 // If the size of the stream is known, use length to set the size. If
42 // can be issued on the stream.
49 // Writes to the stream.
55 // Notify the plugin that a stream is complete.
58 // Close the stream
66 const NPStream* stream() const { return &stream_; } function in class:content::PluginStream
    [all...]
  /external/chromium_org/content/test/plugin/
plugin_get_javascript_url_test.h 23 virtual NPError NewStream(NPMIMEType type, NPStream* stream,
25 virtual int32 WriteReady(NPStream *stream) OVERRIDE;
26 virtual int32 Write(NPStream *stream, int32 offset, int32 len,
28 virtual NPError DestroyStream(NPStream *stream, NPError reason) OVERRIDE;
plugin_request_read_test.h 29 virtual NPError NewStream(NPMIMEType type, NPStream* stream,
31 virtual NPError DestroyStream(NPStream *stream, NPError reason) OVERRIDE;
32 virtual int32 WriteReady(NPStream* stream) OVERRIDE;
33 virtual int32 Write(NPStream* stream, int32 offset, int32 len,
  /external/chromium_org/courgette/
streams_unittest.cc 54 EXPECT_TRUE(out.stream(3)->WriteVarint32(kValue1));
68 bool can_read = in.stream(3)->ReadVarint32(&value);
71 EXPECT_EQ(0U, in.stream(3)->Remaining());
72 EXPECT_EQ(0U, in.stream(2)->Remaining());
93 EXPECT_TRUE(out.stream(id)->WriteVarint32(datum));
108 bool can_read = in.stream(id)->ReadVarint32(&value);
114 EXPECT_EQ(0U, in.stream(i)->Remaining());
156 { // Local scope for temporary stream sets.
158 EXPECT_TRUE(subset1.stream(3)->WriteVarint32(30000));
159 EXPECT_TRUE(subset1.stream(5)->WriteVarint32(50000))
    [all...]

Completed in 480 milliseconds

<<11121314151617181920>>