HomeSort by relevance Sort by last modified time
    Searched refs:end_of_stream (Results 1 - 18 of 18) sorted by null

  /external/flac/libFLAC/include/private/
ogg_decoder_aspect.h 51 FLAC__bool end_of_stream; member in struct:FLAC__OggDecoderAspect
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm/
h264bsdFlushBits.s 67 BHI end_of_stream
75 end_of_stream label
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
h264bsdFlushBits.S 65 BHI end_of_stream
72 end_of_stream: label
  /external/libbrillo/brillo/streams/
input_stream_set.cc 112 bool* end_of_stream,
124 if (end_of_stream)
125 *end_of_stream = false;
132 if (end_of_stream)
133 *end_of_stream = true;
fake_stream.cc 200 bool* end_of_stream,
211 if (end_of_stream)
212 *end_of_stream = false;
231 if (end_of_stream)
232 *end_of_stream = false;
238 if (end_of_stream)
239 *end_of_stream = true;
tls_stream.cc 86 bool* end_of_stream,
146 bool* end_of_stream,
153 if (end_of_stream)
154 *end_of_stream = false;
161 if (end_of_stream)
162 *end_of_stream = true;
176 if (end_of_stream)
177 *end_of_stream = false;
492 bool* end_of_stream,
496 return impl_->ReadNonBlocking(buffer, size_to_read, size_read, end_of_stream,
    [all...]
input_stream_set.h 83 bool* end_of_stream,
tls_stream.h 55 bool* end_of_stream,
memory_stream.cc 143 bool* end_of_stream,
152 if (end_of_stream)
153 *end_of_stream = (read == 0) && (size_to_read != 0);
file_stream.h 118 bool* end_of_stream,
file_stream.cc 445 bool* end_of_stream,
455 if (end_of_stream)
456 *end_of_stream = false;
464 if (end_of_stream)
465 *end_of_stream = (read == 0 && size_to_read != 0);
fake_stream.h 100 bool* end_of_stream,
memory_stream.h 166 bool* end_of_stream,
stream.h 233 // return true (success). In case of end-of-stream scenario, |end_of_stream|
238 bool* end_of_stream,
  /external/libvpx/libvpx/examples/
vp9_spatial_svc_encoder.c 622 int end_of_stream = 0; local
710 while (!end_of_stream) {
716 end_of_stream = 1;
751 &svc_ctx, &codec, (end_of_stream ? NULL : &raw), pts, frame_duration,
    [all...]
  /external/webrtc/webrtc/base/
stream.cc 1080 bool end_of_stream = false; local
1083 while (!end_of_stream && (read_pos < buffer_len)) {
1087 end_of_stream = true;
1116 } while (!end_of_stream);
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_vce.h 240 uint32_t end_of_stream; member in struct:rvce_enc_operation
radeon_vce_52.c 241 RVCE_CS(enc->enc_pic.eo.end_of_stream);

Completed in 2698 milliseconds