Lines Matching defs:cout

356 			std::cout << "\t\t Flags: ";
360 std::cout << "FRAME_IS_REFERENCE ";
366 std::cout << "IS_LONG_TERM ";
371 std::cout << "IS_NON_EXISTING ";
377 std::cout << "IS_FIELD ";
383 std::cout << "TOP_FIELD_IS_REF ";
388 std::cout << "BOTTOM_FIELD_IS_REF ";
411 std::cout << "\tdpbEntryIdx: " << dpbEntryIdx
419 std::cout << " fieldOrderCnt[0]: " << pRefPicInfo->PicOrderCnt[0]
442 std::cout << "\tdpbIndex: " << dpbSlotIndex
445 std::cout << "\t\t Flags: ";
446 std::cout << "FRAME IS REFERENCE ";
448 std::cout << "IS LONG TERM ";
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
732 std::cout << "Allocating Video Device Memory" << 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);
945 std::cout
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);
1164 std::cout << "\n\tCurrent h.265 Picture VPS update : "
1166 std::cout << "\n\tCurrent h.265 Picture SPS update : "
1168 std::cout << "\tCurrent h.265 Picture PPS update : "
1212 std::cout << "\tnumPocStCurrBefore: " << (int32_t)pin->NumPocStCurrBefore
1252 std::cout << "\tdpbIndex: " << i;
1254 std::cout << " REFERENCE FRAME";
1256 std::cout << " picOrderCntValList: "
1260 std::cout << "\t\t Flags: ";
1263 std::cout << "IS LONG TERM ";
1267 std::cout << " NOT A REFERENCE ";
1269 std::cout << std::endl;
1549 std::cout << "ApplyPictureParameters object " << cachedParameters->decodeBeginInfo.videoSessionParameters << " with ID: (" << pOwnerPictureParameters->GetId() << ")"
1658 std::cout << "\t +++++++++++++++++++++++++++< " << cachedParameters->pictureParams.currPicIdx << " >++++++++++++++++++++++++++++++" << std::endl;
1659 std::cout << std::dec << "\t => Decode Submitted for CurrPicIdx: " << cachedParameters->pictureParams.currPicIdx << std::endl
1700 std::cout << "\t +++++++++++++++++++++++++++< " << cachedParameters->pictureParams.currPicIdx << " >++++++++++++++++++++++++++++++" << std::endl;
1701 std::cout << "\t => Decode Status for CurrPicIdx: " << cachedParameters->pictureParams.currPicIdx << 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;
1831 std::cout << "\t\t\t FreeNodes " << m_decodeFramesData.GetBitstreamBuffersQueue().GetFreeNodesNumber();
1832 std::cout << " of MaxNodes " << m_decodeFramesData.GetBitstreamBuffersQueue().GetMaxNodes();
1833 std::cout << ", AvailableNodes " << m_decodeFramesData.GetBitstreamBuffersQueue().GetAvailableNodesNumber();
1834 std::cout << std::endl;
1840 std::cout << "\tAllocated bitstream buffer with size " << newSize << " B, " << newSize / 1024 << " KB, " << newSize / 1024 / 1024 << " MB" << std::endl;
1918 std::cout << " =>>> ********************* picIdx: "
1921 std::cout << "\tRef frames data in for picIdx: "
1925 std::cout << "(none)" << std::endl;
1932 std::cout << slot << ",\t";
1936 std::cout << 'X' << ",\t";
1939 std::cout << std::endl;
1941 std::cout << "\tPict Index:\t\t";
1943 std::cout << "(none)" << std::endl;
1950 std::cout << refOnlyDpbIn[slot].m_picBuff->m_picIdx << ",\t";
1954 std::cout << 'X' << ",\t";
1958 std::cout << "\n\tTotal Ref frames for picIdx: "
1964 std::cout << std::flush;
2074 std::cout << "\tAllocated DPB slot " << (int32_t)currPicDpbSlot << " for "
2077 std::cout << "\tDPB frames map for picIdx: " << (int32_t)currPicIdx
2082 std::cout << slot << ",\t";
2085 std::cout << 'X' << ",\t";
2088 std::cout << std::endl
2093 std::cout << m_dpb[slot].getPictureResource()->m_picIdx << ",\t";
2095 std::cout << "non existent"
2099 std::cout << 'X' << ",\t";
2102 std::cout << "\n\tTotal slots in use for picIdx: " << (int32_t)currPicIdx
2105 std::cout << " <<<= ********************* picIdx: "
2109 std::cout << std::flush;
2131 std::cout << "Ref frames data: " << std::endl;
2153 std::cout << "Total Ref frames: " << numUsedRef << std::endl;
2237 std::cout << "frmListToDpb:" << std::endl;
2239 std::cout << "\tfrmListToDpb[" << (int32_t)dpbResIdx << "] is "
2254 std::cout << "\trefPicSetStCurrBefore[" << i << "] is " << (int32_t)idx
2273 std::cout << "\trefPicSetStCurrAfter[" << i << "] is " << (int32_t)idx
2292 std::cout << "\trefPicSetLtCurr[" << i << "] is " << (int32_t)idx
2303 std::cout << "\tlist indx " << i << ": "