Home
last modified time | relevance | path

Searched refs:PicWidthInMbs (Results 1 - 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dnvdec_mjpeg.c51 .PicWidthInMbs = (cur_frame->width + 15) / 16, in nvdec_mjpeg_start_frame()
H A Dnvdec_vp8.c54 .PicWidthInMbs = (cur_frame->width + 15) / 16, in nvdec_vp8_start_frame()
H A Dnvdec_mpeg4.c52 .PicWidthInMbs = (cur_frame->width + 15) / 16, in nvdec_mpeg4_start_frame()
H A Dnvdec_vc1.c52 .PicWidthInMbs = (cur_frame->width + 15) / 16, in nvdec_vc1_start_frame()
H A Dnvdec_mpeg12.c52 .PicWidthInMbs = (cur_frame->width + 15) / 16, in nvdec_mpeg12_start_frame()
H A Dnvdec_h264.c70 .PicWidthInMbs = h->mb_width, in nvdec_h264_start_frame()
H A Dnvdec_vp9.c53 .PicWidthInMbs = (cur_frame->width + 15) / 16, in nvdec_vp9_start_frame()
H A Dnvdec_hevc.c93 .PicWidthInMbs = sps->width / 16, in nvdec_hevc_start_frame()
H A Dnvdec_av1.c67 .PicWidthInMbs = (cur_frame->width + 15) / 16, in nvdec_av1_start_frame()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DextNvidiaVideoParserIf.hpp539 int32_t PicWidthInMbs; // Coded Frame Size member

Completed in 6 milliseconds