Home
last modified time | relevance | path

Searched refs:AV_CODEC_ID_PCM_U16BE (Results 1 - 8 of 8) sorted by relevance

/third_party/ffmpeg/libavdevice/
H A Dalsa.c58 case AV_CODEC_ID_PCM_U16BE: return SND_PCM_FORMAT_U16_BE; in codec_id_to_pcm_format()
150 case AV_CODEC_ID_PCM_U16BE: format = FORMAT_I16; break; in find_reorder_func()
/third_party/ffmpeg/libavcodec/
H A Dpcm.c151 case AV_CODEC_ID_PCM_U16BE: in pcm_encode_frame()
419 case AV_CODEC_ID_PCM_U16BE: in pcm_decode_frame()
H A Dcodec_id.h321 AV_CODEC_ID_PCM_U16BE, enumerator
H A Dutils.c543 case AV_CODEC_ID_PCM_U16BE: in av_get_exact_bits_per_sample()
H A Dcodec_desc.c1920 .id = AV_CODEC_ID_PCM_U16BE,
/third_party/ffmpeg/libavformat/
H A Drtpenc.c70 case AV_CODEC_ID_PCM_U16BE: in is_supported()
545 case AV_CODEC_ID_PCM_U16BE: in rtp_write_packet()
H A Dnut.c235 { AV_CODEC_ID_PCM_U16BE, MKTAG(16 , 'D', 'U', 'P') },
H A Dutils.c192 return be ? AV_CODEC_ID_PCM_U16BE : AV_CODEC_ID_PCM_U16LE; in ff_get_pcm_codec_id()

Completed in 11 milliseconds