Home
last modified time | relevance | path

Searched refs:PIPE_FORMAT_NV12 (Results 1 – 25 of 42) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/r600/
Dradeon_video.c241 return PIPE_FORMAT_NV12; in rvid_get_video_param()
281 return PIPE_FORMAT_NV12; in rvid_get_video_param()
335 return format == PIPE_FORMAT_NV12; in rvid_is_format_supported()
/external/mesa3d/src/gallium/frontends/va/
Dimage.c488 surf->buffer->buffer_format == PIPE_FORMAT_NV12) || in vlVaGetImage()
490 surf->buffer->buffer_format == PIPE_FORMAT_NV12)) in vlVaGetImage()
492 else if (format == PIPE_FORMAT_NV12 && in vlVaGetImage()
618 ((format != PIPE_FORMAT_YV12) || (surf->buffer->buffer_format != PIPE_FORMAT_NV12)) && in vlVaPutImage()
619 ((format != PIPE_FORMAT_IYUV) || (surf->buffer->buffer_format != PIPE_FORMAT_NV12))) { in vlVaPutImage()
671 && (surf->buffer->buffer_format == PIPE_FORMAT_NV12) in vlVaPutImage()
Dpicture.c84 context->target->buffer_format != PIPE_FORMAT_NV12 && in vlVaBeginPicture()
682 surf->buffer->buffer_format == PIPE_FORMAT_NV12) { in vlVaEndPicture()
689 surf->buffer->buffer_format == PIPE_FORMAT_NV12) { in vlVaEndPicture()
Dva_private.h91 return PIPE_FORMAT_NV12; in VaFourccToPipeFormat()
123 case PIPE_FORMAT_NV12: in PipeFormatToVaFourcc()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_eglimage.c64 case PIPE_FORMAT_NV12: in is_format_supported()
120 if (out->format == PIPE_FORMAT_NV12 && in is_nv12_as_r8_g8b8_supported()
271 case PIPE_FORMAT_NV12: in st_bind_egl_image()
Dst_program.h82 case PIPE_FORMAT_NV12: in st_get_external_sampler_key()
Dst_atom_texture.c190 case PIPE_FORMAT_NV12: in update_textures()
Dst_atom_sampler.c317 case PIPE_FORMAT_NV12: in update_shader_samplers()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_get.c498 return PIPE_FORMAT_NV12; in si_get_video_param_no_decode()
534 return PIPE_FORMAT_NV12; in si_get_video_param()
617 return PIPE_FORMAT_NV12; in si_get_video_param()
671 return (format == PIPE_FORMAT_NV12) || (format == PIPE_FORMAT_P010) || in si_vid_is_format_supported()
680 return format == PIPE_FORMAT_NV12; in si_vid_is_format_supported()
/external/mesa3d/src/gallium/frontends/vdpau/
Dsurface.c230 if (format == PIPE_FORMAT_YV12 && buffer_format == PIPE_FORMAT_NV12) in vlVdpVideoSurfaceGetBitsYCbCr()
232 else if (format == PIPE_FORMAT_NV12 && buffer_format == PIPE_FORMAT_YV12) in vlVdpVideoSurfaceGetBitsYCbCr()
370 p_surf->video_buffer->buffer_format == PIPE_FORMAT_NV12) in vlVdpVideoSurfacePutBitsYCbCr()
517 p_surf->video_buffer->buffer_format != PIPE_FORMAT_NV12) { in vlVdpVideoSurfaceDMABuf()
Dvdpau_private.h126 return PIPE_FORMAT_NV12; in FormatYCBCRToPipe()
167 case PIPE_FORMAT_NV12: in PipeToFormatYCBCR()
Dquery.c134 PIPE_FORMAT_NV12, in vlVdpVideoSurfaceQueryGetPutBitsYCbCrCapabilities()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_vp3_video.c88 if (getenv("XVMC_VL") || templat->buffer_format != PIPE_FORMAT_NV12) in nouveau_vp3_video_buffer_create()
457 return PIPE_FORMAT_NV12; in nouveau_vp3_screen_get_video_param()
501 return format == PIPE_FORMAT_NV12; in nouveau_vp3_screen_video_supported()
/external/mesa3d/src/gallium/include/pipe/
Dp_format.h240 PIPE_FORMAT_NV12, enumerator
586 case PIPE_FORMAT_NV12: in pipe_format_to_chroma_format()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv84_video.c136 assert(target->base.buffer_format == PIPE_FORMAT_NV12); in nv84_decoder_decode_bitstream_h264()
171 assert(video_target->buffer_format == PIPE_FORMAT_NV12); in nv84_decoder_decode_bitstream_mpeg12()
615 if (getenv("XVMC_VL") || template->buffer_format != PIPE_FORMAT_NV12) in nv84_video_buffer_create()
820 return PIPE_FORMAT_NV12; in nv84_screen_get_video_param()
854 return format == PIPE_FORMAT_NV12; in nv84_screen_video_supported()
Dnv98_video.c49 assert(target->base.buffer_format == PIPE_FORMAT_NV12); in nv98_decoder_decode_bitstream()
/external/mesa3d/src/gallium/frontends/dri/
Ddri_helpers.c489 __DRI_IMAGE_COMPONENTS_Y_UV, PIPE_FORMAT_NV12, 2,
507 __DRI_IMAGE_COMPONENTS_Y_UV, PIPE_FORMAT_NV12, 2,
/external/mesa3d/src/util/format/
Du_format.h1312 case PIPE_FORMAT_NV12: in util_format_get_plane_format()
1339 case PIPE_FORMAT_NV12: in util_format_get_plane_width()
1362 case PIPE_FORMAT_NV12: in util_format_get_plane_height()
/external/mesa3d/src/gallium/auxiliary/util/
Du_tests.c868 return tex->format == util_format_get_plane_format(PIPE_FORMAT_NV12, 0) && in nv12_validate_resource_fields()
874 tex->next->format == util_format_get_plane_format(PIPE_FORMAT_NV12, 1) && in nv12_validate_resource_fields()
885 PIPE_FORMAT_NV12, 1); in test_nv12()
/external/mesa3d/src/vulkan/util/
Dvk_format.c258 return PIPE_FORMAT_NV12; in vk_format_to_pipe_format()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_uvd_enc.c308 templat.buffer_format = PIPE_FORMAT_NV12; in radeon_uvd_create_encoder()
Dradeon_vcn_dec_jpeg.c48 if (target->buffer_format == PIPE_FORMAT_NV12) in radeon_jpeg_get_decode_param()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_video.c39 assert(target->buffer_format == PIPE_FORMAT_NV12); in nvc0_decoder_begin_frame()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_screen.c441 return PIPE_FORMAT_NV12; in r300_get_video_param()
/external/virglrenderer/src/gallium/include/pipe/
Dp_format.h224 #define PIPE_FORMAT_NV12 VIRGL_FORMAT_NV12 macro

12