Lines Matching refs:LOG_V
66 LOG_V( "Begin\n"); in start()
77 LOG_V( "end\n"); in start()
124 LOG_V("Config type = %d\n", (int)videoEncConfig->type); in derivedSetConfig()
191 LOG_V("Config type = %d\n", (int)videoEncConfig->type); in derivedGetConfig()
291 …LOG_V("libMIX thinks it is %s Frame, the input is %s Frame", FrameTypeStr[frametype], FrameTypeStr… in updateFrameInfo()
293 LOG_V("Wrong Frame type %d, type may not be initialized ?\n", task->type); in updateFrameInfo()
307 LOG_V("Begin\n"); in getExtFormatOutput()
350 LOG_V("out size is = %d\n", outBuffer->dataSize); in getExtFormatOutput()
356 LOG_V("End\n"); in getExtFormatOutput()
383 LOG_V ("NAL type = 0x%x\n", *nalType); in getOneNALUnit()
480 LOG_V("NAL type = %d, NAL size = %d, offset = %d\n", nalType, nalSize, nalOffset); in getHeader()
489 LOG_V("No header found or no header anymore\n"); in getHeader()
582 LOG_V("End of stream\n"); in outputOneNALU()
647 LOG_V("End of stream\n"); in outputLengthPrefixed()
715 LOG_V("End of stream\n"); in outputNaluLengthsPrefixed()
736 LOG_V( "Begin\n"); in sendEncodeCommand()
809 LOG_V( "End\n"); in sendEncodeCommand()
817 LOG_V( "Begin\n\n"); in renderMaxSliceSize()
856 LOG_V( "%s Begin\n", __FUNCTION__); in renderCIR()
889 LOG_V( "Begin\n\n"); in renderAIR()
958 LOG_V( "Begin\n\n"); in renderSequenceParams()
1048 LOG_V("===h264 sequence params===\n"); in renderSequenceParams()
1049 LOG_V( "seq_parameter_set_id = %d\n", (uint32_t)avcSeqParams.seq_parameter_set_id); in renderSequenceParams()
1050 LOG_V( "level_idc = %d\n", (uint32_t)avcSeqParams.level_idc); in renderSequenceParams()
1051 LOG_V( "intra_period = %d\n", avcSeqParams.intra_period); in renderSequenceParams()
1052 LOG_V( "idr_interval = %d\n", avcSeqParams.intra_idr_period); in renderSequenceParams()
1053 LOG_V( "picture_width_in_mbs = %d\n", avcSeqParams.picture_width_in_mbs); in renderSequenceParams()
1054 LOG_V( "picture_height_in_mbs = %d\n", avcSeqParams.picture_height_in_mbs); in renderSequenceParams()
1055 LOG_V( "bitrate = %d\n", rcMiscParam->bits_per_second); in renderSequenceParams()
1056 LOG_V( "frame_rate = %d\n", framerateParam->framerate); in renderSequenceParams()
1057 LOG_V( "initial_qp = %d\n", rcMiscParam->initial_qp); in renderSequenceParams()
1058 LOG_V( "min_qp = %d\n", rcMiscParam->min_qp); in renderSequenceParams()
1059 LOG_V( "basic_unit_size = %d\n", rcMiscParam->basic_unit_size); in renderSequenceParams()
1060 LOG_V( "bDirect8x8Inference = %d\n",mVideoParamsAVC.bDirect8x8Inference); in renderSequenceParams()
1101 LOG_V("Begin\n"); in renderPackedSequenceParams()
1133 LOG_V("End\n"); in renderPackedSequenceParams()
1144 LOG_V( "Begin\n\n"); in renderPictureParams()
1190 LOG_V("======h264 picture params======\n"); in renderPictureParams()
1191 LOG_V( "reference_picture = 0x%08x\n", avcPicParams.ReferenceFrames[0].picture_id); in renderPictureParams()
1192 LOG_V( "reconstructed_picture = 0x%08x\n", avcPicParams.CurrPic.picture_id); in renderPictureParams()
1193 LOG_V( "coded_buf = 0x%08x\n", avcPicParams.coded_buf); in renderPictureParams()
1208 LOG_V( "end\n"); in renderPictureParams()
1220 LOG_V("Begin\n"); in renderPackedPictureParams()
1252 LOG_V("End\n"); in renderPackedPictureParams()
1271 LOG_V( "Begin\n\n"); in renderSliceParams()
1340 LOG_V("======AVC slice params======\n"); in renderSliceParams()
1341 LOG_V( "slice_index = %d\n", (int) sliceIndex); in renderSliceParams()
1342 LOG_V( "macroblock_address = %d\n", (int) currentSlice->macroblock_address); in renderSliceParams()
1343 LOG_V( "slice_height_in_mb = %d\n", (int) currentSlice->num_macroblocks); in renderSliceParams()
1344 LOG_V( "slice.type = %d\n", (int) currentSlice->slice_type); in renderSliceParams()
1345 …LOG_V("disable_deblocking_filter_idc = %d\n\n", (int) currentSlice->disable_deblocking_filter_idc); in renderSliceParams()
1375 LOG_V( "end\n"); in renderSliceParams()