• Home
  • Raw
  • Download

Lines Matching refs:av_log

62         av_log(avctx, AV_LOG_ERROR, "Failed to create parameter buffer "  in vaapi_encode_make_packed_header()
73 av_log(avctx, AV_LOG_ERROR, "Failed to create data buffer " in vaapi_encode_make_packed_header()
80 av_log(avctx, AV_LOG_DEBUG, "Packed header buffer (%d) is %#x/%#x " in vaapi_encode_make_packed_header()
102 av_log(avctx, AV_LOG_ERROR, "Failed to create parameter buffer " in vaapi_encode_make_param_buffer()
108 av_log(avctx, AV_LOG_DEBUG, "Param buffer (%d) is %#x.\n", in vaapi_encode_make_param_buffer()
149 av_log(avctx, AV_LOG_DEBUG, "Sync to pic %"PRId64"/%"PRId64" " in vaapi_encode_wait()
155 av_log(avctx, AV_LOG_ERROR, "Failed to sync to picture completion: " in vaapi_encode_wait()
212 av_log(avctx, AV_LOG_DEBUG, "Slice %d: %d-%d (%d rows), " in vaapi_encode_make_row_slice()
239 av_log(avctx, AV_LOG_DEBUG, "Slice %2d: (%2d, %2d) start at: %4d " in vaapi_encode_make_tile_slice()
260 av_log(avctx, AV_LOG_DEBUG, "Issuing encode for pic %"PRId64"/%"PRId64" " in vaapi_encode_issue()
264 av_log(avctx, AV_LOG_DEBUG, "No reference pictures.\n"); in vaapi_encode_issue()
266 av_log(avctx, AV_LOG_DEBUG, "Refers to:"); in vaapi_encode_issue()
268 av_log(avctx, AV_LOG_DEBUG, " %"PRId64"/%"PRId64, in vaapi_encode_issue()
271 av_log(avctx, AV_LOG_DEBUG, ".\n"); in vaapi_encode_issue()
280 av_log(avctx, AV_LOG_DEBUG, "Input surface is %#x.\n", pic->input_surface); in vaapi_encode_issue()
294 av_log(avctx, AV_LOG_DEBUG, "Recon surface is %#x.\n", pic->recon_surface); in vaapi_encode_issue()
302 av_log(avctx, AV_LOG_DEBUG, "Output buffer is %#x.\n", in vaapi_encode_issue()
340 av_log(avctx, AV_LOG_ERROR, "Failed to initialise picture " in vaapi_encode_issue()
358 av_log(avctx, AV_LOG_ERROR, "Failed to write per-sequence " in vaapi_encode_issue()
375 av_log(avctx, AV_LOG_ERROR, "Failed to write per-picture " in vaapi_encode_issue()
395 av_log(avctx, AV_LOG_ERROR, "Failed to write extra " in vaapi_encode_issue()
417 av_log(avctx, AV_LOG_ERROR, "Failed to write extra " in vaapi_encode_issue()
458 av_log(avctx, AV_LOG_ERROR, "Failed to initialise slice " in vaapi_encode_issue()
470 av_log(avctx, AV_LOG_ERROR, "Failed to write per-slice " in vaapi_encode_issue()
506 av_log(avctx, AV_LOG_WARNING, "More ROIs set than " in vaapi_encode_issue()
525 av_log(avctx, AV_LOG_DEBUG, "ROI: (%d,%d)-(%d,%d) -> %+d.\n", in vaapi_encode_issue()
559 av_log(avctx, AV_LOG_ERROR, "Failed to begin picture encode issue: " in vaapi_encode_issue()
568 av_log(avctx, AV_LOG_ERROR, "Failed to upload encode parameters: " in vaapi_encode_issue()
576 av_log(avctx, AV_LOG_ERROR, "Failed to end picture encode issue: " in vaapi_encode_issue()
594 av_log(avctx, AV_LOG_ERROR, "Failed to destroy " in vaapi_encode_issue()
644 av_log(avctx, AV_LOG_ERROR, "Failed to map output buffers: " in vaapi_encode_output()
660 av_log(avctx, AV_LOG_DEBUG, "Output buffer: %u bytes " in vaapi_encode_output()
674 av_log(avctx, AV_LOG_ERROR, "Failed to unmap output buffers: " in vaapi_encode_output()
683 av_log(avctx, AV_LOG_DEBUG, "Output read for pic %"PRId64"/%"PRId64".\n", in vaapi_encode_output()
701 av_log(avctx, AV_LOG_DEBUG, "Discard output for pic " in vaapi_encode_discard()
915 av_log(avctx, AV_LOG_DEBUG, "Pick B-picture at depth %d to " in vaapi_encode_pick_next()
959 av_log(avctx, AV_LOG_DEBUG, "Pick nothing to encode next - " in vaapi_encode_pick_next()
964 av_log(avctx, AV_LOG_DEBUG, "Pick nothing to encode next - " in vaapi_encode_pick_next()
970 av_log(avctx, AV_LOG_DEBUG, "Pick forced IDR-picture to " in vaapi_encode_pick_next()
978 av_log(avctx, AV_LOG_DEBUG, "Pick new-GOP IDR-picture to " in vaapi_encode_pick_next()
983 av_log(avctx, AV_LOG_DEBUG, "Pick new-GOP I-picture to " in vaapi_encode_pick_next()
992 av_log(avctx, AV_LOG_DEBUG, "Pick group-end P-picture to " in vaapi_encode_pick_next()
995 av_log(avctx, AV_LOG_DEBUG, "Pick normal P-picture to " in vaapi_encode_pick_next()
1070 av_log(avctx, AV_LOG_WARNING, "Cropping information on input " in vaapi_encode_check_frame()
1080 av_log(avctx, AV_LOG_WARNING, "ROI side data on input " in vaapi_encode_check_frame()
1096 av_log(avctx, AV_LOG_DEBUG, "Input frame: %ux%u (%"PRId64").\n", in vaapi_encode_send_frame()
1190 av_log(avctx, AV_LOG_ERROR, "Encode failed: %d.\n", err); in ff_vaapi_encode_receive_packet()
1196 av_log(avctx, AV_LOG_ERROR, "Output failed: %d.\n", err); in ff_vaapi_encode_receive_packet()
1211 av_log(avctx, AV_LOG_DEBUG, "Output packet: pts %"PRId64" dts %"PRId64".\n", in ff_vaapi_encode_receive_packet()
1292 av_log(avctx, AV_LOG_ERROR, "Low-power encoding is not " in vaapi_encode_profile_entrypoint()
1302 av_log(avctx, AV_LOG_ERROR, "Invalid input pixfmt (%d).\n", in vaapi_encode_profile_entrypoint()
1309 av_log(avctx, AV_LOG_ERROR, "Invalid input pixfmt (%s).\n", in vaapi_encode_profile_entrypoint()
1314 av_log(avctx, AV_LOG_VERBOSE, "Input surface format is %s.\n", in vaapi_encode_profile_entrypoint()
1325 av_log(avctx, AV_LOG_ERROR, "Failed to query profiles: %d (%s).\n", in vaapi_encode_profile_entrypoint()
1357 av_log(avctx, AV_LOG_VERBOSE, "Compatible profile %s (%d) " in vaapi_encode_profile_entrypoint()
1367 av_log(avctx, AV_LOG_ERROR, "No usable encoding profile found.\n"); in vaapi_encode_profile_entrypoint()
1374 av_log(avctx, AV_LOG_VERBOSE, "Using VAAPI profile %s (%d).\n", in vaapi_encode_profile_entrypoint()
1386 av_log(avctx, AV_LOG_ERROR, "Failed to query entrypoints for " in vaapi_encode_profile_entrypoint()
1402 av_log(avctx, AV_LOG_ERROR, "No usable encoding entrypoint found " in vaapi_encode_profile_entrypoint()
1414 av_log(avctx, AV_LOG_VERBOSE, "Using VAAPI entrypoint %s (%d).\n", in vaapi_encode_profile_entrypoint()
1426 av_log(avctx, AV_LOG_ERROR, "No usable render target format " in vaapi_encode_profile_entrypoint()
1439 av_log(avctx, AV_LOG_ERROR, "Failed to query RT format " in vaapi_encode_profile_entrypoint()
1446 av_log(avctx, AV_LOG_VERBOSE, "RT format config attribute not " in vaapi_encode_profile_entrypoint()
1450 av_log(avctx, AV_LOG_ERROR, "Surface RT format %s not supported " in vaapi_encode_profile_entrypoint()
1457 av_log(avctx, AV_LOG_VERBOSE, "Using VAAPI render target " in vaapi_encode_profile_entrypoint()
1514 av_log(avctx, AV_LOG_ERROR, "Failed to query rate control " in vaapi_encode_init_rate_control()
1519 av_log(avctx, AV_LOG_VERBOSE, "Driver does not report any " in vaapi_encode_init_rate_control()
1546 av_log(avctx, AV_LOG_DEBUG, "Driver supports RC modes %s.\n", in vaapi_encode_init_rate_control()
1566 av_log(avctx, AV_LOG_ERROR, "Driver does not support %s " \ in vaapi_encode_init_rate_control()
1571 av_log(avctx, AV_LOG_DEBUG, "Driver does not support %s " \ in vaapi_encode_init_rate_control()
1611 av_log(avctx, AV_LOG_ERROR, "Driver does not support any " in vaapi_encode_init_rate_control()
1619 av_log(avctx, AV_LOG_ERROR, "Bitrate must be set for %s " in vaapi_encode_init_rate_control()
1646 av_log(avctx, AV_LOG_ERROR, "Invalid bitrate settings: " in vaapi_encode_init_rate_control()
1665 av_log(avctx, AV_LOG_WARNING, "Max bitrate is ignored " in vaapi_encode_init_rate_control()
1683 av_log(avctx, AV_LOG_WARNING, "No quality level set; " in vaapi_encode_init_rate_control()
1699 av_log(avctx, AV_LOG_ERROR, "Invalid RC buffer settings: " in vaapi_encode_init_rate_control()
1713 av_log(avctx, AV_LOG_WARNING, "Buffering settings are ignored " in vaapi_encode_init_rate_control()
1729 av_log(avctx, AV_LOG_ERROR, "RC parameters of 2^32 or " in vaapi_encode_init_rate_control()
1739 av_log(avctx, AV_LOG_VERBOSE, "RC mode: %s.\n", rc_mode->name); in vaapi_encode_init_rate_control()
1751 av_log(avctx, AV_LOG_VERBOSE, "RC quality: %d.\n", rc_quality); in vaapi_encode_init_rate_control()
1755 av_log(avctx, AV_LOG_VERBOSE, "RC target: %"PRId64" bps " in vaapi_encode_init_rate_control()
1760 av_log(avctx, AV_LOG_VERBOSE, "RC target: %d%% of " in vaapi_encode_init_rate_control()
1787 av_log(avctx, AV_LOG_VERBOSE, "RC buffer: %"PRId64" bits, " in vaapi_encode_init_rate_control()
1808 av_log(avctx, AV_LOG_VERBOSE, "RC framerate: %d/%d (%.2f fps).\n", in vaapi_encode_init_rate_control()
1836 av_log(avctx, AV_LOG_ERROR, "Failed to query reference frames " in vaapi_encode_init_gop_structure()
1850 av_log(avctx, AV_LOG_VERBOSE, "Using intra frames only.\n"); in vaapi_encode_init_gop_structure()
1853 av_log(avctx, AV_LOG_ERROR, "Driver does not support any " in vaapi_encode_init_gop_structure()
1858 av_log(avctx, AV_LOG_VERBOSE, "Using intra and P-frames " in vaapi_encode_init_gop_structure()
1864 av_log(avctx, AV_LOG_VERBOSE, "Using intra, P- and B-frames " in vaapi_encode_init_gop_structure()
1900 av_log(avctx, AV_LOG_WARNING, "Not enough rows to use " in vaapi_encode_init_row_slice_structure()
1925 av_log(avctx, AV_LOG_ERROR, "Driver does not support any usable " in vaapi_encode_init_row_slice_structure()
1942 av_log(avctx, AV_LOG_ERROR, "Supported slice structure (%#x) doesn't work for " in vaapi_encode_init_tile_slice_structure()
1949 av_log(avctx, AV_LOG_WARNING, "Not enough block rows/cols (%d x %d) " in vaapi_encode_init_tile_slice_structure()
1957 av_log(avctx, AV_LOG_WARNING, "using allowed maximum (%d x %d).\n", in vaapi_encode_init_tile_slice_structure()
1967 av_log(avctx, AV_LOG_WARNING, "The number of requested slices " in vaapi_encode_init_tile_slice_structure()
1988 av_log(avctx, AV_LOG_VERBOSE, "Encoding pictures with %d x %d tile.\n", in vaapi_encode_init_tile_slice_structure()
2009 av_log(avctx, AV_LOG_WARNING, "Multiple slices were requested " in vaapi_encode_init_slice_structure()
2031 av_log(avctx, AV_LOG_ERROR, "Failed to query slice " in vaapi_encode_init_slice_structure()
2039 av_log(avctx, AV_LOG_ERROR, "Driver does not support encoding " in vaapi_encode_init_slice_structure()
2048 av_log(avctx, AV_LOG_ERROR, "Driver does not support encoding " in vaapi_encode_init_slice_structure()
2053 av_log(avctx, AV_LOG_ERROR, "Tile encoding option is " in vaapi_encode_init_slice_structure()
2067 av_log(avctx, AV_LOG_WARNING, "Slice count rounded up to " in vaapi_encode_init_slice_structure()
2072 av_log(avctx, AV_LOG_ERROR, "Driver does not support " in vaapi_encode_init_slice_structure()
2078 av_log(avctx, AV_LOG_VERBOSE, "Encoding pictures with %d slices.\n", in vaapi_encode_init_slice_structure()
2094 av_log(avctx, AV_LOG_ERROR, "Failed to query packed headers " in vaapi_encode_init_packed_headers()
2101 av_log(avctx, AV_LOG_WARNING, "Driver does not support any " in vaapi_encode_init_packed_headers()
2105 av_log(avctx, AV_LOG_VERBOSE, "Driver does not support any " in vaapi_encode_init_packed_headers()
2111 av_log(avctx, AV_LOG_WARNING, "Driver does not support some " in vaapi_encode_init_packed_headers()
2115 av_log(avctx, AV_LOG_VERBOSE, "All wanted packed headers " in vaapi_encode_init_packed_headers()
2133 av_log(avctx, AV_LOG_WARNING, "Driver does not support packed " in vaapi_encode_init_packed_headers()
2135 av_log(avctx, AV_LOG_WARNING, "No global header will be written: " in vaapi_encode_init_packed_headers()
2156 av_log(avctx, AV_LOG_ERROR, "Failed to query quality " in vaapi_encode_init_quality()
2163 av_log(avctx, AV_LOG_WARNING, "Quality attribute is not " in vaapi_encode_init_quality()
2168 av_log(avctx, AV_LOG_WARNING, "Invalid quality level: " in vaapi_encode_init_quality()
2183 av_log(avctx, AV_LOG_WARNING, "The encode quality option is " in vaapi_encode_init_quality()
2202 av_log(avctx, AV_LOG_ERROR, "Failed to query ROI " in vaapi_encode_init_roi()
2234 av_log(avctx, AV_LOG_DEBUG, "Freed output buffer %#x\n", buffer_id); in vaapi_encode_free_output_buffer()
2255 av_log(avctx, AV_LOG_ERROR, "Failed to create bitstream " in vaapi_encode_alloc_output_buffer()
2260 av_log(avctx, AV_LOG_DEBUG, "Allocated output buffer %#x\n", buffer_id); in vaapi_encode_alloc_output_buffer()
2317 av_log(avctx, AV_LOG_DEBUG, "Using %s as format of " in vaapi_encode_create_recon_frames()
2324 av_log(avctx, AV_LOG_ERROR, "Hardware does not support encoding at " in vaapi_encode_create_recon_frames()
2350 av_log(avctx, AV_LOG_ERROR, "Failed to initialise reconstructed " in vaapi_encode_create_recon_frames()
2375 av_log(avctx, AV_LOG_ERROR, "A hardware frames reference is " in ff_vaapi_encode_init()
2433 av_log(avctx, AV_LOG_ERROR, "Failed to create encode pipeline " in ff_vaapi_encode_init()
2451 av_log(avctx, AV_LOG_ERROR, "Failed to create encode pipeline " in ff_vaapi_encode_init()
2494 av_log(avctx, AV_LOG_ERROR, "Codec sequence initialisation " in ff_vaapi_encode_init()
2508 av_log(avctx, AV_LOG_ERROR, "Failed to write sequence header " in ff_vaapi_encode_init()