OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:insufficient_data
(Results
1 - 16
of
16
) sorted by null
/external/opencore/nodes/common/include/
pvmf_mp4_progdownload_support_extension.h
64
* case the return value is
INSUFFICIENT_DATA
, then the caller needs to
79
*
INSUFFICIENT_DATA
, if more calls to this API are needed to reach a
101
*
INSUFFICIENT_DATA
in case the very first sample location is past the fileSize
pvmf_format_progdownload_support_extension.h
60
*
INSUFFICIENT_DATA
in case the very first sample location is past the fileSize
/external/opencore/pvmi/recognizer/plugins/pvaacffrecognizer/src/
pvaacffrec_plugin.cpp
61
else if (
INSUFFICIENT_DATA
== retVal)
/external/opencore/fileformats/mp4/parser/src/
impeg4file.cpp
494
return
INSUFFICIENT_DATA
;
509
MP4_ERROR_CODE mp4ErrorCode =
INSUFFICIENT_DATA
;
596
return
INSUFFICIENT_DATA
;
606
MP4_ERROR_CODE mp4ErrorCode =
INSUFFICIENT_DATA
;
chunkoffsetatom.cpp
315
return (
INSUFFICIENT_DATA
);
mpeg4file.cpp
[
all
...]
trackfragmentatom.cpp
676
_mp4ErrorCode =
INSUFFICIENT_DATA
;
[
all
...]
sampletableatom.cpp
607
return
INSUFFICIENT_DATA
;
[
all
...]
/external/jpeg/
jdphuff.c
186
entropy->pub.
insufficient_data
= FALSE;
257
entropy->pub.
insufficient_data
= FALSE;
308
if (! entropy->pub.
insufficient_data
) {
378
if (! entropy->pub.
insufficient_data
) {
457
/* Not worth the cycles to check
insufficient_data
here,
515
if (! entropy->pub.
insufficient_data
) {
jdhuff.c
134
entropy->pub.
insufficient_data
= FALSE;
372
if (! cinfo->entropy->
insufficient_data
) {
374
cinfo->entropy->
insufficient_data
= TRUE;
495
entropy->pub.
insufficient_data
= FALSE;
534
if (! entropy->pub.
insufficient_data
) {
jpegint.h
216
boolean
insufficient_data
; /* set TRUE after emitting warning */
member in struct:jpeg_entropy_decoder
/external/opencore/fileformats/mp4/parser/include/
isucceedfail.h
185
INSUFFICIENT_DATA
= 141,
impeg4file.h
304
*
INSUFFICIENT_DATA
, if more calls to this API are needed to reach a
328
*
INSUFFICIENT_DATA
, if more calls to this API are needed to reach a
349
*
INSUFFICIENT_DATA
in case the very first sample location is past the fileSize
/external/opencore/fileformats/rawaac/parser/include/
aacfileparser.h
140
INSUFFICIENT_DATA
= -3,
227
INSUFFICIENT_DATA
= 141
/external/opencore/fileformats/rawaac/parser/src/
aacfileparser.cpp
297
retVal = AACBitstreamObject::
INSUFFICIENT_DATA
;
326
retVal = AACBitstreamObject::
INSUFFICIENT_DATA
;
338
if (AACBitstreamObject::
INSUFFICIENT_DATA
== retVal)
[
all
...]
/external/opencore/nodes/pvmp4ffparsernode/src/
pvmf_mp4ffparser_node.cpp
[
all
...]
Completed in 279 milliseconds