Searched refs:LOG_I (Results 1 - 25 of 26) sorted by relevance

12

/hardware/intel/common/libmix/mix_video/src/
H A Dmixvideolog.h15 #define LOG_I(format, ...) mix_log(MIX_VIDEO_COMP, MIX_LOG_LEVEL_INFO, format, ##__VA_ARGS__) macro
20 #define LOG_I(format, ...) macro
H A Dmixvideoformatenc_mpeg4.c244 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_entrypoin
[all...]
H A Dmixvideoformatenc_h264.c255 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...]
H A Dmixvideoformatenc_preview.c212 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_attri
[all...]
H A Dmixvideoformatenc.c358 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( "mi
[all...]
H A Dmixbufferpool.c375 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");
H A Dmixsurfacepool.c414 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( "I
[all...]
H A Dmixvideoframe.c105 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",
H A Dmixvideoconfigparamsenc.c191 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",
H A Dmixbuffer.c206 LOG_I( "refcount = %d\n", MIX_PARAMS(
H A Dmixframemanager.c601 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);
H A Dmixvideo.c500 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);
H A Dmixvideoformat_mp42.c421 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);
/hardware/intel/common/libmix/videoencoder/
H A DVideoEncoderMP4.cpp117 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_rat
[all...]
H A DVideoEncoderH263.cpp68 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);
H A DVideoEncoderLog.h26 #define LOG_I ALOGI macro
H A DPVSoftMPEG4Encoder.cpp105 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("inf
[all...]
H A DVideoEncoderBase.cpp296 LOG_I("Success to create libva context width %d, height %d\n",
1559 LOG_I ("Allocated size is %d, expected size is %d\n", *outsize, expectedSize);
1665 LOG_I("in raw mode, data=%p, size=%d\n", inBuffer->data, inBuffer->size);
1817 LOG_I("apply I min/max qp for IDR or I frame\n");
1822 LOG_I("revert to original min/max qp after IDR or I frame\n");
1830 LOG_I("bits_per_second = %d\n", bitrateControlParam->bits_per_second);
1831 LOG_I("initial_qp = %d\n", bitrateControlParam->initial_qp);
1832 LOG_I("min_qp = %d\n", bitrateControlParam->min_qp);
1833 LOG_I("max_qp = %d\n", bitrateControlParam->max_qp);
1834 LOG_I("target_percentag
[all...]
H A DVideoEncoderUtils.cpp239 LOG_I("dump %d bytes data to %s\n", vinfo.lumaStride * vinfo.height * 4, filename);
392 LOG_I("VASurface is already set before, nothing to do here\n");
421 LOG_I("UnSupported memory mode 0x%08x", mVinfo.mode);
682 LOG_I("dumpping gfx data.....\n");
/hardware/qcom/gps/msm8084/utils/
H A Dlog_util.h161 #define LOG_I(ID, WHAT, SPEC, VAL) LOG_(LOC_LOGI, ID, WHAT, SPEC, VAL) macro
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/
H A Dlog_util.h151 #define LOG_I(ID, WHAT, SPEC, VAL) LOG_(LOC_LOGI, ID, WHAT, SPEC, VAL) macro
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/msm8994/utils/
H A Dlog_util.h161 #define LOG_I(ID, WHAT, SPEC, VAL) LOG_(LOC_LOGI, ID, WHAT, SPEC, VAL) macro
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/
H A Dlog_util.h161 #define LOG_I(ID, WHAT, SPEC, VAL) LOG_(LOC_LOGI, ID, WHAT, SPEC, VAL) macro
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/msm8909/utils/
H A Dlog_util.h162 #define LOG_I(ID, WHAT, SPEC, VAL) LOG_(LOC_LOGI, ID, WHAT, SPEC, VAL) macro
177 #define ENTRY_LOG_CALLFLOW() LOG_I(FROM_AFW, __func__, %s, "")
179 #define EXIT_LOG_CALLFLOW(SPEC, VAL) LOG_I(TO_MODEM, __func__, SPEC, VAL)
181 #define MODEM_LOG_CALLFLOW(SPEC, VAL) LOG_I(FROM_MODEM, __func__, SPEC, VAL)
183 #define CALLBACK_LOG_CALLFLOW(CB, SPEC, VAL) LOG_I(TO_AFW, CB, SPEC, VAL)
/hardware/qcom/gps/msm8996/utils/
H A Dlog_util.h162 #define LOG_I(ID, WHAT, SPEC, VAL) LOG_(LOC_LOGI, ID, WHAT, SPEC, VAL) macro
177 #define ENTRY_LOG_CALLFLOW() LOG_I(FROM_AFW, __func__, %s, "")
179 #define EXIT_LOG_CALLFLOW(SPEC, VAL) LOG_I(TO_MODEM, __func__, SPEC, VAL)
181 #define MODEM_LOG_CALLFLOW(SPEC, VAL) LOG_I(FROM_MODEM, __func__, SPEC, VAL)
183 #define CALLBACK_LOG_CALLFLOW(CB, SPEC, VAL) LOG_I(TO_AFW, CB, SPEC, VAL)

Completed in 233 milliseconds

12