/hardware/intel/common/libmix/videoencoder/ |
VideoEncoderLog.h | 28 #define LOG_E ALOGE 33 LOG_E(FUNC" failed. vaStatus = %d\n", vaStatus);\ 39 LOG_E(FUNC" failed. vaStatus = %d\n", vaStatus);\ 46 LOG_E(FUNC"Failed. ret = 0x%08x\n", ret); \ 52 LOG_E(FUNC"Failed, ret = 0x%08x\n", ret); \ 58 LOG_E("Invalid pointer\n"); \
|
VideoEncoderUtils.cpp | 39 LOG_E("FATAL: can't find the %s module", GRALLOC_HARDWARE_MODULE_ID); 56 LOG_E("can't find the %s module", GRALLOC_HARDWARE_MODULE_ID); 63 LOG_E("FATAL: gralloc open failed\n"); 70 LOG_E("alloc(%u, %u, %d, %08x, ...) failed %d (%s)\n", 84 LOG_E("can't find the %s module", GRALLOC_HARDWARE_MODULE_ID); 91 LOG_E("FATAL: gralloc open failed\n"); 98 LOG_E("free(...) failed %d (%s)\n", err, strerror(-err)); 111 LOG_E("can't find the %s module", GRALLOC_HARDWARE_MODULE_ID); 121 LOG_E("lock(...) failed %d (%s).\n", err, strerror(-err)); 135 LOG_E("can't find the %s module", GRALLOC_HARDWARE_MODULE_ID) [all...] |
/hardware/intel/common/libmix/mix_video/src/ |
mixvideolog.h | 17 #define LOG_E(format, ...) mix_log(MIX_VIDEO_COMP, MIX_LOG_LEVEL_ERROR, format, ##__VA_ARGS__) 22 #define LOG_E(format, ...)
|
mixvideoformatenc_mpeg4.c | 124 LOG_E( "mix == NULL\n");
161 LOG_E(
212 LOG_E(
223 LOG_E(
234 LOG_E(
291 LOG_E(
307 LOG_E(
327 LOG_E( "Profile not supported\n");
344 LOG_E(
359 LOG_E( "Entrypoint not found\n"); [all...] |
mixvideoformatenc_h264.c | 124 LOG_E( "mix == NULL\n"); 161 LOG_E( 211 LOG_E( 223 LOG_E( 235 LOG_E( 246 LOG_E ( 306 LOG_E( 322 LOG_E( 342 LOG_E( "Profile not supported\n"); 359 LOG_E( [all...] |
mixvideo.c | 57 LOG_E( "Not MixVideo\n"); \ 62 LOG_E( "Not initialized\n"); \ 69 LOG_E( "Not configured\n"); \ 294 LOG_E( "!mix || !init_params\n"); 299 LOG_E("mode >= MIX_CODEC_MODE_LAST\n"); 306 LOG_E("mode == MIX_CODEC_MODE_ENCODE\n"); 312 LOG_E( "!MIX_IS_VIDEO(mix)\n"); 317 LOG_E("!MIX_IS_VIDEOINITPARAMS(init_params\n"); 342 LOG_E( "!priv->objlock\n"); 354 LOG_E( "!priv->init_params\n") [all...] |
mixvideoformat_vc1.c | 128 LOG_E( "Error closing parser\n"); 153 LOG_E( "NUll pointer passed in\n"); 184 LOG_E( "NUll pointer passed in\n"); 214 LOG_E( "Cannot allocate memory\n"); 271 LOG_E( "NUll pointer passed in\n"); 307 LOG_E( "Error opening parser\n"); 319 LOG_E( "Cannot get header data\n"); 329 LOG_E( "Cannot get extra surface allocation setting\n"); 341 LOG_E( "Error updating sequence header\n"); 351 LOG_E( "Error parsing header data, size %d\n", header->data_size) [all...] |
mixvideoformatenc_preview.c | 123 LOG_E( "mix == NULL\n"); 160 LOG_E( 244 LOG_E( 260 LOG_E( 280 LOG_E( "Profile not supported\n"); 297 LOG_E( 312 LOG_E( "Entrypoint not found\n"); 335 LOG_E( 342 LOG_E( "Matched format not found\n"); 349 LOG_E( "RC mode not found\n"); [all...] |
mixvideoformat_h264.c | 112 LOG_E( "Error closing parser\n"); 135 LOG_E( "NUll pointer passed in\n"); 181 LOG_E( "NUll pointer passed in\n"); 197 LOG_E( "Error initializing\n"); 219 LOG_E( "Error opening parser\n"); 230 LOG_E( "Cannot get header data\n"); 240 LOG_E( "Cannot get extra surface allocation setting\n"); 252 LOG_E( "Error parsing header data\n"); 264 LOG_E( "Error reading parsed header data\n"); 280 LOG_E( "Error allocating memory\n") [all...] |
mixvideoformat_mp42.c | 111 LOG_E("obj is NULL\n"); 116 LOG_E("obj is not mixvideoformat_mp42\n"); 221 LOG_E("Failed to initialize parent!\n"); 235 LOG_E("Failed to call vbp_open()\n"); 259 LOG_E("Failed to call vbp_parse() to parse header data!\n"); 270 LOG_E("Failed to call vbp_query() to query header data parsing result\n"); 291 LOG_E("Failed to call vaGetConfigAttributes()\n"); 296 LOG_E("The attrib.value is wrong!\n"); 304 LOG_E("Failed to call vaCreateConfig()!\n"); 312 LOG_E("Failed to call mix_videoconfigparams_get_extra_surface_allocation()!\n") [all...] |
mixvideoformatenc.c | 107 LOG_E( "obj == NULL\n"); 177 LOG_E( 202 LOG_E( 213 LOG_E( 225 LOG_E( 238 LOG_E( 250 LOG_E( 262 LOG_E( 274 LOG_E( 287 LOG_E( [all...] |
mixvideoformat.c | 193 LOG_E( "NUll pointer passed in\n"); 206 LOG_E( "!mix->objectlock\n"); 235 LOG_E( "Could not duplicate mime_type\n"); 243 LOG_E( "Error getting frame_rate\n"); 249 LOG_E( "Error getting picture_res\n"); 275 LOG_E( "Could not duplicate mime_type\n");
|
/system/keymaster/ |
ecies_kem.cpp | 28 LOG_E("%s", "EciesKem: no curve specified"); 40 LOG_E("EciesKem: curve %d is unsupported", curve_); 47 LOG_E("EciesKem: No KDF specified", 0); 56 LOG_E("Kdf %d is unsupported", kdf); 66 LOG_E("%s", "EciesKem: no key length specified"); 93 LOG_E("EciesKem: ECDH failed, can't obtain shared secret", 0); 97 LOG_E("EciesKem: Can't obtain public value", 0); 115 LOG_E("EciesKem: KDF failed, can't derived keys", 0); 121 LOG_E("EciesKem: KDF failed, can't derived keys", 0); 146 LOG_E("EciesKem: ECDH failed, can't obtain shared secret", 0) [all...] |
operation.cpp | 93 LOG_E("%d padding modes specified in begin params", begin_params.GetTagCount(TAG_PADDING)); 96 LOG_E("Padding mode %d not supported", *padding); 104 LOG_E("Padding mode %d was specified, but not authorized by key", *padding); 118 LOG_E("%d digests specified in begin params", begin_params.GetTagCount(TAG_DIGEST)); 121 LOG_E("Digest %d not supported", *digest); 129 LOG_E("Digest %d was specified, but not authorized by key", *digest);
|
hmac_key.cpp | 53 LOG_E("HMAC key must have KM_TAG_MIN_MAC_LENGTH", 0); 72 LOG_E("%d digests specified for HMAC key", key_description.GetTagCount(TAG_DIGEST));
|
rsa_key_factory.cpp | 63 LOG_E("%s", "No public exponent specified for RSA key generation"); 69 LOG_E("No key size specified for RSA key generation", 0); 73 LOG_E("Invalid key size of %u bits specified for RSA key generation", key_size); 147 LOG_E("Imported public exponent (%u) does not match specified public exponent (%u)", 156 LOG_E("Imported key size (%u bits) does not match specified key size (%u bits)",
|
nist_curve_key_exchange.cpp | 54 LOG_E("Not a NIST curve: %d", curve); 105 LOG_E("Can't convert peer public value to point: %d", TranslateLastOpenSslError()); 112 LOG_E("Can't compute ECDH shared key: %d", TranslateLastOpenSslError());
|
keymaster_enforcement.cpp | 348 LOG_E("Auth required but no matching auth token found", 0); 363 LOG_E("Rate-limited keys table full. Entries will time out.", 0); 375 LOG_E("Usage count-limited keys table full, until reboot.", 0); 442 LOG_E("Authentication required, but auth token not provided", 0); 447 LOG_E("Bug: Auth token is the wrong size (%d expected, %d found)", sizeof(hw_auth_token_t), 455 LOG_E("Bug: Auth token is the version %d (or is not an auth token). Expected %d", 461 LOG_E("Auth token signature invalid", 0); 466 LOG_E("Auth token has the challenge %llu, need %llu", auth_token.challenge, op_handle); 477 LOG_E("Auth required but no auth type found", 0); 488 LOG_E("Key requires match of auth type mask 0%uo, but token contained 0%uo" [all...] |
hmac_operation.cpp | 41 LOG_E("HMAC key must have KM_TAG_MIN_MAC_LENGTH", 0); 49 LOG_E("MAC length may not be specified for verify", 0); 62 LOG_E("%d digests found in HMAC key authorizations; must be exactly 1",
|
ecdsa_keymaster1_operation.cpp | 65 LOG_E("Could not get extended key data... not a Keymaster1Engine key?", 0); 115 LOG_E(
|
openssl_err.cpp | 83 LOG_E("ASN.1 parsing error %d", reason); 88 LOG_E("Openssl error %d, %d", ERR_GET_LIB(error), reason);
|
openssl_utils.cpp | 98 LOG_E("EVP key algorithm was %d, not the expected %d", EVP_PKEY_type((*pkey)->type), 136 LOG_E("Failed to get EC group order", 0);
|
rsa_keymaster0_key.cpp | 45 LOG_E("%s", "No public exponent specified for RSA key generation"); 51 LOG_E("%s", "No key size specified for RSA key generation");
|
symmetric_key.cpp | 57 LOG_E("Error generating %d bit symmetric key", key_size_bits); 94 LOG_E("Expected %d-bit key data but got %d bits", key_size_bits,
|
/external/webrtc/webrtc/base/ |
macsocketserver.cc | 274 LOG_E(LS_ERROR, OS, result) << "SendEventToEventTarget"; 285 LOG_E(LS_VERBOSE, OS, result) << "ReceiveNextEvent"; 288 LOG_E(LS_WARNING, OS, result) << "ReceiveNextEvent"; 304 LOG_E(LS_ERROR, OS, result) << "PostEventToQueue"; 380 LOG_E(LS_ERROR, OS, result) << "PostEventToQueue";
|