Home | History | Annotate | Download | only in src

Lines Matching refs:LOG_V

139 	LOG_V( "Begin\n");
148 LOG_V( "End\n");
185 LOG_V( "Begin\n");
207 LOG_V( "Locking\n");
211 LOG_V( "Before vbp_open\n");
215 LOG_V( "After vbp_open\n");
222 LOG_V( "Opened parser\n");
244 LOG_V( "Calling parse on header data, handle %d\n", (int)parent->parser_handle);
256 LOG_V( "Parsed header\n");
268 LOG_V( "Queried parser for header data\n");
303 LOG_V( "mix_videofmt_h264_initialize: Baseline profile\n");
332 LOG_V( "mix_videofmt_h264_initialize: Main profile\n");
352 LOG_V( "High profile\n");
433 LOG_V( "Created libva config with profile %d\n", vaprof);
438 LOG_V( "Codec data says num_ref_frames is %d\n", data->codec_data->num_ref_frames);
470 LOG_V( "Codec data says picture size is %d x %d\n", (data->pic_data[0].pic_parms->picture_width_in_mbs_minus1 + 1) * 16, (data->pic_data[0].pic_parms->picture_height_in_mbs_minus1 + 1) * 16);
471 LOG_V( "getcaps says picture size is %d x %d\n", parent->picture_width, parent->picture_height);
510 LOG_V( "Created %d libva surfaces\n", numSurfaces);
525 LOG_V( "Created libva context width %d, height %d\n", parent->picture_width, parent->picture_height);
558 LOG_V( "Unlocking\n");
577 LOG_V( "Begin\n");
618 LOG_V( "Locking\n");
621 LOG_V( "parse in progress is %d\n", parent->parse_in_progress);
639 LOG_V( "Queried for last frame data\n");
652 LOG_V( "Called process and decode for last frame\n");
661 LOG_V( "Starting current frame %d, timestamp %"G_GINT64_FORMAT"\n", mix_video_h264_counter++, ts);
666 LOG_V( "Calling parse for current frame, parse handle %d, buf %x, size %d\n", (int)parent->parser_handle, (guint)bufin[i]->data, bufin[i]->size);
673 LOG_V( "Called parse for current frame\n");
688 LOG_V( "Called query for current frame\n");
705 LOG_V( "Setting bufentry %x for mixbuffer %x ts to %"G_GINT64_FORMAT"\n", (guint)bufentry, (guint)bufentry->buf, ts);
708 LOG_V( "Enqueue this input buffer for current frame\n");
709 LOG_V( "bufentry->timestamp %"G_GINT64_FORMAT"\n", bufentry->timestamp);
725 LOG_V( "Called process and decode for current frame\n");
738 LOG_V( "Enqueuing buffer and going on to next (if any) for this frame\n");
754 LOG_V( "Setting bufentry %x for mixbuffer %x ts to %"G_GINT64_FORMAT"\n", (guint)bufentry, (guint)bufentry->buf, ts);
757 LOG_V( "Enqueue this input buffer for current frame\n");
758 LOG_V( "bufentry->timestamp %"G_GINT64_FORMAT"\n", bufentry->timestamp);
763 LOG_V( "Setting parse_in_progress to TRUE\n");
772 LOG_V( "Unlocking\n");
775 LOG_V( "End\n");
784 LOG_V( "Begin\n");
836 LOG_V( "End\n");
847 LOG_V( "Begin\n");
901 LOG_V( "End\n");
912 LOG_V( "Begin\n");
929 LOG_V( "End\n");
995 LOG_V( "Inserting frame id %d into DPB\n", pic_params->ReferenceFrames[pic_params->num_ref_frames].picture_id);
1033 LOG_V( "Begin\n");
1063 LOG_V( "num_slices is %d, allocating %d buffer_ids\n", pic_data->num_slices, (pic_data->num_slices * 2) + 2);
1109 LOG_V( "Getting a new surface for frame_num %d\n", pic_params->frame_num);
1110 LOG_V( "frame type is %d\n", frame_type);
1123 LOG_V( "Updating DPB for libva\n");
1138 LOG_V( "Creating libva picture parameter buffer\n");
1139 LOG_V( "picture parameter buffer shows num_ref_frames is %d\n", pic_params->num_ref_frames);
1157 LOG_V( "Creating libva IQMatrix buffer\n");
1183 LOG_V( "Creating libva slice parameter buffer, for slice %d\n", i);
1254 LOG_V( "Creating libva slice data buffer for slice %d, using slice address %x, with offset %d and size %u\n", i, (guint)pic_data->slc_data[i].buffer_addr, pic_data->slc_data[i].slc_parms.slice_data_offset, pic_data->slc_data[i].slice_size);
1294 LOG_V( "Calling vaBeginPicture\n");
1306 LOG_V( "Calling vaRenderPicture\n");
1321 LOG_V( "Calling vaEndPicture\n");
1333 LOG_V( "Calling vaSyncSurface\n");
1381 LOG_V( "Enqueueing the frame with frame manager, timestamp %"G_GINT64_FORMAT"\n", timestamp);
1390 LOG_V( "End\n");
1460 LOG_V( "Begin\n");
1469 LOG_V( "Pic_params has flags %d, topfieldcnt %d, bottomfieldcnt %d. Surface ID is %d\n", pic_params->CurrPic.flags, pic_params->CurrPic.TopFieldOrderCnt, pic_params->CurrPic.BottomFieldOrderCnt, (gint) current_frame->frame_id);
1473 LOG_V( "Flags show VA_PICTURE_H264_INVALID\n");
1476 LOG_V( "Flags show VA_PICTURE_H264_TOP_FIELD\n");
1479 LOG_V( "Flags show VA_PICTURE_H264_BOTTOM_FIELD\n");
1482 LOG_V( "Flags show VA_PICTURE_H264_SHORT_TERM_REFERENCE\n");
1485 LOG_V( "Flags show VA_PICTURE_H264_LONG_TERM_REFERENCE\n");
1499 LOG_V( "%d entries removed from DPB surface table at this frame\n", num_removed);
1512 LOG_V( "Looking up poc %d in dpb table\n", poc);
1518 LOG_V( "Looked up poc %d in dpb table found frame ID %d\n", poc, (gint)mvf->frame_id);
1520 LOG_V( "Looking up poc %d in dpb table did not find value\n", poc);
1522 LOG_V( "For poc %d, set surface id for DPB index %d to %d\n", poc, i, (gint)pic_params->ReferenceFrames[i].picture_id);
1540 LOG_V( "Inserting poc %d, surfaceID %d\n", poc, (gint)current_frame->frame_id);
1547 LOG_V( "End\n");
1599 LOG_V( "Begin, poc of %d\n", (guint)data);
1600 LOG_V( "End\n");
1607 LOG_V( "Begin\n");
1623 LOG_V( "Begin\n");
1630 LOG_V( "Releasing all the MixBuffers for this frame\n");
1640 LOG_V( "head of queue buf %x, timestamp %"G_GINT64_FORMAT", buffer timestamp %"G_GINT64_FORMAT"\n", (guint)bufentry->buf, timestamp, bufentry->timestamp);
1644 LOG_V( "buf %x, timestamp %"G_GINT64_FORMAT", buffer timestamp %"G_GINT64_FORMAT"\n", (guint)bufentry->buf, timestamp, bufentry->timestamp);
1651 LOG_V( "Unref this MixBuffers %x\n", (guint)bufentry->buf);
1657 LOG_V( "End\n");