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) \
230 MY_LOGV(" reserved = %u", br->getBits(2));
237 MY_LOGV(" program_number = %u", br->getBits(16));
238 MY_LOGV(" reserved = %u", br->getBits(2));
239 MY_LOGV(" version_number = %u", br->getBits(5));
240 MY_LOGV(" current_next_indicator = %u", br->getBits(1));
241 MY_LOGV(" section_number = %u", br->getBits(8));
242 MY_LOGV(" last_section_number = %u", br->getBits(8));
243 MY_LOGV(" reserved = %u", br->getBits(3));
244 MY_LOGV(" PCR_PID = 0x%04x", br->getBits(13))
    [all...]
  /frameworks/av/media/libstagefright/chromium_http/
support.cpp 122 static void MY_LOGV(const char *s) {
248 MY_LOGV("OnReceivedRedirect");
253 MY_LOGV("OnAuthRequired");
260 MY_LOGV("OnCertificateRequested");
273 MY_LOGV("OnGetCookies");
281 MY_LOGV("OnSetCookie");
319 MY_LOGV("OnResponseStarted");
324 MY_LOGV(StringPrintf("response headers: %s", headers.c_str()).c_str());
343 MY_LOGV(StringPrintf("OnReadCompleted, read %d bytes", bytes_read).c_str());
379 MY_LOGV(StringPrintf("Read %d bytes directly.", n).c_str())
    [all...]

Completed in 132 milliseconds