HomeSort by relevance Sort by last modified time
    Searched refs:MY_LOGV (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.cpp 42 #define MY_LOGV(x, y) \
252 MY_LOGV(" reserved = %u", br->getBits(2));
259 MY_LOGV(" program_number = %u", br->getBits(16));
260 MY_LOGV(" reserved = %u", br->getBits(2));
261 MY_LOGV(" version_number = %u", br->getBits(5));
262 MY_LOGV(" current_next_indicator = %u", br->getBits(1));
263 MY_LOGV(" section_number = %u", br->getBits(8));
264 MY_LOGV(" last_section_number = %u", br->getBits(8));
265 MY_LOGV(" reserved = %u", br->getBits(3));
270 MY_LOGV(" reserved = %u", br->getBits(4))
    [all...]
  /frameworks/av/media/libstagefright/chromium_http/
support.cpp 122 static void MY_LOGV(const char *s) {
201 MY_LOGV("updateProxyConfig NULL");
271 MY_LOGV("OnReceivedRedirect");
276 MY_LOGV("OnAuthRequired");
283 MY_LOGV("OnCertificateRequested");
296 MY_LOGV("OnGetCookies");
304 MY_LOGV("OnSetCookie");
342 MY_LOGV("OnResponseStarted");
347 MY_LOGV(StringPrintf("response headers: %s", headers.c_str()).c_str());
366 MY_LOGV(StringPrintf("OnReadCompleted, read %d bytes", bytes_read).c_str())
    [all...]

Completed in 578 milliseconds