Lines Matching refs:DVLOG
96 DVLOG(4) << "Decoding POC " << curr_pic_->pic_order_cnt; in DecodePicture()
128 DVLOG(1) << "Interlaced video not supported."; in InitCurrPicture()
269 DVLOG(1) << "Invalid num_ref_frames_in_pic_order_cnt_cycle " in CalculatePicOrderCounts()
339 DVLOG(1) << "Invalid pic_order_cnt_type: " << sps->pic_order_cnt_type; in CalculatePicOrderCounts()
604 DVLOG(1) << "Malformed stream, no pic num " << pic_num_lx; in ModifyReferencePicList()
624 DVLOG(1) << "Malformed stream, no pic num " in ModifyReferencePicList()
647 DVLOG(1) << "Invalid modification_of_pic_nums_idc=" in ModifyReferencePicList()
669 DVLOG(4) << "Skipping output, non-existing frame_num: " << pic->frame_num; in OutputPic()
678 DVLOG(4) << "Posting output task for POC: " << pic->pic_order_cnt; in OutputPic()
703 DVLOG(2) << "Decoder flush"; in Flush()
709 DVLOG(2) << "Decoder flush finished"; in Flush()
776 DVLOG(1) << "Invalid short ref pic num to unmark"; in HandleMemoryManagementOps()
789 DVLOG(1) << "Invalid long term ref pic num to unmark"; in HandleMemoryManagementOps()
804 DVLOG(1) << "Invalid short term ref pic num to mark as long ref"; in HandleMemoryManagementOps()
911 DVLOG(1) << "Couldn't find a short ref picture to unmark"; in SlidingWindowPictureMarking()
941 DVLOG(4) << "Finishing picture frame_num: " << pic->frame_num in FinishPicture()
996 DVLOG(1) << "Could not free up space in DPB!"; in FinishPicture()
1037 DVLOG(1) << "Invalid codec level (" << level << ")"; in LevelToMaxDpbMbs()
1047 DVLOG(1) in UpdateMaxNumReorderFrames()
1080 DVLOG(4) << "Processing SPS id:" << sps_id; in ProcessSPS()
1089 DVLOG(1) << "frame_mbs_only_flag != 1 not supported"; in ProcessSPS()
1095 DVLOG(1) << "Invalid picture size"; in ProcessSPS()
1104 DVLOG(1) << "Picture size is too big: " << new_pic_size.ToString(); in ProcessSPS()
1116 DVLOG(1) << "MaxDpbFrames: " << max_dpb_frames in ProcessSPS()
1130 DVLOG(1) << "Invalid DPB size: " << max_dpb_size; in ProcessSPS()
1137 DVLOG(1) << "Codec level: " << level << ", DPB size: " << max_dpb_size in ProcessSPS()
1146 DVLOG(2) << "New visible rect: " << new_visible_rect.ToString(); in ProcessSPS()
1152 DVLOG(1) << "max_num_reorder_frames: " << max_num_reorder_frames_; in ProcessSPS()
1177 DVLOG(1) << "Invalid frame_num: " << frame_num; in HandleFrameNumGap()
1181 DVLOG(2) << "Handling frame_num gap: " << prev_ref_frame_num_ << "->" in HandleFrameNumGap()
1257 DVLOG(1) << "ASO/invalid stream, first_mb_in_slice: " in PreprocessCurrentSlice()
1307 DVLOG(1) << "Error during decode"; \
1316 DVLOG(4) << "New input stream at: " << (void*)ptr << " size: " << size; in SetStream()
1322 DVLOG(1) << "Decoder in error state"; in Decode()
1337 DVLOG(4) << "New NALU: " << static_cast<int>(curr_nalu_->nal_unit_type); in Decode()
1442 DVLOG(4) << "Skipping NALU type: " << curr_nalu_->nal_unit_type; in Decode()
1446 DVLOG(4) << "NALU done"; in Decode()