/third_party/mesa3d/src/gallium/frontends/vdpau/ |
D | query.c | 138 PIPE_VIDEO_ENTRYPOINT_BITSTREAM)) { in vlVdpVideoSurfaceQueryGetPutBitsYCbCrCapabilities() 163 PIPE_VIDEO_ENTRYPOINT_BITSTREAM)) { in vlVdpVideoSurfaceQueryGetPutBitsYCbCrCapabilities() 203 *max_width = pscreen->get_video_param(pscreen, p_profile, PIPE_VIDEO_ENTRYPOINT_BITSTREAM, in vlVdpDecoderQueryCapabilities() 205 *max_height = pscreen->get_video_param(pscreen, p_profile, PIPE_VIDEO_ENTRYPOINT_BITSTREAM, in vlVdpDecoderQueryCapabilities() 207 *max_level = pscreen->get_video_param(pscreen, p_profile, PIPE_VIDEO_ENTRYPOINT_BITSTREAM, in vlVdpDecoderQueryCapabilities() 209 … *max_macroblocks = pscreen->get_video_param(pscreen, p_profile, PIPE_VIDEO_ENTRYPOINT_BITSTREAM, in vlVdpDecoderQueryCapabilities() 418 PIPE_VIDEO_ENTRYPOINT_BITSTREAM in vlVdpOutputSurfaceQueryPutBitsYCbCrCapabilities() 546 PIPE_VIDEO_ENTRYPOINT_BITSTREAM, in vlVdpVideoMixerQueryParameterValueRange() 552 PIPE_VIDEO_ENTRYPOINT_BITSTREAM, in vlVdpVideoMixerQueryParameterValueRange()
|
D | decode.c | 87 PIPE_VIDEO_ENTRYPOINT_BITSTREAM, in vlVdpDecoderCreate() 94 PIPE_VIDEO_ENTRYPOINT_BITSTREAM, in vlVdpDecoderCreate() 110 templat.entrypoint = PIPE_VIDEO_ENTRYPOINT_BITSTREAM; in vlVdpDecoderCreate() 607 … buffer_support[0] = screen->get_video_param(screen, dec->profile, PIPE_VIDEO_ENTRYPOINT_BITSTREAM, in vlVdpDecoderRender() 609 … buffer_support[1] = screen->get_video_param(screen, dec->profile, PIPE_VIDEO_ENTRYPOINT_BITSTREAM, in vlVdpDecoderRender() 614 dec->profile, PIPE_VIDEO_ENTRYPOINT_BITSTREAM) || in vlVdpDecoderRender() 624 …plat.buffer_format = screen->get_video_param(screen, dec->profile, PIPE_VIDEO_ENTRYPOINT_BITSTREAM, in vlVdpDecoderRender() 628 …templat.interlaced = screen->get_video_param(screen, dec->profile, PIPE_VIDEO_ENTRYPOINT_BITSTREAM, in vlVdpDecoderRender()
|
D | surface.c | 90 PIPE_VIDEO_ENTRYPOINT_BITSTREAM, in vlVdpVideoSurfaceCreate() 99 PIPE_VIDEO_ENTRYPOINT_BITSTREAM, in vlVdpVideoSurfaceCreate() 334 PIPE_VIDEO_ENTRYPOINT_BITSTREAM)) { in vlVdpVideoSurfacePutBitsYCbCr() 337 PIPE_VIDEO_ENTRYPOINT_BITSTREAM, in vlVdpVideoSurfacePutBitsYCbCr()
|
/third_party/mesa3d/src/gallium/frontends/va/ |
D | config.c | 133 PIPE_VIDEO_ENTRYPOINT_BITSTREAM) || in vlVaGetConfigAttributes() 136 PIPE_VIDEO_ENTRYPOINT_BITSTREAM)) in vlVaGetConfigAttributes() 310 config->entrypoint = PIPE_VIDEO_ENTRYPOINT_BITSTREAM; in vlVaCreateConfig() 438 case PIPE_VIDEO_ENTRYPOINT_BITSTREAM: in vlVaQueryConfigAttributes()
|
D | image.c | 95 PIPE_VIDEO_ENTRYPOINT_BITSTREAM)) in vlVaQueryImageFormats() 255 PIPE_VIDEO_ENTRYPOINT_BITSTREAM, in vlVaDeriveImage() 260 PIPE_VIDEO_ENTRYPOINT_BITSTREAM, in vlVaDeriveImage()
|
D | surface.c | 962 PIPE_VIDEO_ENTRYPOINT_BITSTREAM, in vlVaCreateSurfaces2() 971 PIPE_VIDEO_ENTRYPOINT_BITSTREAM, in vlVaCreateSurfaces2()
|
/third_party/mesa3d/src/gallium/frontends/omx/ |
D | vid_dec_common.c | 60 PIPE_VIDEO_ENTRYPOINT_BITSTREAM, in vid_dec_NeedTarget() 66 PIPE_VIDEO_ENTRYPOINT_BITSTREAM, in vid_dec_NeedTarget()
|
D | vid_dec_h264_common.c | 46 templat.entrypoint = PIPE_VIDEO_ENTRYPOINT_BITSTREAM; in vid_dec_h264_BeginFrame()
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_codec.c | 60 …ram(screen, profile, encode ? PIPE_VIDEO_ENTRYPOINT_ENCODE : PIPE_VIDEO_ENTRYPOINT_BITSTREAM, PIPE… in vl_codec_supported()
|
D | vl_mpeg12_decoder.c | 563 if (dec->base.entrypoint == PIPE_VIDEO_ENTRYPOINT_BITSTREAM) in vl_mpeg12_get_decode_buffer() 609 if (dec->base.entrypoint == PIPE_VIDEO_ENTRYPOINT_BITSTREAM) { in vl_mpeg12_begin_frame() 1166 case PIPE_VIDEO_ENTRYPOINT_BITSTREAM: in vl_create_mpeg12_decoder()
|
/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_video_enums.h | 171 PIPE_VIDEO_ENTRYPOINT_BITSTREAM, enumerator
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv84_video_vp.c | 337 if (dec->base.entrypoint == PIPE_VIDEO_ENTRYPOINT_BITSTREAM) { in nv84_decoder_vp_mpeg12_mb() 396 if (dec->base.entrypoint == PIPE_VIDEO_ENTRYPOINT_BITSTREAM) { in nv84_decoder_vp_mpeg12_mb() 422 if (dec->base.entrypoint == PIPE_VIDEO_ENTRYPOINT_BITSTREAM) { in nv84_decoder_vp_mpeg12_mb()
|
D | nv98_video.c | 102 if (templ->entrypoint != PIPE_VIDEO_ENTRYPOINT_BITSTREAM) { in nv98_create_decoder()
|
D | nv84_video.c | 282 if ((is_h264 && templ->entrypoint != PIPE_VIDEO_ENTRYPOINT_BITSTREAM) || in nv84_create_decoder() 316 if (templ->entrypoint == PIPE_VIDEO_ENTRYPOINT_BITSTREAM) { in nv84_create_decoder()
|
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
D | vid_dec_mpeg12.c | 73 templat.entrypoint = PIPE_VIDEO_ENTRYPOINT_BITSTREAM; in vid_dec_mpeg12_Init()
|
D | vid_dec_h265.c | 624 templat.entrypoint = PIPE_VIDEO_ENTRYPOINT_BITSTREAM; in vid_dec_h265_BeginFrame()
|
D | vid_dec_av1.c | 1941 PIPE_VIDEO_ENTRYPOINT_BITSTREAM, in dec_av1_NeedTask() 2074 PIPE_VIDEO_ENTRYPOINT_BITSTREAM, in dec_av1_ShowExistingframe() 2142 templat.entrypoint = PIPE_VIDEO_ENTRYPOINT_BITSTREAM; in dec_av1_BeginFrame()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_video.c | 112 if (templ->entrypoint != PIPE_VIDEO_ENTRYPOINT_BITSTREAM) { in nvc0_create_decoder()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_vp3_video.c | 447 return entrypoint == PIPE_VIDEO_ENTRYPOINT_BITSTREAM && in nouveau_vp3_screen_get_video_param()
|
D | nouveau_video.c | 511 …debug_printf("Acceleration level: %s\n", templ->entrypoint <= PIPE_VIDEO_ENTRYPOINT_BITSTREAM ? "b… in nouveau_create_decoder()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_video_screen.cpp | 777 if (entrypoint == PIPE_VIDEO_ENTRYPOINT_BITSTREAM) { in d3d12_screen_get_video_param()
|
D | d3d12_context.cpp | 2380 } else if (templat->entrypoint == PIPE_VIDEO_ENTRYPOINT_BITSTREAM) { in d3d12_video_create_codec()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | radeon_uvd.c | 1051 if (templ->entrypoint > PIPE_VIDEO_ENTRYPOINT_BITSTREAM || info.family < CHIP_PALM) in ruvd_create_decoder()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_extensions.c | 1589 PIPE_VIDEO_ENTRYPOINT_BITSTREAM, in st_init_extensions()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | radeon_uvd.c | 1229 if (templ->entrypoint > PIPE_VIDEO_ENTRYPOINT_BITSTREAM) in si_common_uvd_create_decoder()
|