Home | History | Annotate | Download | only in videoencoder

Lines Matching refs:LOG_V

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