OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bytes_in_buffer
(Results
1 - 25
of
31
) sorted by null
1
2
/external/jpeg/
jdatasrc.c
60
* (ignoring the current state of next_input_byte &
bytes_in_buffer
),
83
* (typically the start of the current MCU). next_input_byte &
bytes_in_buffer
108
src->pub.
bytes_in_buffer
= nbytes;
137
while (num_bytes > (long) src->pub.
bytes_in_buffer
) {
138
num_bytes -= (long) src->pub.
bytes_in_buffer
;
145
src->pub.
bytes_in_buffer
-= (size_t) num_bytes;
210
src->pub.
bytes_in_buffer
= 0; /* forces fill_input_buffer on first read */
jdhuff.h
92
size_t
bytes_in_buffer
; /* # of bytes remaining in source buffer */
member in struct:__anon19625
111
br_state.
bytes_in_buffer
= cinfop->src->
bytes_in_buffer
; \
117
cinfop->src->
bytes_in_buffer
= br_state.
bytes_in_buffer
; \
jdhuff.c
300
register size_t
bytes_in_buffer
= state->
bytes_in_buffer
;
local
312
if (
bytes_in_buffer
== 0) {
316
bytes_in_buffer
= cinfo->src->
bytes_in_buffer
;
318
bytes_in_buffer
--;
329
if (
bytes_in_buffer
== 0) {
333
bytes_in_buffer
= cinfo->src->
bytes_in_buffer
;
335
bytes_in_buffer
--
[
all
...]
jdmarker.c
113
* At all times, cinfo->src->next_input_byte and ->
bytes_in_buffer
reflect
122
size_t
bytes_in_buffer
= datasrc->
bytes_in_buffer
127
datasrc->
bytes_in_buffer
=
bytes_in_buffer
)
132
bytes_in_buffer
= datasrc->
bytes_in_buffer
)
139
if (
bytes_in_buffer
== 0) { \
150
bytes_in_buffer
--; \
158
bytes_in_buffer
--;
[
all
...]
djpeg.c
359
if (datasrc->
bytes_in_buffer
== 0) {
363
datasrc->
bytes_in_buffer
--;
jpeglib.h
789
size_t
bytes_in_buffer
; /* # of bytes remaining in buffer */
member in struct:jpeg_source_mgr
[
all
...]
/external/qemu/distrib/jpeg-6b/
jdatasrc.c
60
* (ignoring the current state of next_input_byte &
bytes_in_buffer
),
83
* (typically the start of the current MCU). next_input_byte &
bytes_in_buffer
108
src->pub.
bytes_in_buffer
= nbytes;
137
while (num_bytes > (long) src->pub.
bytes_in_buffer
) {
138
num_bytes -= (long) src->pub.
bytes_in_buffer
;
145
src->pub.
bytes_in_buffer
-= (size_t) num_bytes;
210
src->pub.
bytes_in_buffer
= 0; /* forces fill_input_buffer on first read */
jdhuff.h
92
size_t
bytes_in_buffer
; /* # of bytes remaining in source buffer */
member in struct:__anon24890
111
br_state.
bytes_in_buffer
= cinfop->src->
bytes_in_buffer
; \
117
cinfop->src->
bytes_in_buffer
= br_state.
bytes_in_buffer
; \
jdhuff.c
300
register size_t
bytes_in_buffer
= state->
bytes_in_buffer
;
local
312
if (
bytes_in_buffer
== 0) {
316
bytes_in_buffer
= cinfo->src->
bytes_in_buffer
;
318
bytes_in_buffer
--;
329
if (
bytes_in_buffer
== 0) {
333
bytes_in_buffer
= cinfo->src->
bytes_in_buffer
;
335
bytes_in_buffer
--
[
all
...]
jdmarker.c
113
* At all times, cinfo->src->next_input_byte and ->
bytes_in_buffer
reflect
122
size_t
bytes_in_buffer
= datasrc->
bytes_in_buffer
127
datasrc->
bytes_in_buffer
=
bytes_in_buffer
)
132
bytes_in_buffer
= datasrc->
bytes_in_buffer
)
139
if (
bytes_in_buffer
== 0) { \
150
bytes_in_buffer
--; \
158
bytes_in_buffer
--;
[
all
...]
djpeg.c
359
if (datasrc->
bytes_in_buffer
== 0) {
363
datasrc->
bytes_in_buffer
--;
jpeglib.h
789
size_t
bytes_in_buffer
; /* # of bytes remaining in buffer */
member in struct:jpeg_source_mgr
[
all
...]
/external/chromium_org/third_party/skia/src/images/
SkJpegUtility.cpp
15
src->
bytes_in_buffer
= 0;
43
src->
bytes_in_buffer
= 0;
64
src->
bytes_in_buffer
= bytes;
71
if (num_bytes > (long)src->
bytes_in_buffer
) {
72
size_t bytesToSkip = num_bytes - src->
bytes_in_buffer
;
86
src->
bytes_in_buffer
= 0;
89
src->
bytes_in_buffer
-= num_bytes;
/external/skia/src/images/
SkJpegUtility.cpp
15
src->
bytes_in_buffer
= 0;
43
src->
bytes_in_buffer
= 0;
64
src->
bytes_in_buffer
= bytes;
71
if (num_bytes > (long)src->
bytes_in_buffer
) {
72
size_t bytesToSkip = num_bytes - src->
bytes_in_buffer
;
86
src->
bytes_in_buffer
= 0;
89
src->
bytes_in_buffer
-= num_bytes;
/external/srtp/crypto/include/
aes_icm.h
22
int
bytes_in_buffer
; /* number of unused bytes in buffer */
member in struct:__anon26562
/external/srtp/crypto/cipher/
aes_icm.c
193
c->
bytes_in_buffer
= 0;
237
c->
bytes_in_buffer
= sizeof(v128_t);
245
c->
bytes_in_buffer
= sizeof(v128_t) - tail_num;
250
c->
bytes_in_buffer
= 0;
274
c->
bytes_in_buffer
= 0;
293
c->
bytes_in_buffer
= sizeof(v128_t);
321
* bytes_to_encr <
bytes_in_buffer
324
* bytes_to_encr >
bytes_in_buffer
345
if (bytes_to_encr <= (unsigned int)c->
bytes_in_buffer
) {
348
for (i = (sizeof(v128_t) - c->
bytes_in_buffer
);
[
all
...]
/packages/apps/Gallery2/jni_jpegstream/src/
jpeg_hook.cpp
104
src->mgr.
bytes_in_buffer
= bytesRead;
124
if (src->mgr.
bytes_in_buffer
>= num_bytes) {
125
src->mgr.
bytes_in_buffer
-= num_bytes;
129
int64_t skip = num_bytes - src->mgr.
bytes_in_buffer
;
130
src->mgr.next_input_byte += src->mgr.
bytes_in_buffer
;
131
src->mgr.
bytes_in_buffer
= 0;
/external/chromium_org/ipc/
sync_socket_unittest.cc
292
size_t
bytes_in_buffer
= pair[1].Peek();
local
293
EXPECT_NE(
bytes_in_buffer
, 0U);
298
EXPECT_EQ(
bytes_in_buffer
, pair[1].Peek());
/system/extras/tests/bionic/libc/other/
test_jpeg.c
62
src->jpeg_mgr.
bytes_in_buffer
= src->end - src->base;
84
src->jpeg_mgr.
bytes_in_buffer
-= num_bytes;
93
src->jpeg_mgr.
bytes_in_buffer
= src->end - src->base;
/external/chromium_org/ui/gfx/codec/
jpeg_codec.cc
345
// actually read. May leave
bytes_in_buffer
set to 0 (in which case a
350
cinfo->src->
bytes_in_buffer
= state->input_buffer_length;
358
// "This is called whenever
bytes_in_buffer
has reached zero and more data is
360
// (ignoring the current state of next_input_byte and
bytes_in_buffer
), reset
363
// entirely, only to obtain at least one more byte.
bytes_in_buffer
MUST be
381
//
bytes_in_buffer
may be zero on return. A zero or negative skip count
384
if (num_bytes > static_cast<long>(cinfo->src->
bytes_in_buffer
)) {
388
cinfo->src->next_input_byte += cinfo->src->
bytes_in_buffer
;
389
cinfo->src->
bytes_in_buffer
= 0;
391
cinfo->src->
bytes_in_buffer
-= static_cast<size_t>(num_bytes)
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
JPEGImageDecoder.cpp
318
long bytesToSkip = std::min(numBytes, (long)src->pub.
bytes_in_buffer
);
319
src->pub.
bytes_in_buffer
-= (size_t)bytesToSkip;
328
unsigned readOffset = m_bufferLength - m_info.src->
bytes_in_buffer
;
330
m_info.src->
bytes_in_buffer
+= newByteCount;
407
m_bufferLength -= m_info.src->
bytes_in_buffer
;
408
m_info.src->
bytes_in_buffer
= 0;
/external/libyuv/files/source/
mjpeg_decoder.cc
444
cinfo->src->
bytes_in_buffer
= buf_vec->buffers[buf_vec->pos].len;
/prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar
/prebuilts/tools/darwin-x86/swt/
swt.jar
/prebuilts/tools/darwin-x86_64/swt/
swt.jar
Completed in 483 milliseconds
1
2