Home
last modified time | relevance | path

Searched refs:DVLOG (Results 1 – 25 of 39) sorted by relevance

12

/external/v4l2_codec2/vda/
Dvp9_uncompressed_header_parser.cc640 DVLOG(1) << "Invalid frame sync code"; in VerifySyncCode()
661 DVLOG(1) << "4:2:0 color not supported in profile 1 or 3"; in ReadColorConfig()
666 DVLOG(1) << "reserved bit set"; in ReadColorConfig()
679 DVLOG(1) << "reserved bit set"; in ReadColorConfig()
683 DVLOG(1) << "4:4:4 color not supported in profile 0 or 2"; in ReadColorConfig()
742 DVLOG(1) << "There should be at least one reference frame meeting " in ReadFrameSizeFromRefs()
854 DVLOG(1) << "feature_sign should be 0" in ReadSegmentationParams()
891 DVLOG(1) << "tile_cols_log2 should be <= 6"; in ReadTileInfo()
916 DVLOG(2) << "Vp9UncompressedHeaderParser::Parse"; in Parse()
924 DVLOG(1) << "frame marker shall be equal to 2"; in Parse()
[all …]
Dh264_decoder.cc95 DVLOG(4) << "Decoding POC " << curr_pic_->pic_order_cnt; in DecodePicture()
127 DVLOG(1) << "Interlaced video not supported."; in InitCurrPicture()
266 DVLOG(1) << "Invalid num_ref_frames_in_pic_order_cnt_cycle " in CalculatePicOrderCounts()
336 DVLOG(1) << "Invalid pic_order_cnt_type: " << sps->pic_order_cnt_type; in CalculatePicOrderCounts()
601 DVLOG(1) << "Malformed stream, no pic num " << pic_num_lx; in ModifyReferencePicList()
621 DVLOG(1) << "Malformed stream, no pic num " in ModifyReferencePicList()
644 DVLOG(1) << "Invalid modification_of_pic_nums_idc=" in ModifyReferencePicList()
666 DVLOG(4) << "Skipping output, non-existing frame_num: " << pic->frame_num; in OutputPic()
675 DVLOG(4) << "Posting output task for POC: " << pic->pic_order_cnt; in OutputPic()
700 DVLOG(2) << "Decoder flush"; in Flush()
[all …]
Dvp9_bool_decoder.cc46 DVLOG(1) << "input size of bool decoder shall be at least 1"; in Initialize()
58 DVLOG(1) << "marker bit should be 0"; in Initialize()
73 DVLOG(1) << "Vp9BoolDecoder reads beyond the end of stream"; in Fill()
143 DVLOG(2) << "not enough bits in bitstream to fill bool range"; in ConsumePaddingBits()
148 DVLOG(1) << "prefilled padding bits are not zero"; in ConsumePaddingBits()
157 DVLOG(1) << "padding bits are not zero"; in ConsumePaddingBits()
Dvp9_decoder.cc31 DVLOG(4) << "New input stream at: " << (void*)ptr << " size: " << size; in SetStream()
36 DVLOG(2) << "Decoder flush"; in Flush()
67 DVLOG(1) << "Error parsing stream"; in Decode()
72 DVLOG(4) << "Awaiting context update"; in Decode()
95 DVLOG(1) << "Request to show an invalid frame"; in Decode()
114 DVLOG(1) << "New resolution: " << new_pic_size.ToString(); in Decode()
119 DVLOG(1) << "Resolution change currently supported for keyframes only"; in Decode()
Dh264_parser.cc59 DVLOG(1) << "Coded size is too large."; in GetCodedSize()
83 DVLOG(1) \
94 DVLOG(1) \
104 DVLOG(1) << "Error in stream: invalid value while trying to read " #out; \
112 DVLOG(1) << "Error in stream: invalid value while trying to read " #out; \
120 DVLOG(1) << "Error in stream: invalid value, expected " #val " to be" \
130 DVLOG(1) << "Error in stream: invalid value, expected " << #a; \
190 DVLOG(1) << "Requested a nonexistent PPS id " << pps_id; in GetPPS()
200 DVLOG(1) << "Requested a nonexistent SPS id " << sps_id; in GetSPS()
257 DVLOG(4) << "Could not find start code, end of stream?"; in LocateNALU()
[all …]
Dv4l2_device.cc50 DVLOG(1) << "Add more cases as needed"; in V4L2PixFmtToVideoPixelFormat()
134 DVLOG(1) << "Unhandled pixelformat " << std::hex << "0x" << pix_fmt; in V4L2PixFmtToVideoCodecProfiles()
159 DVLOG(3) << "Poll(): adding device fd to poll() set"; in Poll()
188 DVLOG(3) << "SetDevicePollInterrupt()"; in SetDevicePollInterrupt()
200 DVLOG(3) << "ClearDevicePollInterrupt()"; in ClearDevicePollInterrupt()
220 DVLOG(1) << "No devices supporting " << std::hex << "0x" << v4l2_pixfmt in Open()
344 DVLOG(1) << "Found " << fmtdesc.description << std::hex << " (0x" in EnumerateSupportedPixelformats()
376 DVLOG(1) << "Found decoder profile " << GetProfileName(profile.profile) in EnumerateSupportedDecodeProfiles()
436 DVLOG(1) << "Found device: " << path; in EnumerateDevicesForType()
Dvp9_parser.cc159 DVLOG(2) << "Got external frame_context update"; in UpdateFromClient()
228 DVLOG(2) << "ParseNextFrame"; in ParseNextFrame()
242 DVLOG(1) << "Failed parsing superframes"; in ParseNextFrame()
262 DVLOG(1) << "Padding bits are not zeros."; in ParseNextFrame()
273 DVLOG(1) << "header_size_in_bytes=" in ParseNextFrame()
289 DVLOG(1) << "loading uninitialized frame context, index=" in ParseNextFrame()
294 DVLOG(3) << "waiting frame_context_idx=" << frame_context_idx in ParseNextFrame()
357 DVLOG(1) << "Parsing a superframe"; in ParseSuperframe()
387 DVLOG(1) << "Not enough data in the buffer for frame " << i; in ParseSuperframe()
395 DVLOG(1) << "Frame " << i << ", size: " << size; in ParseSuperframe()
Dvp8_decoder.cc24 DVLOG(2) << "Decoder flush"; in Flush()
35 DVLOG(4) << "New input stream at: " << (void*)ptr << " size: " << size; in SetStream()
60 DVLOG(1) << "Error during decode"; in Decode()
72 DVLOG(2) << "New resolution: " << new_pic_size.ToString(); in Decode()
Dh264_dpb.cc99 DVLOG(3) << "Adding PicNum: " << pic->pic_num << " ref: " << (int)pic->ref in StorePic()
125 DVLOG(1) << "Missing short ref pic num: " << pic_num; in GetShortRefPicByPicNum()
135 DVLOG(1) << "Missing long term pic num: " << pic_num; in GetLongRefPicByLongTermPicNum()
Dvp9_compressed_header_parser.cc259 DVLOG(2) << "Vp9CompressedHeaderParser::Parse"; in Parse()
283 DVLOG(1) << "parser reads beyond the end of buffer"; in Parse()
287 DVLOG(1) << "padding bits are not zero"; in Parse()
Dvp8_parser.cc15 DVLOG(1) << "Error while trying to read " #what; \
78 DVLOG(4) << "Frame parsed, start: " << static_cast<const void*>(ptr) in ParseFrame()
869 DVLOG(4) << "Control part size: " << fhdr->first_part_size; in ParsePartitions()
871 DVLOG(4) << "DCT part " << i << " size: " << fhdr->dct_partition_sizes[i]; in ParsePartitions()
Dshared_memory_region.cc30 DVLOG(1) << "Invalid offset: " << offset_; in Map()
/external/libmojo/mojo/edk/system/ports/
Dnode.cc73 DVLOG(2) << "Port " << entry.first << " referencing node " in CanShutdownCleanly()
91 DVLOG(2) << "Port " << entry.first << " referencing node " in CanShutdownCleanly()
235 DVLOG(2) << "Sending ObserveClosure from " << port_ref.name() << "@" << name_ in ClosePort()
273 DVLOG(2) << "GetMessageIf for " << port_ref.name() << "@" << name_; in GetMessageIf()
363 DVLOG(1) << "Sending MergePort from " << port_ref.name() << "@" << name_ in MergePorts()
389 DVLOG(1) << "Merging local ports " << port0_ref.name() << "@" << name_ in MergeLocalPorts()
410 DVLOG(1) << "Observing lost connection from node " << name_ in LostConnectionToNode()
429 DVLOG(2) << "AcceptMessage " << event->sequence_num in OnUserMessage()
482 DVLOG(2) << "Message not accepted!\n"; in OnUserMessage()
505 DVLOG(2) << "PortAccepted at " << port_name << "@" << name_ in OnPortAccepted()
[all …]
/external/libmojo/mojo/edk/system/
Dnode_controller.cc144 DVLOG(1) << "Initializing node " << name_; in NodeController()
213 DVLOG(1) << "Closing reserved port " << port.second.port.name(); in CloseChildPorts()
245 DVLOG(1) << "Cannot connect to invalid parent channel."; in ConnectToParent()
283 DVLOG(2) << "Reserving port " << port.name() << "@" << name_ << " for token " in ReservePort()
330 DVLOG(2) << "Rejecting port merge for token " << token in MergePortIntoParent()
481 DVLOG(1) << "Ignoring duplicate peer name " << name; in AddPeer()
488 DVLOG(2) << "Accepting new peer " << name << " on node " << name_; in AddPeer()
520 DVLOG(1) << "Dropped peer " << peer; in DropPeer()
541 DVLOG(1) << "Closing reserved port: " << port.second.port.name(); in DropPeer()
647 DVLOG(1) << "Dropping message for unknown peer: " << name; in SendPeerMessage()
[all …]
Dmessage_pipe_dispatcher.cc70 DVLOG(2) << "Creating new MessagePipeDispatcher for port " << port.name() in MessagePipeDispatcher()
109 DVLOG(2) << "Closing message pipe " << pipe_id_ << " endpoint " << endpoint_ in Close()
144 DVLOG(2) << "Sent message on pipe " << pipe_id_ << " endpoint " << endpoint_ in WriteMessage()
361 DVLOG(2) << "Getting signal state for pipe " << pipe_id_ << " endpoint " in AddAwakable()
370 DVLOG(2) << "Signals already set for " << port_.name(); in AddAwakable()
376 DVLOG(2) << "Signals impossible to satisfy for " << port_.name(); in AddAwakable()
380 DVLOG(2) << "Adding awakable to pipe " << pipe_id_ << " endpoint " in AddAwakable()
398 DVLOG(2) << "Removing awakable from pipe " << pipe_id_ << " endpoint " in RemoveAwakable()
539 DVLOG(2) << "New message detected on message pipe " << pipe_id_ in OnPortStatusChanged()
544 DVLOG(2) << "Peer closure detected on message pipe " << pipe_id_ in OnPortStatusChanged()
Ddata_pipe_producer_dispatcher.cc96 DVLOG(1) << "Closing data pipe producer " << pipe_id_; in Close()
468 DVLOG(1) << "Data pipe producer " << pipe_id_ << " notifying peer: " in NotifyWrite()
487 DVLOG(1) << "Control port status changed for data pipe producer " << pipe_id_; in OnPortStatusChanged()
501 DVLOG(1) << "Data pipe producer " << pipe_id_ << " is aware of peer closure" in UpdateSignalsStateNoLock()
533 DVLOG(1) << "Data pipe producer " << pipe_id_ << " is aware that " in UpdateSignalsStateNoLock()
Ddata_pipe_consumer_dispatcher.cc96 DVLOG(1) << "Closing data pipe consumer " << pipe_id_; in Close()
490 DVLOG(1) << "Data pipe consumer " << pipe_id_ << " notifying peer: " in NotifyRead()
509 DVLOG(1) << "Control port status changed for data pipe producer " << pipe_id_; in OnPortStatusChanged()
523 DVLOG(1) << "Data pipe consumer " << pipe_id_ << " is aware of peer closure" in UpdateSignalsStateNoLock()
556 DVLOG(1) << "Data pipe consumer " << pipe_id_ << " is aware that " in UpdateSignalsStateNoLock()
/external/libchrome/crypto/
Dopenssl_util.cc34 DVLOG(1) << "\t" << base::StringPiece(str, len); in OpenSSLErrorCallback()
57 DVLOG(1) << "OpenSSL ERR_get_error stack from " << message; in ClearOpenSSLERRStack()
Dnss_util.cc105 DVLOG(2) << "DefaultConfigDirectory: " << dir.value(); in GetDefaultConfigDirectory()
407 DVLOG(3) << "Loading chaps..."; in InitializeTPMTokenOnWorkerThread()
428 DVLOG(2) << "Loaded chaps: " << !!tpm_args->chaps_module in OnInitializedTPMTokenAndSystemSlot()
464 DVLOG(1) << "Called on wrong thread.\n" in IsTPMTokenReady()
485 DVLOG(3) << "Poking chaps module."; in GetTPMSlotForIdOnWorkerThread()
501 DVLOG(2) << username_hash << " already initialized."; in InitializeNSSForChromeOSUser()
505 DVLOG(2) << "Opening NSS DB " << path.value(); in InitializeNSSForChromeOSUser()
562 DVLOG(2) << "Got tpm slot for " << username_hash << " " in OnInitializedTPMForChromeOSUser()
585 DVLOG(2) << "empty username_hash"; in GetPublicSlotForChromeOSUser()
602 DVLOG(2) << "empty username_hash"; in GetPrivateSlotForChromeOSUser()
[all …]
/external/libchrome/base/json/
Djson_value_converter.h273 DVLOG(1) << "failure at " << i << "-th element"; in Convert()
307 DVLOG(1) << "failure at " << i << "-th element"; in Convert()
344 DVLOG(1) << "failure at " << i << "-th element"; in Convert()
500 DVLOG(1) << "failure at field " << field_converter->field_path(); in Convert()
Djson_parser.cc47 DVLOG(1) << "Swap()ing a DictionaryValue inefficiently."; in Swap()
70 DVLOG(1) << "Remove()ing from a DictionaryValue inefficiently."; in RemoveWithoutPathExpansion()
99 DVLOG(1) << "Swap()ing a ListValue inefficiently."; in Swap()
118 DVLOG(1) << "Remove()ing from a ListValue inefficiently."; in Remove()
/external/libmojo/mojo/message_pump/
Dmessage_pump_mojo.cc323 DVLOG(1) << "Error: " << handle_results[i] in ProcessReadyHandles()
341 DVLOG(1) << "Signaled control pipe"; in ProcessReadyHandles()
346 DVLOG(1) << "Handle ready: " << handle.value(); in ProcessReadyHandles()
/external/libmojo/mojo/public/cpp/bindings/lib/
Dpipe_control_message_handler.cc79 DVLOG(1) << "Unsupported command in a RunOrClosePipe message pipe control " in RunOrClosePipe()
/external/libchrome/base/strings/
Dstring_split.cc115 DVLOG(1) << "cannot find delimiter in: " << input; in AppendStringKeyValue()
124 DVLOG(1) << "cannot parse value from input: " << input; in AppendStringKeyValue()
/external/libchrome/base/
Dlogging_unittest.cc82 DVLOG(0) << mock_log_source.Log(); in TEST_F()
148 DVLOG(1) << mock_log_source.Log(); in TEST_F()

12