Lines Matching refs:endl
421 << std::endl;
450 std::cout << std::endl;
612 std::cout << "\t" << std::hex << m_supportedVideoCodecs << " HW codec types are available: " << std::dec << std::endl;
637 std::cout << std::dec << "Video Input Information" << std::endl
638 << "\tCodec : " << util::getVideoCodecString(pVideoFormat->codec) << std::endl
639 << "\tFrame rate : " << pVideoFormat->frame_rate.numerator << "/" << pVideoFormat->frame_rate.denominator << " = " << ((pVideoFormat->frame_rate.denominator != 0) ? (1.0 * pVideoFormat->frame_rate.numerator / pVideoFormat->frame_rate.denominator) : 0.0) << " fps" << std::endl
640 << "\tSequence : " << (pVideoFormat->progressive_sequence ? "Progressive" : "Interlaced") << std::endl
641 << "\tCoded size : [" << codedExtent.width << ", " << codedExtent.height << "]" << std::endl
642 << "\tDisplay area : [" << pVideoFormat->display_area.left << ", " << pVideoFormat->display_area.top << ", " << pVideoFormat->display_area.right << ", " << pVideoFormat->display_area.bottom << "]" << std::endl
643 << "\tChroma : " << util::getVideoChromaFormatString(pVideoFormat->chromaSubsampling) << std::endl
644 << "\tBit depth : " << pVideoFormat->bit_depth_luma_minus8 + 8 << std::endl
645 << "\tCodec : " << VkVideoCoreProfile::CodecToName(detectedVideoCodec) << std::endl
646 << "\t#Decode surf : " << m_numDecodeSurfaces << std::endl
647 << "\tCoded extent : " << codedExtent.width << " x " << codedExtent.height << std::endl
648 << "\tMax DPB slots : " << maxDpbSlotCount << std::endl;
732 std::cout << "Allocating Video Device Memory" << std::endl
734 << maxDpbSlotCount << " Video Device Memory Images for DPB " << std::endl
735 << imageExtent.width << " x " << imageExtent.height << std::endl;
912 DEBUGLOG(std::cout << "VideoBaseDecoder::AllocPictureBuffer" << std::endl);
921 DEBUGLOG(std::cout << "\tVideoBaseDecoder::AllocPictureBuffer " << (void*)*ppNvidiaVulkanPicture << std::endl);
934 DEBUGLOG(std::cout << "VideoBaseDecoder::DecodePicture" << std::endl);
946 << "\t ==> VulkanVideoParser::DecodePicture " << picIdx << std::endl
949 "\t\t field: " << (bool)pd->field_pic_flag << std::endl
955 "\t\t\t top_field: " << (bool)pd->top_field_first << std::endl
961 << std::endl; // Frame is a reference frame
1004 DEBUGLOG(std::cout << "\tDecodePicture sps_sid:" << (deUint32)pNvidiaVulkanParserPictureData->CodecSpecific.h264.pStdSps->seq_parameter_set_id << " pps_sid:" << (deUint32)pNvidiaVulkanParserPictureData->CodecSpecific.h264.pStdPps->seq_parameter_set_id << " pps_pid:" << (deUint32)pNvidiaVulkanParserPictureData->CodecSpecific.h264.pStdPps->pic_parameter_set_id << std::endl);
1165 << pin->pStdVps->GetUpdateSequenceCount() << std::endl;
1167 << pin->pStdSps->GetUpdateSequenceCount() << std::endl;
1169 << pin->pStdPps->GetUpdateSequenceCount() << std::endl;
1214 << " numPocLtCurr: " << (int32_t)pin->NumPocLtCurr << std::endl;
1269 std::cout << std::endl;
1550 << " for SPS: " << spsId << ", PPS: " << ppsId << std::endl;
1658 std::cout << "\t +++++++++++++++++++++++++++< " << cachedParameters->pictureParams.currPicIdx << " >++++++++++++++++++++++++++++++" << std::endl;
1659 std::cout << std::dec << "\t => Decode Submitted for CurrPicIdx: " << cachedParameters->pictureParams.currPicIdx << std::endl
1662 << cachedParameters->pictureParams.decodeFrameInfo.dstPictureResource.imageViewBinding << std::endl;
1700 std::cout << "\t +++++++++++++++++++++++++++< " << cachedParameters->pictureParams.currPicIdx << " >++++++++++++++++++++++++++++++" << std::endl;
1701 std::cout << "\t => Decode Status for CurrPicIdx: " << cachedParameters->pictureParams.currPicIdx << std::endl
1702 << "\t\tdecodeStatus: " << decodeStatus << std::endl;
1766 std::cout << "\t ======================< " << picIdx << " >============================" << std::endl;
1767 std::cout << "\t ==> VulkanVideoParser::DisplayPicture " << picIdx << std::endl;
1813 std::cout << "\tAllocated bitstream buffer with size " << newSize << " B, " << newSize / 1024 << " KB, " << newSize / 1024 / 1024 << " MB" << std::endl;
1829 std::cout << "\t\tFrom bitstream buffer pool with size " << newSize << " B, " << newSize / 1024 << " KB, " << newSize / 1024 / 1024 << " MB" << std::endl;
1834 std::cout << std::endl;
1840 std::cout << "\tAllocated bitstream buffer with size " << newSize << " B, " << newSize / 1024 << " KB, " << newSize / 1024 / 1024 << " MB" << std::endl;
1920 << " *************************" << std::endl;
1922 << (int32_t)GetPicIdx(pd->pCurrPic) << std::endl
1925 std::cout << "(none)" << std::endl;
1939 std::cout << std::endl;
1943 std::cout << "(none)" << std::endl;
1961 << ")" << std::endl
1962 << std::endl;
2076 << " picIdx: " << (int32_t)currPicIdx << std::endl;
2078 << std::endl
2088 std::cout << std::endl
2104 << std::endl;
2107 << " *************************" << std::endl
2108 << std::endl;
2131 std::cout << "Ref frames data: " << std::endl;
2153 std::cout << "Total Ref frames: " << numUsedRef << std::endl;
2237 std::cout << "frmListToDpb:" << std::endl;
2240 << (int32_t)frmListToDpb[dpbResIdx] << std::endl;
2255 << " -> " << (int32_t)frmListToDpb[idx] << std::endl;
2274 << " -> " << (int32_t)frmListToDpb[idx] << std::endl;
2293 << " -> " << (int32_t)frmListToDpb[idx] << std::endl;
2309 << (int32_t)pStdPictureInfo->RefPicSetLtCurr[i] << std::endl;