Searched refs:max_dec_frame_buffering (Results 1 - 16 of 16) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | h264_levels.c | 83 int max_dec_frame_buffering) in ff_h264_guess_level() 111 if (max_dec_frame_buffering > max_dpb_frames) in ff_h264_guess_level() 79 ff_h264_guess_level(int profile_idc, int64_t bitrate, int framerate, int width, int height, int max_dec_frame_buffering) ff_h264_guess_level() argument
|
H A D | h264_levels.h | 48 int max_dec_frame_buffering);
|
H A D | cbs_h264_syntax_template.c | 197 ue(max_dec_frame_buffering, 0, H264_MAX_DPB_FRAMES); in vui_parameters() 210 infer(max_dec_frame_buffering, 0); in vui_parameters() 213 infer(max_dec_frame_buffering, H264_MAX_DPB_FRAMES); in vui_parameters() 251 infer(max_dec_frame_buffering, 0); in vui_parameters_default() 254 infer(max_dec_frame_buffering, H264_MAX_DPB_FRAMES); in vui_parameters_default()
|
H A D | qsvenc.h | 184 int max_dec_frame_buffering; member
|
H A D | qsvenc_h264.c | 126 { "max_dec_frame_buffering", "Maximum number of frames buffered in the DPB", OFFSET(qsv.max_dec_frame_buffering), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, UINT16_MAX, VE },
|
H A D | cbs_h264.h | 99 uint8_t max_dec_frame_buffering; member
|
H A D | h264_metadata_bsf.c | 285 // Don't use max_dec_frame_buffering if it is only inferred. in h264_metadata_update_sps() 287 sps->vui.max_dec_frame_buffering : H264_MAX_DPB_FRAMES; in h264_metadata_update_sps()
|
H A D | vaapi_encode_h264.c | 485 sps->vui.max_dec_frame_buffering = ctx->max_b_depth + 1; in vaapi_encode_h264_init_sequence_params()
|
H A D | qsvenc.c | 789 q->extco.MaxDecFrameBuffering = q->max_dec_frame_buffering; in init_video_param()
|
/third_party/mesa3d/include/vk_video/ |
H A D | vulkan_video_codec_h264std.h | 221 uint8_t max_dec_frame_buffering; member
|
/third_party/vulkan-headers/include/vk_video/ |
H A D | vulkan_video_codec_h264std.h | 221 uint8_t max_dec_frame_buffering; member
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/vk_video/ |
H A D | vulkan_video_codec_h264std.h | 199 uint8_t max_dec_frame_buffering; member
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | radeon_vce.h | 230 uint32_t max_dec_frame_buffering; member
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | radeon_vce.h | 230 uint32_t max_dec_frame_buffering; member
|
H A D | radeon_vce_52.c | 150 enc->enc_pic.vui.max_dec_frame_buffering = 0x00000003; in get_vui_param() 659 RVCE_CS(enc->enc_pic.vui.max_dec_frame_buffering); in vui()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_video.hpp | 383 ( max_dec_frame_buffering == rhs.max_dec_frame_buffering ) && ( chroma_sample_loc_type_top_field == rhs.chroma_sample_loc_type_top_field ) && 406 uint8_t max_dec_frame_buffering = {}; member
|
Completed in 44 milliseconds