OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IVD_MEM_ALLOC_FAILED
(Results
1 - 8
of
8
) sorted by null
/external/libavc/decoder/
ivd.h
233
IVD_MEM_ALLOC_FAILED
= 0x2b,
ih264d_api.c
[
all
...]
ih264d_utils.c
830
ps_dec->i4_error_code =
IVD_MEM_ALLOC_FAILED
;
831
return
IVD_MEM_ALLOC_FAILED
;
[
all
...]
/external/libhevc/common/
ivd.h
231
IVD_MEM_ALLOC_FAILED
= 0x2b,
/external/libhevc/decoder/
ihevcd_decode.c
676
ps_codec->i4_error_code =
IVD_MEM_ALLOC_FAILED
;
678
ps_dec_op->u4_error_code |=
IVD_MEM_ALLOC_FAILED
;
ihevcd_api.c
[
all
...]
/frameworks/av/media/libstagefright/codecs/avcdec/
SoftAVCDec.cpp
642
bool allocationFailed = (
IVD_MEM_ALLOC_FAILED
== (s_dec_op.u4_error_code & 0xFF));
/frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.cpp
589
bool allocationFailed = (
IVD_MEM_ALLOC_FAILED
== (s_dec_op.u4_error_code & 0xFF));
Completed in 101 milliseconds