Home
last modified time | relevance | path

Searched refs:IDRPicFlag (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/vdpau/
Ddecode.c491 picture->IDRPicFlag = picture_info->IDRPicFlag; in vlVdpDecoderRenderH265()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec_h265.c771 if (priv->picture.h265.IDRPicFlag != is_idr_picture(nal_unit_type)) in slice_header()
774 priv->picture.h265.IDRPicFlag = is_idr_picture(nal_unit_type); in slice_header()
/third_party/mesa3d/src/gallium/frontends/va/
Dpicture_hevc.c144 context->desc.h265.IDRPicFlag = hevc->slice_parsing_fields.bits.IdrPicFlag; in vlVaHandlePictureParameterBufferHEVC()
/third_party/ffmpeg/libavcodec/
Dvdpau_hevc.c194 info->IDRPicFlag = IS_IDR(h); in vdpau_hevc_start_frame()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_video_state.h623 uint8_t IDRPicFlag; member