Home
last modified time | relevance | path

Searched refs:max_dpb_frames (Results 1 – 11 of 11) sorted by relevance

/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dh264_levels.c108 int max_dpb_frames = in ff_h264_guess_level() local
110 if (max_dec_frame_buffering > max_dpb_frames) in ff_h264_guess_level()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dh264_levels.c108 int max_dpb_frames = in ff_h264_guess_level() local
110 if (max_dec_frame_buffering > max_dpb_frames) in ff_h264_guess_level()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dh264_levels.c119 int max_dpb_frames = in ff_h264_guess_level() local
121 if (max_dec_frame_buffering > max_dpb_frames) in ff_h264_guess_level()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dh264_levels.c120 int max_dpb_frames = in ff_h264_guess_level() local
122 if (max_dec_frame_buffering > max_dpb_frames) in ff_h264_guess_level()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dh264_levels.c120 int max_dpb_frames = in ff_h264_guess_level() local
122 if (max_dec_frame_buffering > max_dpb_frames) in ff_h264_guess_level()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/gpu/
H A Dh264_decoder.cc1070 size_t max_dpb_frames = std::min(max_dpb_mbs / (width_mb * height_mb), in ProcessSPS() local
1072 DVLOG(1) << "MaxDpbFrames: " << max_dpb_frames in ProcessSPS()
1078 std::max(static_cast<int>(max_dpb_frames), in ProcessSPS()
1083 DVLOG_IF(1, max_dpb_size > max_dpb_frames) in ProcessSPS()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/gpu/
H A Dh264_decoder.cc1059 size_t max_dpb_frames = std::min(max_dpb_mbs / (width_mb * height_mb), in ProcessSPS() local
1061 DVLOG(1) << "MaxDpbFrames: " << max_dpb_frames in ProcessSPS()
1067 std::max(static_cast<int>(max_dpb_frames), in ProcessSPS()
1072 DVLOG_IF(1, max_dpb_size > max_dpb_frames) in ProcessSPS()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/gpu/mac/
H A Dvt_video_decode_accelerator_mac.cc272 int32_t max_dpb_frames = 16; in ComputeReorderWindow() local
276 return std::min(sps->max_num_reorder_frames, max_dpb_frames); in ComputeReorderWindow()
284 return max_dpb_frames; in ComputeReorderWindow()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/gpu/mac/
H A Dvt_video_decode_accelerator_mac.cc361 int32_t max_dpb_frames = 16; in ComputeReorderWindow() local
365 return std::min(sps->max_num_reorder_frames, max_dpb_frames); in ComputeReorderWindow()
373 return max_dpb_frames; in ComputeReorderWindow()
/dports/multimedia/libxine/xine-lib-1.2.11/src/video_dec/libvdpau/
H A Dvdpau_h264.c782 int max_dpb_frames; member
920 dpb->max_dpb_frames = MAX_DPB_COUNT; in create_dpb()
955 dpb_total_frames(dpb) < dpb->max_dpb_frames) { in dpb_get_next_out_picture()
4183 …this->nal_parser->dpb->max_dpb_frames = this->completed_pic->sps_nal->sps.vui_parameters.max_dec_f… in vdpau_h264_decode_data()
4188 this->nal_parser->dpb->max_dpb_frames); in vdpau_h264_decode_data()
/dports/multimedia/gstreamer1-vaapi/gstreamer-vaapi-1.16.2/gst-libs/gst/vaapi/
H A Dgstvaapidecoder_h264.c627 guint num_views, max_dpb_frames; in get_max_dec_frame_buffering() local
671 max_dpb_frames = 16 * (num_views > 1 ? g_bit_storage (num_views - 1) : 1); in get_max_dec_frame_buffering()
672 if (max_dec_frame_buffering > max_dpb_frames) in get_max_dec_frame_buffering()
673 max_dec_frame_buffering = max_dpb_frames; in get_max_dec_frame_buffering()