OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:infoBytesRemaining
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/codec/
SkBmpCodec.cpp
161
const uint32_t
infoBytesRemaining
= infoBytes - 4;
164
SkAutoTDeleteArray<uint8_t> iBuffer(new uint8_t[
infoBytesRemaining
]);
165
if (stream->read(iBuffer.get(),
infoBytesRemaining
) !=
infoBytesRemaining
) {
231
SkASSERT(
infoBytesRemaining
>= 12);
238
if (
infoBytesRemaining
>= 16) {
240
if (
infoBytesRemaining
>= 32) {
330
SkASSERT(
infoBytesRemaining
>= 48);
389
SkASSERT(
infoBytesRemaining
> 52);
/frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.cpp
396
//
infoBytesRemaining
is the number of bytes that make up the
399
size_t
infoBytesRemaining
= section_length - 9 - program_info_length - 4;
401
while (
infoBytesRemaining
>= 5) {
440
infoBytesRemaining
-= 5 + ES_info_length;
443
if (
infoBytesRemaining
!= 0) {
[
all
...]
Completed in 212 milliseconds