Searched refs:d3d_format (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dtxd.c35 unsigned int version, w, h, d3d_format, depth, stride, flags; local
44 d3d_format = bytestream2_get_le32(&gb);
92 switch (d3d_format) {
110 switch (d3d_format) {
130 av_log(avctx, AV_LOG_ERROR, "unsupported d3d format (%08x)\n", d3d_format);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dtxd.c48 unsigned int version, w, h, d3d_format, depth, stride, mipmap_count, flags; local
56 d3d_format = AV_RL32(cur+76);
109 switch (d3d_format) {
123 switch (d3d_format) {
146 av_log(avctx, AV_LOG_ERROR, "unsupported d3d format (%08x)\n", d3d_format);

Completed in 41 milliseconds