OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IA_NO_ERROR
(Results
1 - 20
of
20
) sorted by null
/external/libxaac/decoder/drc_src/
impd_error_standards.h
36
#define
IA_NO_ERROR
0x00000000
impd_drc_error_codes.h
25
#define
IA_NO_ERROR
0x00000000
impd_drc_gain_decoder.c
45
IA_ERRORCODE err_code =
IA_NO_ERROR
;
51
if (err_code !=
IA_NO_ERROR
) return (err_code);
57
if (err_code !=
IA_NO_ERROR
) return (err_code);
320
if (err_code !=
IA_NO_ERROR
) return (err_code);
331
if (err_code !=
IA_NO_ERROR
) return (err_code);
358
if (err_code !=
IA_NO_ERROR
) return (err_code);
371
if (err_code !=
IA_NO_ERROR
) return (err_code);
378
if (err_code !=
IA_NO_ERROR
) return (err_code);
401
if (err_code !=
IA_NO_ERROR
) return (err_code);
407
if (err_code !=
IA_NO_ERROR
) return (err_code)
[
all
...]
impd_error_handler.h
86
if ((e) !=
IA_NO_ERROR
) { \
impd_drc_init.c
116
return
IA_NO_ERROR
;
273
return
IA_NO_ERROR
;
350
return
IA_NO_ERROR
;
373
IA_ERRORCODE err_code =
IA_NO_ERROR
;
411
if (err_code !=
IA_NO_ERROR
) return err_code;
417
if (err_code !=
IA_NO_ERROR
) return err_code;
428
if (err_code !=
IA_NO_ERROR
) return err_code;
432
if (err_code !=
IA_NO_ERROR
) return err_code;
435
if (err_code !=
IA_NO_ERROR
) return err_code;
440
if (err_code !=
IA_NO_ERROR
) return err_code
[
all
...]
impd_drc_main_td_process.c
72
return
IA_NO_ERROR
;
76
IA_ERRORCODE err_code =
IA_NO_ERROR
;
93
return
IA_NO_ERROR
;
181
if (err_code !=
IA_NO_ERROR
) return err_code;
188
if (err_code !=
IA_NO_ERROR
) return err_code;
201
if (err_code !=
IA_NO_ERROR
) return err_code;
228
if (err_code !=
IA_NO_ERROR
) return err_code;
impd_drc_api.c
106
IA_ERRORCODE error_code =
IA_NO_ERROR
;
582
return
IA_NO_ERROR
;
639
return
IA_NO_ERROR
;
/external/libxaac/decoder/
ixheaacd_error_standards.h
23
#define
IA_NO_ERROR
0x00000000
ixheaacd_error_handler.h
53
if ((e) !=
IA_NO_ERROR
) { \
ixheaacd_api.c
167
return
IA_NO_ERROR
;
814
if (err_code !=
IA_NO_ERROR
) {
852
return
IA_NO_ERROR
;
[
all
...]
ixheaacd_drc_freq_dec.c
489
return
IA_NO_ERROR
;
523
return
IA_NO_ERROR
;
[
all
...]
ixheaacd_multichannel.c
155
IA_ERRORCODE error_status =
IA_NO_ERROR
;
ixheaacd_env_dec.c
450
return
IA_NO_ERROR
;
468
return
IA_NO_ERROR
;
ixheaacd_headerdecode.c
896
return
IA_NO_ERROR
;
[
all
...]
ixheaacd_esbr_envcal.c
[
all
...]
ixheaacd_hbe_trans.c
[
all
...]
/frameworks/av/media/codec2/components/xaac/
C2SoftXaacDec.cpp
52
} else if (retval !=
IA_NO_ERROR
) { \
269
return err ==
IA_NO_ERROR
? C2_OK : C2_CORRUPTED;
299
if (
IA_NO_ERROR
!= errCode) ALOGE("deInitXAACDecoder() failed %d", errCode);
302
if (
IA_NO_ERROR
!= errCode) ALOGE("deInitMPEGDDDrc() failed %d", errCode);
312
IA_ERRORCODE err_code =
IA_NO_ERROR
;
315
if (err_code !=
IA_NO_ERROR
) {
331
return
IA_NO_ERROR
;
430
if (
IA_NO_ERROR
!= err_code) {
516
if (
IA_NO_ERROR
!= err_code) {
550
IA_ERRORCODE errorCode =
IA_NO_ERROR
;
[
all
...]
/frameworks/av/media/libstagefright/codecs/xaacdec/
SoftXAAC.cpp
65
} else if (retval !=
IA_NO_ERROR
) { \
116
CHECK_EQ(initDecoder(),
IA_NO_ERROR
);
121
if (
IA_NO_ERROR
!= err_code) {
126
if (
IA_NO_ERROR
!= err_code) {
176
IA_ERRORCODE err_code =
IA_NO_ERROR
;
180
if (err_code !=
IA_NO_ERROR
) {
264
return
IA_NO_ERROR
;
485
if (err_code !=
IA_NO_ERROR
) {
557
if (
IA_NO_ERROR
!= err_code) {
670
if (
IA_NO_ERROR
!= err_code)
[
all
...]
/external/libxaac/test/
ixheaacd_error.c
298
if (code ==
IA_NO_ERROR
) {
299
return
IA_NO_ERROR
;
325
return
IA_NO_ERROR
;
ixheaacd_main.c
111
if ((e) !=
IA_NO_ERROR
) { \
378
IA_ERRORCODE err_code =
IA_NO_ERROR
;
622
return
IA_NO_ERROR
;
658
IA_ERRORCODE err_code =
IA_NO_ERROR
;
[
all
...]
Completed in 1576 milliseconds