HomeSort by relevance Sort by last modified time
    Searched refs:LOG_V (Results 1 - 25 of 57) sorted by null

1 2 3

  /hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/test/
HidParserExample2.cpp 30 LOG_V << "Total " << hidItemVector.size() << " tokens" << LOG_ENDL;
32 LOG_V << i << LOG_ENDL;
60 LOG_V << "Tree: " << LOG_ENDL;
61 LOG_V << *tree;
62 LOG_V << LOG_ENDL;
65 LOG_V << "FilteredTree: " << LOG_ENDL;
66 LOG_V << *(hidParser.getTree());
68 LOG_V << "DigestVector: " << LOG_ENDL;
71 LOG_V << digestVector;
74 LOG_V << "Parsing Error" << LOG_ENDL
    [all...]
HidParserExample.cpp 35 LOG_V << name << " filtered tree: " << LOG_ENDL;
36 LOG_V << *(hidParser.getTree());
58 LOG_V << name << " filtered tree: " << LOG_ENDL;
59 LOG_V << *(hidParser.getTree());
94 LOG_V << name << " digest: " << LOG_ENDL;
96 LOG_V << digestVector;
102 LOG_V << "Usage: " << argv0 << " test_name" << LOG_ENDL;
103 LOG_V << " test_name can be parse, parse_filter, digest." << LOG_ENDL;
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderH263.cpp 31 LOG_V( "Begin\n");
44 LOG_V( "End\n");
56 LOG_V( "Begin\n\n");
67 LOG_V("===h263 sequence params===\n");
85 LOG_V( "end\n");
94 LOG_V( "Begin\n\n");
110 LOG_V("======h263 picture params======\n");
111 LOG_V( "reference_picture = 0x%08x\n", h263PictureParams.reference_picture);
112 LOG_V( "reconstructed_picture = 0x%08x\n", h263PictureParams.reconstructed_picture);
113 LOG_V( "coded_buf = 0x%08x\n", h263PictureParams.coded_buf)
    [all...]
VideoEncoderMP4.cpp 101 LOG_V("Begin\n");
122 LOG_V("End\n");
134 LOG_V( "Begin\n\n");
150 LOG_V("===mpeg4 sequence params===\n");
175 LOG_V( "end\n");
183 LOG_V( "Begin\n\n");
199 LOG_V("======mpeg4 picture params======\n");
200 LOG_V("reference_picture = 0x%08x\n", mpeg4_pic_param.reference_picture);
201 LOG_V("reconstructed_picture = 0x%08x\n", mpeg4_pic_param.reconstructed_picture);
202 LOG_V("coded_buf = 0x%08x\n", mpeg4_pic_param.coded_buf)
    [all...]
VideoEncoderUtils.cpp 39 LOG_V("hw_get_module returned\n");
106 LOG_V("gfx_lock: handle is %x, usage is %x, vaddr is %x.\n",
113 LOG_V("lock returned with address %p\n", *vaddr);
138 LOG_V("unlock returned\n");
165 LOG_V("Blit returned\n");
184 LOG_V("GetGfxBufferInfo: gfx iWidth=%d, iHeight=%d, iFormat=%x in handle structure\n", h->iWidth, h->iHeight, h->iFormat);
207 LOG_V("Actual Width=%d, Height=%d, Stride=%d\n\n", vinfo.width, vinfo.height, vinfo.lumaStride);
314 LOG_V("Create an new gfx buffer handle 0x%p for color convert, width=%d, height=%d, stride=%d\n",
380 LOG_V("MappingToVASurface mode=%d, value=%p\n", mVinfo.mode, (void*)mValue);
410 LOG_V("%s: Format=%x, lumaStride=%d, width=%d, height=%d\n", mode, mVinfo.format, mVinfo.lumaStride, mVi (…)
    [all...]
VideoEncoderBase.cpp 80 LOG_V("vaGetDisplay \n");
87 LOG_V("vaInitialize \n");
101 LOG_V( "vaTerminate\n");
124 LOG_V("Encoder has been started\n");
193 LOG_V( "======VA Configuration======\n");
194 LOG_V( "profile = %d\n", mComParams.profile);
195 LOG_V( "mVAEntrypoint = %d\n", mVAEntrypoint);
196 LOG_V( "vaAttrib[0].type = %d\n", vaAttrib[0].type);
197 LOG_V( "vaAttrib[1].type = %d\n", vaAttrib[1].type);
198 LOG_V( "vaAttrib[2].type = %d\n", vaAttrib[2].type)
    [all...]
VideoEncoderAVC.cpp 66 LOG_V( "Begin\n");
77 LOG_V( "end\n");
124 LOG_V("Config type = %d\n", (int)videoEncConfig->type);
191 LOG_V("Config type = %d\n", (int)videoEncConfig->type);
291 LOG_V("libMIX thinks it is %s Frame, the input is %s Frame", FrameTypeStr[frametype], FrameTypeStr[task->type]);
293 LOG_V("Wrong Frame type %d, type may not be initialized ?\n", task->type);
307 LOG_V("Begin\n");
350 LOG_V("out size is = %d\n", outBuffer->dataSize);
356 LOG_V("End\n");
383 LOG_V ("NAL type = 0x%x\n", *nalType)
    [all...]
  /external/webrtc/webrtc/p2p/base/
common.h 18 #define LOG_JV(sev, obj) LOG_V(sev) << "Jingle:" << obj->ToString() << ": "
  /hardware/libhardware/modules/sensors/dynamic_sensor/test/
HidRawDeviceTest.cpp 45 LOG_V << "Sizeof descriptor: " << info.descriptor.size() << LOG_ENDL;
46 LOG_V << "Descriptor: " << LOG_ENDL;
47 hexdumpToStream(LOG_V, info.descriptor.begin(), info.descriptor.end());
54 LOG_V << "Digest: " << LOG_ENDL;
55 LOG_V << device->mDigestVector;
64 LOG_V << "Dump of feature " << featureId << LOG_ENDL;
65 hexdumpToStream(LOG_V, buffer.begin(), buffer.end());
81 LOG_V << "Sensor name: " << s->name << ", vendor: " << s->vendor << LOG_ENDL;
82 LOG_V << sensor->dump() << LOG_ENDL;
86 LOG_V << "sensor: " << e.sensor << ", type: " << e.type << ", ts: " << e.timestam
    [all...]
HidRawSensorTest.cpp 130 LOG_V << name << " digest: " << LOG_ENDL;
132 LOG_V << digestVector;
135 LOG_V << name << " does not contain interested usage" << LOG_ENDL;
139 LOG_V << name << " sensor: " << LOG_ENDL;
144 LOG_V << "Usage " << std::hex << digest.fullUsage << std::dec << LOG_ENDL;
145 LOG_V << s->dump();
147 LOG_V << "Sensor of usage " << std::hex << digest.fullUsage << std::dec
151 LOG_V << LOG_ENDL;
  /hardware/intel/common/libmix/mix_video/src/
mixvideolog.h 14 #define LOG_V(format, ...) mix_log(MIX_VIDEO_COMP, MIX_LOG_LEVEL_VERBOSE, format, ##__VA_ARGS__)
19 #define LOG_V(format, ...)
mixvideoformat_mp42.c 108 LOG_V("Begin\n");
164 LOG_V("End\n");
177 LOG_V("Begin\n");
182 LOG_V("End\n");
215 LOG_V("begin\n");
244 LOG_V("Try to get header data from config_param\n");
249 LOG_V("Found header data from config_param\n");
253 LOG_V("vbp_parse() returns 0x%x\n", vbp_ret);
265 LOG_V("Call vbp_query()\n");
267 LOG_V("vbp_query() returns 0x%x\n", vbp_ret)
    [all...]
mixvideoformat_h264.c 139 LOG_V( "Begin\n");
148 LOG_V( "End\n");
185 LOG_V( "Begin\n");
207 LOG_V( "Locking\n");
211 LOG_V( "Before vbp_open\n");
215 LOG_V( "After vbp_open\n");
222 LOG_V( "Opened parser\n");
244 LOG_V( "Calling parse on header data, handle %d\n", (int)parent->parser_handle);
256 LOG_V( "Parsed header\n");
268 LOG_V( "Queried parser for header data\n")
    [all...]
mixvideoformatenc_mpeg4.c 99 LOG_V( "\n");
121 LOG_V( "mix_videofmtenc_mpeg4_getcaps\n");
166 LOG_V( "begin\n");
195 LOG_V(
202 LOG_V(
241 LOG_V(
249 LOG_V(
258 LOG_V( "Get Display\n");
300 LOG_V( "vaQueryConfigProfiles\n");
315 LOG_V( "vaQueryConfigProfiles Done\n");
    [all...]
mixvideoformat_vc1.c 157 LOG_V( "Begin\n");
166 LOG_V( "End\n");
275 LOG_V( "Begin\n");
297 LOG_V( "Locking\n");
311 LOG_V( "Opened parser\n");
333 LOG_V( "Calling parse on header data, handle %d\n", (int)parent->parser_handle);
356 LOG_V( "Parsed header\n");
367 LOG_V( "Queried parser for header data\n");
486 LOG_V( "Created libva config with profile %d\n", vaprof);
494 LOG_V( "loop filter is %d, TFCNTRFLAG is %d\n", data->se_data->LOOPFILTER, data->se_data->TFCNTRFLAG)
    [all...]
mixvideoformatenc_h264.c 99 LOG_V( "\n");
121 LOG_V( "mix_videofmtenc_h264_getcaps\n");
166 LOG_V( "begin\n");
195 LOG_V(
202 LOG_V(
252 LOG_V(
264 LOG_V(
273 LOG_V( "Get Display\n");
315 LOG_V( "vaQueryConfigProfiles\n");
330 LOG_V( "vaQueryConfigProfiles Done\n")
    [all...]
mixvideoformatenc_preview.c 98 LOG_V( "\n");
120 LOG_V( "mix_videofmtenc_preview_getcaps\n");
165 LOG_V( "begin\n");
194 LOG_V(
202 LOG_V(
211 LOG_V( "Get Display\n");
253 LOG_V( "vaQueryConfigProfiles\n");
268 LOG_V( "vaQueryConfigProfiles Done\n");
287 LOG_V( "vaQueryConfigEntrypoints\n");
327 LOG_V( "vaGetConfigAttributes\n")
    [all...]
mixvideoconfigparamsdec_mp42.c 113 LOG_V( "Begin\n");
116 LOG_V( "duplicate = 0x%x\n", duplicate);
124 LOG_V( "End\n");
141 LOG_V( "Begin\n");
156 LOG_V( "root_class->copy != NULL\n");
160 LOG_V( "root_class->copy == NULL\n\n");
164 LOG_V( "End\n");
mixvideoconfigparams.c 113 LOG_V( "Begin\n");
121 LOG_V( "parent_class->copy != NULL\n");
125 LOG_V( "parent_class->copy == NULL\n");
130 LOG_V( "End\n");
mixvideo.c 243 LOG_V( "vaTerminate\n");
291 LOG_V( "Begin\n");
421 LOG_V( "End\n");
430 LOG_V( "Begin\n");
436 LOG_V( "End\n");
453 LOG_V( "Begin\n");
715 LOG_V( "End\n");
736 LOG_V( "Begin\n");
920 LOG_V( "End\n");
932 LOG_V( "Begin\n")
    [all...]
  /hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
HidLog.h 26 #define LOG_V LOG(VERBOSE)
34 #define LOG_V (std::cerr << "V: ")
  /frameworks/base/cmds/media/src/com/android/commands/media/
VolumeCtrl.java 88 log(LOG_V, "will get volume");
92 log(LOG_V, "will control stream=" + stream + " (" + streamName(stream) + ")");
97 log(LOG_V, "will set volume to index=" + volIndex);
102 log(LOG_V, "will adjust volume");
130 log(LOG_V, "Connecting to AudioService");
160 log(LOG_V, "volume is " + audioService.getStreamVolume(stream) +
169 static final String LOG_V = "[v]";
  /external/webrtc/talk/app/webrtc/objc/
RTCLogging.mm 48 LOG_V(RTCGetNativeLoggingSeverity(severity)) << utf8String;
  /external/webrtc/webrtc/base/objc/
RTCLogging.mm 31 LOG_V(RTCGetNativeLoggingSeverity(severity)) << utf8_string;
  /hardware/qcom/gps/msm8084/utils/
log_util.h 162 #define LOG_V(ID, WHAT, SPEC, VAL) LOG_(LOC_LOGV, ID, WHAT, SPEC, VAL)
164 #define ENTRY_LOG() LOG_V(ENTRY_TAG, __func__, %s, "")
165 #define EXIT_LOG(SPEC, VAL) LOG_V(EXIT_TAG, __func__, SPEC, VAL)

Completed in 688 milliseconds

1 2 3