Home
last modified time | relevance | path

Searched refs:AV_CODEC_ID_WMAPRO (Results 1 - 9 of 9) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dwmaprodec.c305 if (avctx->codec_id != AV_CODEC_ID_WMAPRO) { // XXX: is this really only for XMA? in get_rate()
402 } else if (avctx->codec_id == AV_CODEC_ID_WMAPRO && avctx->extradata_size >= 18) { in decode_init()
431 if (avctx->codec_id == AV_CODEC_ID_WMAPRO) { in decode_init()
474 } else if (avctx->codec_id != AV_CODEC_ID_WMAPRO && s->nb_channels > XMA_MAX_CHANNELS_STREAM) { in decode_init()
579 if (avctx->codec_id == AV_CODEC_ID_WMAPRO) { in decode_init()
1651 if (avctx->codec_id == AV_CODEC_ID_WMAPRO && buf_size < avctx->block_align) { in decode_packet()
1658 if (avctx->codec_id == AV_CODEC_ID_WMAPRO) { in decode_packet()
1682 if (avctx->codec_id != AV_CODEC_ID_WMAPRO) { in decode_packet()
1692 if (avctx->codec_id == AV_CODEC_ID_WMAPRO && !s->packet_loss && in decode_packet()
1779 if (s->trim_start && avctx->codec_id == AV_CODEC_ID_WMAPRO) { in decode_packet()
[all...]
H A Dcodec_id.h464 AV_CODEC_ID_WMAPRO, enumerator
H A Dcodec_desc.c2857 .id = AV_CODEC_ID_WMAPRO,
/third_party/ffmpeg/libavformat/
H A Dxwma.c113 st->codecpar->codec_id != AV_CODEC_ID_WMAPRO) { in xwma_read_header()
132 } else if (st->codecpar->codec_id == AV_CODEC_ID_WMAPRO) { in xwma_read_header()
H A Driff.c557 { AV_CODEC_ID_WMAPRO, 0x0162 },
H A Dsmoothstreamingenc.c368 } else if (st->codecpar->codec_id == AV_CODEC_ID_WMAPRO) { in ism_write_header()
H A Dmovenc.c1321 else if (track->par->codec_id == AV_CODEC_ID_WMAPRO) in mov_write_audio_tag()
5115 } else if (track->par->codec_id == AV_CODEC_ID_WMAPRO) {
8287 { AV_CODEC_ID_WMAPRO , MKTAG('w', 'm', 'a', ' ') },
/third_party/ffmpeg/tools/
H A Dtarget_dec_fuzzer.c298 case AV_CODEC_ID_WMAPRO: maxsamples /= 16384; break; in LLVMFuzzerTestOneInput()
H A Dismindex.c583 } else if (st->codecpar->codec_id == AV_CODEC_ID_WMAPRO) { in handle_file()

Completed in 25 milliseconds