/external/mesa3d/src/gallium/state_trackers/va/ |
D | postproc.c | 91 unsigned plane = buf->interlaced ? idx / 2: idx; in vlVaGetBox() 100 buf->interlaced); in vlVaGetBox() 102 buf->interlaced); in vlVaGetBox() 127 !src->interlaced) in vlVaPostProcBlit() 130 if (src->interlaced != dst->interlaced && dst->interlaced && !grab) in vlVaPostProcBlit() 134 (src->interlaced && dst->interlaced)) in vlVaPostProcBlit() 141 if (scale || (grab && dst->interlaced)) { in vlVaPostProcBlit() 145 surf->templat.interlaced = false; in vlVaPostProcBlit() 176 if (src->interlaced != dst->interlaced) { in vlVaPostProcBlit() 188 if (src->interlaced) { in vlVaPostProcBlit()
|
D | surface.c | 610 if (i > !!surface->buffer->interlaced) in vlVaHandleSurfaceAllocate() 720 templat.interlaced = pscreen->get_video_param( in vlVaCreateSurfaces2() 731 templat.interlaced = 0; in vlVaCreateSurfaces2() 959 if (surf->buffer->interlaced) { in vlVaExportSurfaceHandle() 960 struct pipe_video_buffer *interlaced = surf->buffer; in vlVaExportSurfaceHandle() local 963 surf->templat.interlaced = false; in vlVaExportSurfaceHandle() 977 interlaced, surf->buffer, in vlVaExportSurfaceHandle() 981 interlaced->destroy(interlaced); in vlVaExportSurfaceHandle()
|
D | picture_mpeg4.c | 49 context->desc.mpeg4.interlaced = mpeg4->vol_fields.bits.interlaced; in vlVaHandlePictureParameterBufferMPEG4() 195 if (context->mpeg4.pps.vol_fields.bits.interlaced) { in vlVaDecoderFixMPEG4Startcode()
|
/external/webrtc/webrtc/modules/video_capture/ |
D | video_capture_defines.h | 37 bool interlaced; member 47 interlaced = false; in VideoCaptureCapability() 62 if (interlaced != other.interlaced)
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv84_video_vp.c | 77 { dest->interlaced, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM }, in nv84_decoder_vp_h264() 130 bo1 = buf->interlaced; in nv84_decoder_vp_h264() 135 bo1 = dest->interlaced; in nv84_decoder_vp_h264() 175 PUSH_DATA (push, dest->interlaced->offset >> 8); in nv84_decoder_vp_h264() 191 PUSH_DATA (push, dest->interlaced->offset >> 8); in nv84_decoder_vp_h264() 192 PUSH_DATA (push, dest->interlaced->offset >> 8); in nv84_decoder_vp_h264() 488 { dest->interlaced, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM }, in nv84_decoder_vp_mpeg12() 504 bo_refs[1].bo = ref1->interlaced; in nv84_decoder_vp_mpeg12() 505 bo_refs[2].bo = ref2->interlaced; in nv84_decoder_vp_mpeg12() 535 PUSH_DATA (push, dest->interlaced->offset >> 8); in nv84_decoder_vp_mpeg12() [all …]
|
D | nv84_video.c | 595 nouveau_bo_ref(NULL, &buf->interlaced); in nv84_video_buffer_destroy() 618 if (!template->interlaced) { in nv84_video_buffer_create() 647 buffer->base.interlaced = true; in nv84_video_buffer_create() 678 bo_size, &cfg, &buffer->interlaced)) in nv84_video_buffer_create() 686 nouveau_bo_ref(buffer->interlaced, &mt0->base.bo); in nv84_video_buffer_create() 688 mt0->base.address = buffer->interlaced->offset; in nv84_video_buffer_create() 690 nouveau_bo_ref(buffer->interlaced, &mt1->base.bo); in nv84_video_buffer_create() 693 mt1->base.address = buffer->interlaced->offset + mt0->total_size; in nv84_video_buffer_create()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_uvd.c | 77 array_size = tmpl->interlaced ? 2 : 1; in r600_video_buffer_create() 83 if (ctx->b.chip_class < EVERGREEN || tmpl->interlaced || !R600_UVD_ENABLE_TILING) in r600_video_buffer_create() 92 if (ctx->b.chip_class < EVERGREEN || tmpl->interlaced || !R600_UVD_ENABLE_TILING) in r600_video_buffer_create() 102 if (ctx->b.chip_class < EVERGREEN || tmpl->interlaced || !R600_UVD_ENABLE_TILING) in r600_video_buffer_create() 162 msg->body.decode.dt_field_mode = buf->base.interlaced; in r600_uvd_set_dtb()
|
/external/u-boot/drivers/video/ |
D | ipu.h | 153 unsigned char interlaced; member 160 unsigned char interlaced; member 170 unsigned char interlaced; member 191 unsigned interlaced:1; member 260 void ipu_dc_init(int dc_chan, int di, unsigned char interlaced);
|
/external/libvpx/libvpx/vpx_scale/generic/ |
D | vpx_scale.c | 237 unsigned int vscale, unsigned int vratio, unsigned int interlaced) { in Scale2D() argument 311 if (interlaced) { in Scale2D() 382 if (interlaced) in Scale2D() 478 unsigned int interlaced) { in vpx_scale_frame() argument 486 temp_area, temp_height, hscale, hratio, vscale, vratio, interlaced); in vpx_scale_frame() 501 vratio, interlaced); in vpx_scale_frame() 517 vratio, interlaced); in vpx_scale_frame()
|
/external/webrtc/webrtc/modules/video_capture/ios/ |
D | device_info_ios_objc.mm | 67 capability.interlaced = false; 76 capability.interlaced = false; 85 capability.interlaced = false; 94 capability.interlaced = false;
|
/external/libaom/libaom/aom_scale/generic/ |
D | aom_scale.c | 240 unsigned int vscale, unsigned int vratio, unsigned int interlaced) { in Scale2D() argument 313 if (interlaced) { in Scale2D() 383 if (interlaced) in Scale2D() 479 unsigned int interlaced, const int num_planes) { in aom_scale_frame() argument 492 interlaced); in aom_scale_frame()
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
D | nouveau_vp3_video_bsp.c | 49 uint8_t interlaced; member 59 uint8_t interlaced; // 07 member 154 pic_bsp->interlaced = desc->interlaced; in nouveau_vp3_fill_picparm_mpeg4_bsp() 171 vc->interlaced = d->interlace; in nouveau_vp3_fill_picparm_vc1_bsp()
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_video_buffer.h | 54 bool interlaced) in vl_video_buffer_adjust_size() argument 56 if (interlaced) { in vl_video_buffer_adjust_size()
|
D | vl_video_buffer.c | 389 array_size = buffer->interlaced ? 2 : 1; in vl_video_buffer_surfaces() 448 if (tmpl->interlaced) in vl_video_buffer_create() 454 1, tmpl->interlaced ? 2 : 1, PIPE_USAGE_DEFAULT in vl_video_buffer_create() 458 if (result && tmpl->interlaced) in vl_video_buffer_create()
|
/external/u-boot/doc/device-tree-bindings/video/ |
D | displaymode.txt | 18 - interlaced (bool): This is an interlaced mode
|
D | exynos-dp.txt | 36 samsung,interlaced: Progressive if 0, else Interlaced 64 samsung,interlaced = <0>;
|
D | display-timing.txt | 35 - interlaced (bool): boolean to enable interlaced mode
|
/external/skia/third_party/gif/ |
D | SkGifImageReader.h | 239 bool interlaced() const { return m_interlaced; } in interlaced() function 240 void setInterlaced(bool interlaced) { m_interlaced = interlaced; } in setInterlaced() argument
|
/external/skqp/third_party/gif/ |
D | SkGifImageReader.h | 239 bool interlaced() const { return m_interlaced; } in interlaced() function 240 void setInterlaced(bool interlaced) { m_interlaced = interlaced; } in setInterlaced() argument
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | surface.c | 95 p_surf->templat.interlaced = pipe->screen->get_video_param in vlVdpVideoSurfaceCreate() 190 p_surf->templat.interlaced); in vlVdpVideoSurfaceSize() 354 p_surf->templat.interlaced = false; in vlVdpVideoSurfacePutBitsYCbCr() 454 if (i > !!vlsurf->templat.interlaced) in vlVdpVideoSurfaceClear() 516 if (p_surf->video_buffer == NULL || !p_surf->video_buffer->interlaced || in vlVdpVideoSurfaceDMABuf()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_uvd.c | 57 array_size = tmpl->interlaced ? 2 : 1; in si_video_buffer_create() 119 msg->body.decode.dt_field_mode = buf->base.interlaced; in si_uvd_set_dtb()
|
/external/libvpx/libvpx/vpx_scale/ |
D | vpx_scale.h | 20 unsigned int interlaced);
|
/external/libaom/libaom/aom_scale/ |
D | aom_scale.h | 21 unsigned int interlaced, const int num_planes);
|
/external/mesa3d/docs/specs/OLD/ |
D | EGL_MESA_screen_surface.txt | 70 also provide the mechanisms needed to play back interlaced video 72 This extension should prefer non-interlaced modes. [M. Danzer] 76 An interlaced display can be of use without considering video 78 interlaced mode can be used by applications to control their 80 if screen is interlaced. [B. Paul] 339 EGL_INTERLACED_MESA 1 indicates an interlaced mode, 0 otherwise 378 EGL_INTERLACED_MESA 1 indicates an interlaced mode, 0 otherwise
|
/external/libpng/contrib/gregbook/ |
D | writepng.h | 110 int interlaced; member
|