OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:streams
(Results
176 - 200
of
319
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/bionic/libc/upstream-netbsd/lib/libc/isc/
eventlib_p.h
250
/*
Streams
. */
251
evStream *
streams
;
member in struct:__anon1037
/device/asus/flo/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h
124
mm_camera_stream_t
streams
[MAX_STREAM_NUM_IN_BUNDLE];
member in struct:__anon2815
/device/lge/hammerhead/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h
124
mm_camera_stream_t
streams
[MAX_STREAM_NUM_IN_BUNDLE];
member in struct:__anon3319
/external/chromium_org/media/base/
audio_video_metadata_extractor.cc
105
AVStream* stream = format_context->
streams
[i];
109
// Extract dictionary from
streams
also. Needed for containers that attach
110
// metadata to contained
streams
instead the container itself, like OGG.
demuxer_perftest.cc
51
typedef std::vector<media::DemuxerStream* >
Streams
;
63
// Returns true when all
streams
have reached end of stream.
67
const
Streams
&
streams
() { return streams_; }
function in class:media::StreamReader
78
Streams
streams_;
151
// Ignore
streams
at EOS.
/external/chromium_org/media/filters/
ffmpeg_glue_unittest.cc
218
// called, but no
streams
have been opened.
225
// called and
streams
exist.
232
// called and
streams
have been opened.
238
AVCodecContext* context = glue_->format_context()->
streams
[0]->codec;
/external/libpng/
example.c
330
#ifdef
streams
/* PNG file I/O method 1 */
331
/* Set up the input control if you are using standard C
streams
*/
813
#ifdef
streams
/* I/O initialization method 1 */
814
/* Set up the output control if you are using standard C
streams
*/
[
all
...]
/external/lzma/C/
Xz.h
126
CXzStream *
streams
;
member in struct:__anon30512
/device/generic/goldfish/camera/
EmulatedFakeCamera2.cpp
282
"%s: No
streams
allocated, but received queue notification!",
639
result.appendFormat("
Streams
:\n");
825
camera_metadata_entry_t
streams
;
local
828
&
streams
);
838
for (size_t i = 0; i <
streams
.count; i++) {
839
int streamId =
streams
.data.i32[i];
848
b.streamId =
streams
.data.u8[i];
978
camera_metadata_entry_t
streams
;
local
981
&
streams
);
989
for (size_t i = 0; i <
streams
.count; i++)
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/session/media/
call.cc
195
<< ") is not in the local
streams
.";
942
UpdateRecvStreams(audio_update->
streams
(),
[
all
...]
mediasessionclient.cc
282
std::vector<StreamParams>*
streams
,
290
streams
->push_back(StreamParams::CreateLegacy(ssrc));
[
all
...]
mediasession_unittest.cc
200
// - one video stream with 3 simulcast
streams
and FEC,
[
all
...]
/external/chromium_org/courgette/
courgette_lib.target.darwin-arm64.mk
46
courgette/
streams
.cc
courgette_lib.target.darwin-mips.mk
46
courgette/
streams
.cc
courgette_lib.target.darwin-x86.mk
46
courgette/
streams
.cc
courgette_lib.target.darwin-x86_64.mk
46
courgette/
streams
.cc
courgette_lib.target.linux-arm64.mk
46
courgette/
streams
.cc
courgette_lib.target.linux-mips.mk
46
courgette/
streams
.cc
courgette_lib.target.linux-x86.mk
46
courgette/
streams
.cc
courgette_lib.target.linux-x86_64.mk
46
courgette/
streams
.cc
/external/chromium_org/third_party/brotli/
brotli.target.darwin-arm64.mk
30
third_party/brotli/src/brotli/dec/
streams
.c
brotli.target.darwin-mips.mk
30
third_party/brotli/src/brotli/dec/
streams
.c
brotli.target.darwin-x86.mk
30
third_party/brotli/src/brotli/dec/
streams
.c
brotli.target.darwin-x86_64.mk
30
third_party/brotli/src/brotli/dec/
streams
.c
brotli.target.linux-arm64.mk
30
third_party/brotli/src/brotli/dec/
streams
.c
Completed in 1133 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>