Home
last modified time | relevance | path

Searched refs:max_num_ref_frames (Results 1 – 12 of 12) sorted by relevance

/external/webrtc/common_video/h264/
Dsps_vui_rewriter.cc83 uint32_t max_num_ref_frames);
320 AddBitstreamRestriction(destination, sps.max_num_ref_frames)); in CopyAndRewriteVui()
388 AddBitstreamRestriction(destination, sps.max_num_ref_frames)); in CopyAndRewriteVui()
415 destination->WriteExponentialGolomb(sps.max_num_ref_frames)); in CopyAndRewriteVui()
417 max_dec_frame_buffering > sps.max_num_ref_frames) { in CopyAndRewriteVui()
460 uint32_t max_num_ref_frames) { in AddBitstreamRestriction() argument
480 RETURN_FALSE_ON_FAIL(destination->WriteExponentialGolomb(max_num_ref_frames)); in AddBitstreamRestriction()
Dsps_parser.h40 uint32_t max_num_ref_frames = 0; member
Dsps_parser.cc177 RETURN_EMPTY_ON_FAIL(buffer->ReadExponentialGolomb(&sps.max_num_ref_frames)); in ParseSpsUpToVui()
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vk_video/
Dvulkan_video_codec_h264std.h255 uint8_t max_num_ref_frames; member
/external/deqp/external/vulkancts/scripts/src/vk_video/
Dvulkan_video_codec_h264std.h255 uint8_t max_num_ref_frames; member
/external/mesa3d/src/gallium/frontends/va/
Dpicture_h264_enc.c116 context->templat.max_references = h264->max_num_ref_frames; in vlVaHandleVAEncSequenceParameterBufferTypeH264()
/external/mesa3d/src/gallium/include/pipe/
Dp_video_state.h312 uint8_t max_num_ref_frames; member
/external/mesa3d/src/gallium/frontends/omx/
Dvid_dec_h264_common.c70 priv->picture.h264.num_ref_frames = priv->picture.h264.pps->sps->max_num_ref_frames; in vid_dec_h264_BeginFrame()
300 sps->max_num_ref_frames = vl_rbsp_ue(rbsp); in seq_parameter_set()
/external/kernel-headers/original/uapi/linux/
Dv4l2-controls.h1308 __u8 max_num_ref_frames; member
/external/deqp/external/vulkancts/framework/vulkan/
DvkStructTypes.inl5711 deUint8 max_num_ref_frames; member
DvkVulkan_c.inl279 deUint8 max_num_ref_frames; member
DvkStrUtilImpl.inl11874 s << "\tmax_num_ref_frames = " << value.max_num_ref_frames << '\n';