Home
last modified time | relevance | path

Searched refs:C2_BAD_VALUE (Results 1 – 25 of 37) sorted by relevance

12

/hardware/google/av/codec2/hidl/1.0/utils/
Dtypes.cpp227 return C2_BAD_VALUE; in objcpy()
366 return C2_BAD_VALUE; in objcpy()
1077 return C2_BAD_VALUE; in createLinearBuffer()
1081 return C2_BAD_VALUE; in createLinearBuffer()
1092 return C2_BAD_VALUE; in createLinearBuffer()
1107 return C2_BAD_VALUE; in createGraphicBuffer()
1111 return C2_BAD_VALUE; in createGraphicBuffer()
1123 return C2_BAD_VALUE; in createGraphicBuffer()
1140 return C2_BAD_VALUE; in objcpy()
1146 return C2_BAD_VALUE; in objcpy()
[all …]
DInputSurface.cpp96 err = C2_BAD_VALUE; in config()
DComponentStore.cpp139 res = res ? res : C2_BAD_VALUE; in validateSupportedParams()
/hardware/google/av/media/codecs/mpeg4_h263/
DC2SoftMpeg4Enc.cpp330 return C2_BAD_VALUE; in initEncParams()
355 return C2_BAD_VALUE; in initEncParams()
407 work->result = C2_BAD_VALUE; in process()
489 work->result = C2_BAD_VALUE; in process()
523 work->result = C2_BAD_VALUE; in process()
543 work->result = C2_BAD_VALUE; in process()
556 work->result = C2_BAD_VALUE; in process()
561 work->result = C2_BAD_VALUE; in process()
/hardware/google/av/media/codecs/vpx/
DC2SoftVpxEnc.cpp421 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()
/hardware/google/av/codec2/vndk/platform/
DC2BqBuffer.cpp214 return C2_BAD_VALUE; in fetchFromIgbp_l()
235 return C2_BAD_VALUE; in fetchFromIgbp_l()
264 return C2_BAD_VALUE; in fetchFromIgbp_l()
268 return C2_BAD_VALUE; in fetchFromIgbp_l()
299 return C2_BAD_VALUE; in fetchFromIgbp_l()
/hardware/google/av/codec2/vndk/include/
DC2ErrnoUtils.h26 template<> constexpr c2_status_t _c2_errno2status_impl<EINVAL>() { return C2_BAD_VALUE; }
/hardware/google/av/codec2/vndk/
DC2AllocatorIon.cpp242 return C2_BAD_VALUE; in map()
314 return C2_BAD_VALUE; in unmap()
507 return C2_BAD_VALUE; in newLinearAllocation()
540 return C2_BAD_VALUE; in priorLinearAllocation()
DC2AllocatorGralloc.cpp85 case Error::BAD_DESCRIPTOR: return C2_BAD_VALUE; in maperr2error()
86 case Error::BAD_BUFFER: return C2_BAD_VALUE; in maperr2error()
87 case Error::BAD_VALUE: return C2_BAD_VALUE; in maperr2error()
363 return C2_BAD_VALUE; in map()
722 return C2_BAD_VALUE; in priorGraphicAllocation()
/hardware/google/av/codec2/tests/
DC2ComponentInterface_test.cpp285 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()
/hardware/google/av/media/codecs/flac/
DC2SoftFlacEnc.cpp185 work->result = C2_BAD_VALUE; in process()
405 return C2_BAD_VALUE; in drain()
DC2SoftFlacDec.cpp179 work->result = C2_BAD_VALUE; in process()
/hardware/google/av/media/codecs/raw/
DC2SoftRawDec.cpp153 work->result = C2_BAD_VALUE; in process()
/hardware/google/av/media/codecs/avc/
DC2SoftAvcEnc.cpp1149 return C2_BAD_VALUE; in setEncodeArgs()
1185 return C2_BAD_VALUE; in setEncodeArgs()
1206 return C2_BAD_VALUE; in setEncodeArgs()
1217 return C2_BAD_VALUE; in setEncodeArgs()
1221 return C2_BAD_VALUE; in setEncodeArgs()
/hardware/google/av/codec2/vndk/util/
DC2InterfaceHelper.cpp682 case C2_BAD_VALUE: paramBadValue = true; break; in config()
722 (paramBadValue || paramWasInvalid) ? C2_BAD_VALUE : in config()
826 query.status = C2_BAD_VALUE; in querySupportedValues()
DC2Debug.cpp33 case C2_BAD_VALUE: return "BAD_VALUE"; in asString()
/hardware/google/av/media/sfplugin/
DCCodecConfig.h171 c2_status_t res = C2_BAD_VALUE;
/hardware/google/av/media/codecs/gsm/
DC2SoftGsmDec.cpp183 work->result = C2_BAD_VALUE; in process()
/hardware/google/av/media/codecs/g711/
DC2SoftG711Dec.cpp149 work->result = C2_BAD_VALUE; in process()
/hardware/google/av/media/codecs/amr_nb_wb/
DC2SoftAmrNbEnc.cpp197 work->result = C2_BAD_VALUE; in process()
DC2SoftAmrWbEnc.cpp280 work->result = C2_BAD_VALUE; in process()
DC2SoftAmrDec.cpp254 work->result = C2_BAD_VALUE; in process()
/hardware/google/av/media/codecs/vorbis/
DC2SoftVorbisDec.cpp241 work->result = C2_BAD_VALUE; in process()
/hardware/google/av/media/codecs/opus/
DC2SoftOpusDec.cpp310 work->result = C2_BAD_VALUE; in process()
/hardware/google/av/media/codecs/mp3/
DC2SoftMp3Dec.cpp346 work->result = C2_BAD_VALUE; in process()

12