• Home
  • Raw
  • Download

Lines Matching refs:DVLOG

95   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()
706 DVLOG(2) << "Decoder flush finished"; in Flush()
773 DVLOG(1) << "Invalid short ref pic num to unmark"; in HandleMemoryManagementOps()
786 DVLOG(1) << "Invalid long term ref pic num to unmark"; in HandleMemoryManagementOps()
801 DVLOG(1) << "Invalid short term ref pic num to mark as long ref"; in HandleMemoryManagementOps()
908 DVLOG(1) << "Couldn't find a short ref picture to unmark"; in SlidingWindowPictureMarking()
938 DVLOG(4) << "Finishing picture frame_num: " << pic->frame_num in FinishPicture()
993 DVLOG(1) << "Could not free up space in DPB!"; in FinishPicture()
1034 DVLOG(1) << "Invalid codec level (" << level << ")"; in LevelToMaxDpbMbs()
1044 DVLOG(1) in UpdateMaxNumReorderFrames()
1077 DVLOG(4) << "Processing SPS id:" << sps_id; in ProcessSPS()
1086 DVLOG(1) << "frame_mbs_only_flag != 1 not supported"; in ProcessSPS()
1092 DVLOG(1) << "Invalid picture size"; in ProcessSPS()
1101 DVLOG(1) << "Picture size is too big: " << new_pic_size.ToString(); in ProcessSPS()
1113 DVLOG(1) << "Invalid DPB Size"; in ProcessSPS()
1120 DVLOG(1) << "Codec level: " << level << ", DPB size: " << max_dpb_size in ProcessSPS()
1129 DVLOG(1) << "max_num_reorder_frames: " << max_num_reorder_frames_; in ProcessSPS()
1154 DVLOG(1) << "Invalid frame_num: " << frame_num; in HandleFrameNumGap()
1158 DVLOG(2) << "Handling frame_num gap: " << prev_ref_frame_num_ << "->" in HandleFrameNumGap()
1234 DVLOG(1) << "ASO/invalid stream, first_mb_in_slice: " in PreprocessCurrentSlice()
1284 DVLOG(1) << "Error during decode"; \
1293 DVLOG(4) << "New input stream at: " << (void*)ptr << " size: " << size; in SetStream()
1299 DVLOG(1) << "Decoder in error state"; in Decode()
1314 DVLOG(4) << "New NALU: " << static_cast<int>(curr_nalu_->nal_unit_type); in Decode()
1419 DVLOG(4) << "Skipping NALU type: " << curr_nalu_->nal_unit_type; in Decode()
1423 DVLOG(4) << "NALU done"; in Decode()