Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Ddxva2_internal.h110 #define DXVA_CONTEXT_CFG_BITSTREAM(avctx, ctx) (ff_dxva2_is_d3d11(avctx) ? ctx->d3d11va.cfg->ConfigBitstreamRaw : ctx->dxva2.cfg->ConfigBitstreamRaw)
122 #define DXVA_CONTEXT_CFG_BITSTREAM(avctx, ctx) (ctx->dxva2.cfg->ConfigBitstreamRaw)
132 #define DXVA_CONTEXT_CFG_BITSTREAM(avctx, ctx) (ctx->d3d11va.cfg->ConfigBitstreamRaw)
H A Ddxva2.c120 UINT ConfigBitstreamRaw; in dxva_get_decoder_configuration() local
126 ConfigBitstreamRaw = cfg->ConfigBitstreamRaw; in dxva_get_decoder_configuration()
133 ConfigBitstreamRaw = cfg->ConfigBitstreamRaw; in dxva_get_decoder_configuration()
138 if (ConfigBitstreamRaw == 1) in dxva_get_decoder_configuration()
140 else if (avctx->codec_id == AV_CODEC_ID_H264 && ConfigBitstreamRaw == 2) in dxva_get_decoder_configuration()

Completed in 2 milliseconds