/frameworks/av/media/codec2/components/opus/ |
D | C2SoftOpusEnc.cpp | 151 return C2_BAD_VALUE; in configureEncoder() 169 return C2_BAD_VALUE; in configureEncoder() 175 return C2_BAD_VALUE; in configureEncoder() 182 return C2_BAD_VALUE; in configureEncoder() 189 return C2_BAD_VALUE; in configureEncoder() 195 return C2_BAD_VALUE; in configureEncoder() 200 return C2_BAD_VALUE; in configureEncoder() 207 return C2_BAD_VALUE; in configureEncoder() 307 work->result = C2_BAD_VALUE; in process()
|
D | C2SoftOpusDec.cpp | 218 work->result = C2_BAD_VALUE; in process()
|
/frameworks/av/media/codec2/components/mpeg4_h263/ |
D | C2SoftMpeg4Enc.cpp | 320 return C2_BAD_VALUE; in initEncParams() 345 return C2_BAD_VALUE; in initEncParams() 397 work->result = C2_BAD_VALUE; in process() 479 work->result = C2_BAD_VALUE; in process() 513 work->result = C2_BAD_VALUE; in process() 533 work->result = C2_BAD_VALUE; in process() 546 work->result = C2_BAD_VALUE; in process() 551 work->result = C2_BAD_VALUE; in process()
|
/frameworks/av/media/codec2/components/vpx/ |
D | C2SoftVpxEnc.cpp | 421 work->result = C2_BAD_VALUE; in process() 464 work->result = C2_BAD_VALUE; in process() 474 work->result = C2_BAD_VALUE; in process() 491 work->result = C2_BAD_VALUE; in process() 513 work->result = C2_BAD_VALUE; in process() 522 work->result = C2_BAD_VALUE; in process() 530 work->result = C2_BAD_VALUE; in process()
|
/frameworks/av/media/codec2/vndk/include/ |
D | C2ErrnoUtils.h | 26 template<> constexpr c2_status_t _c2_errno2status_impl<EINVAL>() { return C2_BAD_VALUE; }
|
/frameworks/av/media/codec2/vndk/ |
D | C2AllocatorGralloc.cpp | 96 case Error2::BAD_DESCRIPTOR: return C2_BAD_VALUE; in maperr2error() 97 case Error2::BAD_BUFFER: return C2_BAD_VALUE; in maperr2error() 98 case Error2::BAD_VALUE: return C2_BAD_VALUE; in maperr2error() 108 case Error3::BAD_DESCRIPTOR: return C2_BAD_VALUE; in maperr2error() 109 case Error3::BAD_BUFFER: return C2_BAD_VALUE; in maperr2error() 110 case Error3::BAD_VALUE: return C2_BAD_VALUE; in maperr2error() 422 return C2_BAD_VALUE; in map() 1080 return C2_BAD_VALUE; in priorGraphicAllocation() 1103 return C2_BAD_VALUE; in priorGraphicAllocation()
|
D | C2AllocatorIon.cpp | 222 return C2_BAD_VALUE; in map() 269 return C2_BAD_VALUE; in unmap() 586 return C2_BAD_VALUE; in newLinearAllocation() 619 return C2_BAD_VALUE; in priorLinearAllocation()
|
/frameworks/av/media/codec2/vndk/platform/ |
D | C2BqBuffer.cpp | 381 return C2_BAD_VALUE; in fetchFromIgbp_l() 389 return C2_BAD_VALUE; in fetchFromIgbp_l() 404 return C2_BAD_VALUE; in fetchFromIgbp_l() 440 return C2_BAD_VALUE; in fetchFromIgbp_l() 444 return C2_BAD_VALUE; in fetchFromIgbp_l() 481 return C2_BAD_VALUE; in fetchFromIgbp_l()
|
/frameworks/av/media/codec2/components/hevc/ |
D | C2SoftHevcEnc.cpp | 573 return C2_BAD_VALUE; in setEncodeArgs() 593 return C2_BAD_VALUE; in setEncodeArgs() 618 return C2_BAD_VALUE; in setEncodeArgs() 641 return C2_BAD_VALUE; in setEncodeArgs() 651 return C2_BAD_VALUE; in setEncodeArgs() 655 return C2_BAD_VALUE; in setEncodeArgs() 801 work->result = C2_BAD_VALUE; in process()
|
/frameworks/av/media/codec2/tests/ |
D | C2ComponentInterface_test.cpp | 285 ASSERT_EQ(C2_BAD_VALUE, mIntf->config_vb(params, C2_DONT_BLOCK, &failures)); in configReadOnlyParam() 306 ASSERT_EQ(C2_BAD_VALUE, stConfig); in configWritableParamValidValue() 321 ASSERT_EQ(C2_BAD_VALUE, mIntf->config_vb(params, C2_DONT_BLOCK, &failures)); in configWritableParamInvalidValue() 551 if (stStack == C2_BAD_VALUE) { in checkParamPermission()
|
/frameworks/av/media/codec2/hidl/1.0/utils/ |
D | InputSurface.cpp | 97 err = C2_BAD_VALUE; in config()
|
D | ComponentStore.cpp | 130 res = res ? res : C2_BAD_VALUE; in validateSupportedParams()
|
/frameworks/av/media/codec2/components/raw/ |
D | C2SoftRawDec.cpp | 146 work->result = C2_BAD_VALUE; in process()
|
/frameworks/av/media/codec2/components/flac/ |
D | C2SoftFlacEnc.cpp | 206 work->result = C2_BAD_VALUE; in process() 437 return C2_BAD_VALUE; in drain()
|
D | C2SoftFlacDec.cpp | 186 work->result = C2_BAD_VALUE; in process()
|
/frameworks/av/media/codec2/vndk/util/ |
D | C2InterfaceHelper.cpp | 705 case C2_BAD_VALUE: paramBadValue = true; break; in config() 755 (paramBadValue || paramWasInvalid) ? C2_BAD_VALUE : in config() 861 query.status = C2_BAD_VALUE; in querySupportedValues()
|
D | C2Debug.cpp | 33 case C2_BAD_VALUE: return "BAD_VALUE"; in asString()
|
/frameworks/av/media/codec2/sfplugin/ |
D | CCodecConfig.h | 171 c2_status_t res = C2_BAD_VALUE;
|
/frameworks/av/media/codec2/components/g711/ |
D | C2SoftG711Dec.cpp | 143 work->result = C2_BAD_VALUE; in process()
|
/frameworks/av/media/codec2/components/gsm/ |
D | C2SoftGsmDec.cpp | 177 work->result = C2_BAD_VALUE; in process()
|
/frameworks/av/media/codec2/components/amr_nb_wb/ |
D | C2SoftAmrNbEnc.cpp | 190 work->result = C2_BAD_VALUE; in process()
|
D | C2SoftAmrDec.cpp | 248 work->result = C2_BAD_VALUE; in process()
|
D | C2SoftAmrWbEnc.cpp | 272 work->result = C2_BAD_VALUE; in process()
|
/frameworks/av/media/codec2/components/vorbis/ |
D | C2SoftVorbisDec.cpp | 234 work->result = C2_BAD_VALUE; in process()
|
/frameworks/av/media/codec2/components/mp3/ |
D | C2SoftMp3Dec.cpp | 339 work->result = C2_BAD_VALUE; in process()
|