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

1 2 3

  /external/v4l2_codec2/vda/
vp9_bool_decoder.cc 47 DVLOG(1) << "input size of bool decoder shall be at least 1";
59 DVLOG(1) << "marker bit should be 0";
74 DVLOG(1) << "Vp9BoolDecoder reads beyond the end of stream";
144 DVLOG(2) << "not enough bits in bitstream to fill bool range";
149 DVLOG(1) << "prefilled padding bits are not zero";
158 DVLOG(1) << "padding bits are not zero";
vp9_decoder.cc 33 DVLOG(4) << "New input stream at: " << (void*)ptr << " size: " << size;
38 DVLOG(2) << "Decoder flush";
69 DVLOG(1) << "Error parsing stream";
74 DVLOG(4) << "Awaiting context update";
97 DVLOG(1) << "Request to show an invalid frame";
116 DVLOG(1) << "New resolution: " << new_pic_size.ToString();
121 DVLOG(1) << "Resolution change currently supported for keyframes only";
145 DVLOG(1) << "Render size exceeds picture size. render size: "
150 DVLOG(2) << "Render resolution: " << new_render_rect.ToString();
vp9_uncompressed_header_parser.cc 641 DVLOG(1) << "Invalid frame sync code";
662 DVLOG(1) << "4:2:0 color not supported in profile 1 or 3";
667 DVLOG(1) << "reserved bit set";
680 DVLOG(1) << "reserved bit set";
684 DVLOG(1) << "4:4:4 color not supported in profile 0 or 2";
743 DVLOG(1) << "There should be at least one reference frame meeting "
855 DVLOG(1) << "feature_sign should be 0"
892 DVLOG(1) << "tile_cols_log2 should be <= 6";
917 DVLOG(2) << "Vp9UncompressedHeaderParser::Parse";
925 DVLOG(1) << "frame marker shall be equal to 2"
    [all...]
h264_decoder.cc 96 DVLOG(4) << "Decoding POC " << curr_pic_->pic_order_cnt;
128 DVLOG(1) << "Interlaced video not supported.";
269 DVLOG(1) << "Invalid num_ref_frames_in_pic_order_cnt_cycle "
339 DVLOG(1) << "Invalid pic_order_cnt_type: " << sps->pic_order_cnt_type;
604 DVLOG(1) << "Malformed stream, no pic num " << pic_num_lx;
624 DVLOG(1) << "Malformed stream, no pic num "
647 DVLOG(1) << "Invalid modification_of_pic_nums_idc="
669 DVLOG(4) << "Skipping output, non-existing frame_num: " << pic->frame_num;
678 DVLOG(4) << "Posting output task for POC: " << pic->pic_order_cnt;
703 DVLOG(2) << "Decoder flush"
    [all...]
shared_memory_region.cc 31 DVLOG(1) << "Invalid offset: " << offset_;
vp8_decoder.cc 25 DVLOG(2) << "Decoder flush";
36 DVLOG(4) << "New input stream at: " << (void*)ptr << " size: " << size;
61 DVLOG(1) << "Error during decode";
73 DVLOG(2) << "New resolution: " << new_pic_size.ToString();
h264_parser.cc 61 DVLOG(1) << "Coded size is too large.";
101 DVLOG(1) << "Frame cropping exceeds coded size.";
114 DVLOG(1) << "Frame cropping excludes entire frame.";
139 DVLOG(1) \
150 DVLOG(1) \
160 DVLOG(1) << "Error in stream: invalid value while trying to read " #out; \
168 DVLOG(1) << "Error in stream: invalid value while trying to read " #out; \
176 DVLOG(1) << "Error in stream: invalid value, expected " #val " to be" \
186 DVLOG(1) << "Error in stream: invalid value, expected " << #a; \
243 DVLOG(1) << "Requested a nonexistent PPS id " << pps_id
    [all...]
h264_dpb.cc 100 DVLOG(3) << "Adding PicNum: " << pic->pic_num << " ref: " << (int)pic->ref
126 DVLOG(1) << "Missing short ref pic num: " << pic_num;
136 DVLOG(1) << "Missing long term pic num: " << pic_num;
vp9_parser.cc 287 DVLOG(2) << "Got external frame_context update";
372 DVLOG(1) << "Padding bits are not zeros.";
384 DVLOG(1) << "header_size_in_bytes="
404 DVLOG(1) << "loading uninitialized frame context, index="
410 DVLOG(3) << "waiting frame_context_idx=" << frame_context_idx
442 DVLOG(2) << "ParseNextFrame";
462 DVLOG(1) << "Failed parsing superframes";
518 DVLOG(1) << "Parsing a superframe";
548 DVLOG(1) << "Not enough data in the buffer for frame " << i;
556 DVLOG(1) << "Frame " << i << ", size: " << size
    [all...]
vp9_compressed_header_parser.cc 260 DVLOG(2) << "Vp9CompressedHeaderParser::Parse";
284 DVLOG(1) << "parser reads beyond the end of buffer";
288 DVLOG(1) << "padding bits are not zero";
  /external/libchrome/crypto/
openssl_util.cc 36 DVLOG(1) << "\t" << base::StringPiece(str, len);
59 DVLOG(1) << "OpenSSL ERR_get_error stack from " << message;
  /system/bt/btif/src/
btif_hearing_aid.cc 58 DVLOG(2) << __func__;
69 DVLOG(2) << __func__ << " address: " << address;
76 DVLOG(2) << __func__ << " address: " << address
85 DVLOG(2) << __func__ << " address: " << address;
91 DVLOG(2) << __func__ << " address: " << address;
99 DVLOG(2) << __func__ << " volume: " << +volume;
105 DVLOG(2) << __func__ << " address: " << address;
118 DVLOG(2) << __func__;
btif_sock_l2cap.cc 259 DVLOG(2) << __func__ << ": stopping L2CAP server channel "
266 DVLOG(2) << __func__ << ": free id:" << sock->id;
327 DVLOG(2) << __func__ << " SOCK_LIST: alloc id:" << sock->id;
336 DVLOG(2) << __func__ << ": handle: " << handle;
352 DVLOG(2) << __func__ << ": channel: " << sock->channel;
396 DVLOG(2) << __func__ << ": sock->handle: " << sock->handle
402 DVLOG(2) << "send_app_psm() failed, close rs->id: " << sock->id;
456 DVLOG(2) << "sending connect signal & app fd: " << accept_rs->app_fd
458 DVLOG(2) << "server fd: << " << sock->our_fd << ", scn:" << sock->channel;
497 DVLOG(2) << "sending connect signal & app fd: " << accept_rs->app_f
    [all...]
  /external/perf_data_converter/src/quipper/androidbase/base/
logging.h 28 #define DVLOG(x) android::base::kEnableDChecks && VLOG(x)
  /external/puffin/src/
puff_reader.cc 50 DVLOG(2) << "Read end of block";
68 DVLOG(2) << "Read length: " << length << " distance: " << distance;
86 DVLOG(2) << "Read literals length: " << length;
108 DVLOG(2) << "Read block metadata length: " << length;
puff_writer.cc 35 DVLOG(2) << "Write literals length: " << pd.length;
86 DVLOG(2) << "Write length: " << pd.length << " distance: " << pd.distance;
126 DVLOG(2) << "Write block metadata length: " << pd.length;
149 DVLOG(2) << "Write end of block";
190 DVLOG(2) << "Write small literals length: " << cur_literals_length_;
206 DVLOG(2) << "Write large literals length: " << cur_literals_length_;
  /external/gflags/src/
gflags_completions.cc 211 DVLOG(1) << "Identified canonical_token: '" << canonical_token << "'";
216 DVLOG(2) << "Found " << all_flags.size() << " flags overall";
225 DVLOG(1) << "Identified " << matching_flags.size() << " matching flags";
226 DVLOG(1) << "Identified " << longest_common_prefix
231 DVLOG(1) << "The common prefix '" << longest_common_prefix
245 DVLOG(1) << "Identified module: '" << module << "'";
246 DVLOG(1) << "Identified package_dir: '" << package_dir << "'";
255 DVLOG(2) << "Categorized matching flags:";
256 DVLOG(2) << " perfect_match: " << notable_flags.perfect_match_flag.size();
257 DVLOG(2) << " module: " << notable_flags.module_flags.size()
    [all...]
  /system/bt/stack/gap/
gap_ble.cc 143 DVLOG(1) << "GATT_UUID_GAP_DEVICE_NAME len=" << +p_value->len;
196 DVLOG(1) << StringPrintf("%s: recv type (0x%02x)", __func__, type);
216 DVLOG(1) << "Ignore GATTS_REQ_TYPE_WRITE_EXEC";
220 DVLOG(1) << "Get MTU exchange new mtu size: " << +p_data->mtu;
225 DVLOG(1) << StringPrintf("Unknown/unexpected LE GAP ATT request: 0x%02x",
267 DVLOG(1) << StringPrintf("%s: status: %d", __func__, status);
273 DVLOG(1) << __func__ << ": calling";
319 DVLOG(1) << StringPrintf(
365 DVLOG(1) << __func__ << ": BDA: " << peer_bda
441 DVLOG(1) << __func__ << ": service_handle = " << +service_handle
    [all...]
gap_conn.cc 177 DVLOG(1) << "GAP_CONN - Open Request";
341 DVLOG(1) << StringPrintf("GAP_CONN - close handle: 0x%x", gap_handle);
411 DVLOG(1) << StringPrintf(
444 DVLOG(1) << StringPrintf("GAP_GetRxQueueCnt - rc = 0x%04x, rx_queue_count=%d",
538 DVLOG(1) << StringPrintf("GAP_WriteData %d bytes", msg->len);
624 DVLOG(1) << __func__ << " gap_handle = " << gap_handle;
627 DVLOG(1) << __func__ << " BDA: " << p_ccb->rem_dev_address;
630 DVLOG(1) << __func__ << " return Error ";
692 DVLOG(1) << StringPrintf("%s: GAP_EVT_TX_EMPTY", __func__);
768 DVLOG(1) << StringPrintf("GAP_CONN - Rcvd L2CAP conn ind, CID: 0x%x"
    [all...]
  /system/bt/bta/hearing_aid/
hearing_aid.cc 256 DVLOG(2) << __func__;
273 DVLOG(2) << __func__ << " " << address;
284 DVLOG(2) << __func__ << " " << address << ", hiSyncId=" << loghex(hiSyncId)
312 DVLOG(2) << "Skipping unknown device, address=" << address;
385 DVLOG(2) << "Skipping unknown device, conn_id=" << loghex(conn_id);
403 DVLOG(2) << "Skipping unknown device" << address;
416 DVLOG(2) << __func__ << " " << address;
430 DVLOG(2) << "Skipping unknown device, conn_id=" << loghex(conn_id);
468 DVLOG(2) << "Reading read only properties "
477 DVLOG(2) << "Reading Audio status " << loghex(charac.value_handle)
    [all...]
  /external/libmojo/mojo/edk/system/ports/
node.cc 74 DVLOG(2) << "Port " << entry.first << " referencing node "
94 DVLOG(2) << "Port " << entry.first << " referencing node "
237 DVLOG(2) << "Sending ObserveClosure from " << port_ref.name() << "@" << name_
271 DVLOG(4) << "GetMessage for " << port_ref.name() << "@" << name_;
361 DVLOG(1) << "Sending MergePort from " << port_ref.name() << "@" << name_
387 DVLOG(1) << "Merging local ports " << port0_ref.name() << "@" << name_
408 DVLOG(1) << "Observing lost connection from node " << name_
427 DVLOG(4) << "AcceptMessage " << event->sequence_num
480 DVLOG(2) << "Message not accepted!\n";
503 DVLOG(2) << "PortAccepted at " << port_name << "@" << name
    [all...]
  /external/libmojo/mojo/edk/system/
node_controller.cc 146 DVLOG(1) << "Initializing node " << name_;
212 DVLOG(1) << "Closing reserved port " << port.second.port.name();
249 DVLOG(1) << "Cannot connect to invalid parent channel.";
299 DVLOG(2) << "Reserving port " << port.name() << "@" << name_ << " for token "
346 DVLOG(2) << "Rejecting port merge for token " << token
544 DVLOG(1) << "Ignoring duplicate peer name " << name;
551 DVLOG(2) << "Accepting new peer " << name << " on node " << name_;
583 DVLOG(1) << "Dropped peer " << peer;
604 DVLOG(1) << "Closing reserved port: " << port.second.port.name();
712 DVLOG(1) << "Dropping message for unknown peer: " << name
    [all...]
message_pipe_dispatcher.cc 168 DVLOG(2) << "Creating new MessagePipeDispatcher for port " << port.name()
207 DVLOG(2) << "Closing message pipe " << pipe_id_ << " endpoint " << endpoint_
242 DVLOG(4) << "Sent message on pipe " << pipe_id_ << " endpoint " << endpoint_
414 DVLOG(2) << "Getting signal state for pipe " << pipe_id_ << " endpoint "
423 DVLOG(2) << "Signals already set for " << port_.name();
429 DVLOG(2) << "Signals impossible to satisfy for " << port_.name();
433 DVLOG(2) << "Adding awakable to pipe " << pipe_id_ << " endpoint "
451 DVLOG(2) << "Removing awakable from pipe " << pipe_id_ << " endpoint "
588 DVLOG(4) << "New message detected on message pipe " << pipe_id_
593 DVLOG(2) << "Peer closure detected on message pipe " << pipe_id
    [all...]
  /external/libmojo/mojo/public/cpp/bindings/lib/
pipe_control_message_handler.cc 85 DVLOG(1) << "Unsupported command in a RunOrClosePipe message pipe control "
  /external/libchrome/base/process/
memory_linux.cc 174 DVLOG(1) << "Adjusting oom_score_adj of " << process << " to "
190 DVLOG(1) << "Adjusting oom_adj of " << process << " to " << score_str;

Completed in 744 milliseconds

1 2 3