Searched refs:d3d_format (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | txd.c | 40 unsigned int version, w, h, d3d_format, depth, stride, flags; in txd_decode_frame() local 55 d3d_format = bytestream2_get_le32(&gb); in txd_decode_frame() 73 switch (d3d_format) { in txd_decode_frame() 121 switch (d3d_format) { in txd_decode_frame() 145 switch (d3d_format) { in txd_decode_frame() 163 avpriv_report_missing_feature(avctx, "d3d format (%08x)", d3d_format); in txd_decode_frame()
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_d3d11va.c | 84 DXGI_FORMAT d3d_format; member 136 hr = ID3D11Device_CheckFormatSupport(device_hwctx->device, supported_formats[i].d3d_format, &format_support); in d3d11va_frames_get_constraints() 258 s->format = supported_formats[i].d3d_format; in d3d11va_frames_init()
|
H A D | hwcontext_dxva2.c | 80 D3DFORMAT d3d_format; member 173 s->format = supported_formats[i].d3d_format; in dxva2_init_pool()
|
Completed in 3 milliseconds