/hardware/intel/common/libmix/mix_video/src/ |
mixvideolog.h | 15 #define LOG_I(format, ...) mix_log(MIX_VIDEO_COMP, MIX_LOG_LEVEL_INFO, format, ##__VA_ARGS__) 20 #define LOG_I(format, ...)
|
mixvideoformatenc_mpeg4.c | 244 LOG_I( "self->profile_and_level_indication = %d\n",
246 LOG_I( "self->fixed_vop_time_increment = %d\n\n",
259 LOG_I( "Display = 0x%08x\n",
269 LOG_I( "Vendor = %s\n",
275 LOG_I( "va_max_num_profiles = %d\n",
279 LOG_I( "va_max_num_entrypoints = %d\n",
283 LOG_I( "va_max_num_attribs = %d\n",
297 LOG_I(
406 LOG_I( "profile = %d\n",
408 LOG_I( "va_entrypoint = %d\n", [all...] |
mixvideoformatenc_h264.c | 255 LOG_I( "self->basic_unit_size = %d\n", 257 LOG_I( "self->disable_deblocking_filter_idc = %d\n", 259 LOG_I( "self->slice_num = %d\n", 261 LOG_I ("self->delimiter_type = %d\n", 274 LOG_I( "Display = 0x%08x\n", 284 LOG_I( "Vendor = %s\n", 290 LOG_I( "va_max_num_profiles = %d\n", 294 LOG_I( "va_max_num_entrypoints = %d\n", 298 LOG_I( "va_max_num_attribs = %d\n", 312 LOG_I( [all...] |
mixvideoformatenc_preview.c | 212 LOG_I( "Display = 0x%08x\n", 222 LOG_I( "Vendor = %s\n", 228 LOG_I( "va_max_num_profiles = %d\n", 232 LOG_I( "va_max_num_entrypoints = %d\n", 236 LOG_I( "va_max_num_attribs = %d\n", 250 LOG_I( 359 LOG_I( "profile = %d\n", 361 LOG_I( "va_entrypoint = %d\n", 363 LOG_I( "va_attrib[0].type = %d\n", 365 LOG_I( "va_attrib[1].type = %d\n", [all...] |
mixvideoformatenc.c | 358 LOG_I( "mix->bitrate = %d\n", 360 LOG_I( "mix->frame_rate = %d\n", 362 LOG_I( "mix->initial_qp = %d\n", 364 LOG_I( "mix->min_qp = %d\n", 366 LOG_I( "mix->intra_period = %d\n", 368 LOG_I( "mix->picture_width = %d\n", 370 LOG_I( "mix->picture_height = %d\n", 372 LOG_I( "mix->share_buf_mode = %d\n", 374 LOG_I( "mix->ci_frame_id = 0x%08x\n", 376 LOG_I( "mix->ci_frame_num = %d\n", [all...] |
mixbufferpool.c | 375 LOG_I( "buffer refcount%d\n", 459 LOG_I( "\tBuffer %x, ptr %x, refcount %d\n", (guint)buffer, 469 LOG_I( "BUFFER POOL DUMP:\n"); 470 LOG_I( "Free list size is %d\n", g_slist_length(obj->free_list)); 471 LOG_I( "In use list size is %d\n", g_slist_length(obj->in_use_list)); 472 LOG_I( "High water mark is %lu\n", obj->high_water_mark); 475 LOG_I( "Free list contents:\n"); 479 LOG_I( "In Use list contents:\n");
|
mixsurfacepool.c | 414 LOG_I( "frame refcount%d\n", 500 LOG_I( "frame refcount%d\n", 555 LOG_I( 627 LOG_I( "\tFrame %x, id %lu, refcount %d, ts %lu\n", (guint)frame, 638 LOG_I( "SURFACE POOL DUMP:\n"); 639 LOG_I( "Free list size is %d\n", obj->free_list_cur_size); 640 LOG_I( "In use list size is %d\n", g_slist_length(obj->in_use_list)); 641 LOG_I( "High water mark is %lu\n", obj->high_water_mark); 644 LOG_I( "Free list contents:\n"); 648 LOG_I( "In Use list contents:\n") [all...] |
mixvideoframe.c | 105 LOG_I("obj %x, new refcount is %d\n", (guint) obj, 123 LOG_I("obj %x, frame id %d, new refcount is %d\n", (guint) obj, 130 LOG_I("Adding obj %x, frame id %d back to pool\n", (guint) obj, 146 LOG_I("skipped frame obj %x, releasing real frame %x \n",
|
mixvideoconfigparamsenc.c | 191 LOG_I( "this_src->mime_type->str = %s %x\n", 200 LOG_I( "this_src->mime_type = NULL\n"); 376 LOG_I( "mime_type = %s %x\n", 387 LOG_I( "mime_type = %s %x\n", 396 LOG_I( "mime_type = %s obj->mime_type->str = %s\n",
|
mixbuffer.c | 206 LOG_I( "refcount = %d\n", MIX_PARAMS(
|
mixframemanager.c | 601 LOG_I( "TYPE_I %"G_GINT64_FORMAT"\n", timestamp); 603 LOG_I( "TYPE_P %"G_GINT64_FORMAT"\n", timestamp); 605 LOG_I( "TYPE_B %"G_GINT64_FORMAT"\n", timestamp); 607 LOG_I( "TYPE_UNKNOWN %"G_GINT64_FORMAT"\n", timestamp);
|
mixvideo.c | 500 LOG_I( "mime : %s\n", mime_type); 505 LOG_I( "mime : video/x-wmv\n"); 507 LOG_I( "VC1 config_param\n"); 783 LOG_I( "mime : %s\n", mime_type); 792 LOG_I( "encode_format : %d\n", 1006 LOG_I( "Out of surface\n"); 1074 LOG_I("Releasing reference frame %x\n", (guint) frame); [all...] |
mixvideoformat_mp42.c | 421 LOG_I("ts after mix_videodecodeparams_get_timestamp() = %"G_GINT64_FORMAT"\n", ts); 518 LOG_I("bufentry->buf = %x bufentry->timestamp FOR VBP_DONE = %"G_GINT64_FORMAT"\n", bufentry->buf, bufentry->timestamp); 568 LOG_I("bufentry->buf = %x bufentry->timestamp FOR VBP_OK = %"G_GINT64_FORMAT"\n", bufentry->buf, bufentry->timestamp); [all...] |
/hardware/intel/common/libmix/videoencoder/ |
VideoEncoderMP4.cpp | 117 LOG_I("out size is = %d\n", outBuffer->dataSize); 151 LOG_I("profile_and_level_indication = %d\n", (uint32_t)mp4SequenceParams.profile_and_level_indication); 152 LOG_I("intra_period = %d\n", mp4SequenceParams.intra_period); 153 LOG_I("video_object_layer_width = %d\n", mp4SequenceParams.video_object_layer_width); 154 LOG_I("video_object_layer_height = %d\n", mp4SequenceParams.video_object_layer_height); 155 LOG_I("vop_time_increment_resolution = %d\n", mp4SequenceParams.vop_time_increment_resolution); 156 LOG_I("fixed_vop_rate = %d\n", mp4SequenceParams.fixed_vop_rate); 157 LOG_I("fixed_vop_time_increment = %d\n", mp4SequenceParams.fixed_vop_time_increment); 158 LOG_I("bitrate = %d\n", mp4SequenceParams.bits_per_second); 159 LOG_I("frame_rate = %d\n", mp4SequenceParams.frame_rate) [all...] |
VideoEncoderH263.cpp | 68 LOG_I( "bitrate = %d\n", h263SequenceParam.bits_per_second); 69 LOG_I( "frame_rate = %d\n", h263SequenceParam.frame_rate); 70 LOG_I( "initial_qp = %d\n", h263SequenceParam.initial_qp); 71 LOG_I( "min_qp = %d\n", h263SequenceParam.min_qp); 72 LOG_I( "intra_period = %d\n\n", h263SequenceParam.intra_period); 114 // LOG_I( "coded_buf_index = %d\n", mCodedBufIndex);
|
VideoEncoderLog.h | 26 #define LOG_I ALOGI
|
PVSoftMPEG4Encoder.cpp | 105 LOG_I("construct h263 encoder"); 108 LOG_I("construct mpeg4 encoder"); 116 LOG_I("Construct PVSoftMPEG4Encoder"); 121 LOG_I("Destruct PVSoftMPEG4Encoder"); 291 LOG_I("Config type = %d\n", (int)videoEncParams->type); 333 LOG_I ("Wrong ParamType here\n"); 346 LOG_I("Config type = %d\n", (int)videoEncParams->type); 375 LOG_I ("Wrong ParamType here\n"); 400 LOG_I("Output VOL header: %d bytes", mVolHeaderLength); 474 LOG_I("info.mTimeUs %lld\n", outBuffer->timeStamp) [all...] |
VideoEncoderBase.cpp | 293 LOG_I("Success to create libva context width %d, height %d\n", [all...] |
VideoEncoderUtils.cpp | 240 LOG_I("dump %d bytes data to %s\n", vinfo.lumaStride * vinfo.height * 4, filename); 393 LOG_I("VASurface is already set before, nothing to do here\n"); 422 LOG_I("UnSupported memory mode 0x%08x", mVinfo.mode); 683 LOG_I("dumpping gfx data.....\n");
|
/hardware/qcom/gps/msm8084/utils/ |
log_util.h | 161 #define LOG_I(ID, WHAT, SPEC, VAL) LOG_(LOC_LOGI, ID, WHAT, SPEC, VAL) 169 #define ENTRY_LOG_CALLFLOW() LOG_I(FROM_AFW, __func__, %s, "") 171 #define EXIT_LOG_CALLFLOW(SPEC, VAL) LOG_I(TO_MODEM, __func__, SPEC, VAL) 173 #define MODEM_LOG_CALLFLOW(SPEC, VAL) LOG_I(FROM_MODEM, __func__, SPEC, VAL) 175 #define CALLBACK_LOG_CALLFLOW(CB, SPEC, VAL) LOG_I(TO_AFW, CB, SPEC, VAL)
|
/hardware/qcom/gps/msm8960/utils/ |
log_util.h | 151 #define LOG_I(ID, WHAT, SPEC, VAL) LOG_(LOC_LOGI, ID, WHAT, SPEC, VAL) 159 #define ENTRY_LOG_CALLFLOW() LOG_I(FROM_AFW, __func__, %s, "") 161 #define EXIT_LOG_CALLFLOW(SPEC, VAL) LOG_I(TO_MODEM, __func__, SPEC, VAL) 163 #define MODEM_LOG_CALLFLOW(SPEC, VAL) LOG_I(FROM_MODEM, __func__, SPEC, VAL) 165 #define CALLBACK_LOG_CALLFLOW(CB, SPEC, VAL) LOG_I(TO_AFW, CB, SPEC, VAL)
|
/hardware/qcom/gps/msm8974/utils/ |
log_util.h | 161 #define LOG_I(ID, WHAT, SPEC, VAL) LOG_(LOC_LOGI, ID, WHAT, SPEC, VAL) 169 #define ENTRY_LOG_CALLFLOW() LOG_I(FROM_AFW, __func__, %s, "") 171 #define EXIT_LOG_CALLFLOW(SPEC, VAL) LOG_I(TO_MODEM, __func__, SPEC, VAL) 173 #define MODEM_LOG_CALLFLOW(SPEC, VAL) LOG_I(FROM_MODEM, __func__, SPEC, VAL) 175 #define CALLBACK_LOG_CALLFLOW(CB, SPEC, VAL) LOG_I(TO_AFW, CB, SPEC, VAL)
|
/hardware/qcom/gps/utils/ |
log_util.h | 161 #define LOG_I(ID, WHAT, SPEC, VAL) LOG_(LOC_LOGI, ID, WHAT, SPEC, VAL) 169 #define ENTRY_LOG_CALLFLOW() LOG_I(FROM_AFW, __func__, %s, "") 171 #define EXIT_LOG_CALLFLOW(SPEC, VAL) LOG_I(TO_MODEM, __func__, SPEC, VAL) 173 #define MODEM_LOG_CALLFLOW(SPEC, VAL) LOG_I(FROM_MODEM, __func__, SPEC, VAL) 175 #define CALLBACK_LOG_CALLFLOW(CB, SPEC, VAL) LOG_I(TO_AFW, CB, SPEC, VAL)
|
/system/keymaster/ |
auth_encrypted_key_blob.cpp | 74 LOG_I("Failed to deserialize unversioned blob (may be a HW-backed key)", 0); 130 LOG_I("Failed to deserialize versioned key blob. Assuming unversioned.", 0);
|
/system/keymaster/include/keymaster/ |
logger.h | 73 #define LOG_I(fmt, ...) \
|