/third_party/ffmpeg/fftools/ |
H A D | ffprobe.c | 3055 if (dec_ctx && dec_ctx->codec->priv_class && show_private_data) { in show_stream() 3339 const AVCodec *codec; in open_input_file() local 3345 "Failed to probe codec for input stream %d\n", in open_input_file() 3350 codec = avcodec_find_decoder(stream->codecpar->codec_id); in open_input_file() 3351 if (!codec) { in open_input_file() 3353 "Unsupported codec with id %d for input stream %d\n", in open_input_file() 3359 fmt_ctx, stream, codec); in open_input_file() 3361 ist->dec_ctx = avcodec_alloc_context3(codec); in open_input_file() 3378 if (avcodec_open2(ist->dec_ctx, codec, &opts) < 0) { in open_input_file() 3379 av_log(NULL, AV_LOG_WARNING, "Could not open codec fo in open_input_file() [all...] |
/third_party/ffmpeg/doc/examples/ |
H A D | transcoding.c | 150 /* in this example, we choose transcoding to same codec */ in open_output_file() 503 if (!(stream_ctx[stream_index].enc_ctx->codec->capabilities & in flush_encoder()
|
/third_party/ffmpeg/libavcodec/ |
H A D | v4l2_context.c | 117 if (s->avctx && av_codec_is_decoder(s->avctx->codec)) in v4l2_get_framesize_compressed()
|
H A D | siren.c | 427 s->microsoft = avctx->codec->id == AV_CODEC_ID_MSNSIREN; in siren_init()
|
H A D | vaapi_encode_mpeg2.c | 596 ctx->codec = &vaapi_encode_type_mpeg2; in vaapi_encode_mpeg2_init()
|
H A D | mmaldec.c | 370 if ((ret = ff_get_format(avctx, avctx->codec->pix_fmts)) < 0) in ffmmal_init_decoder()
|
H A D | twinvq.c | 698 if (tctx->codec == TWINVQ_CODEC_METASOUND && !tctx->is_6kbps) { in init_bitstream_params()
|
H A D | mpegvideo_dec.c | 44 s->codec_id = avctx->codec->id; in ff_mpv_decode_init()
|
H A D | mpegvideo_enc.c | 359 s->codec_id = avctx->codec->id; in ff_mpv_encode_init() 360 if (s->max_b_frames && !(avctx->codec->capabilities & AV_CODEC_CAP_DELAY)) { in ff_mpv_encode_init() 361 av_log(avctx, AV_LOG_ERROR, "B-frames not supported by codec\n"); in ff_mpv_encode_init() 495 av_log(avctx, AV_LOG_ERROR, "4MV not supported by codec\n"); in ff_mpv_encode_init() 506 av_log(avctx, AV_LOG_ERROR, "qpel not supported by codec\n"); in ff_mpv_encode_init() 554 av_log(avctx, AV_LOG_ERROR, "interlacing not supported by codec\n"); in ff_mpv_encode_init() 601 !(avctx->codec->capabilities & AV_CODEC_CAP_SLICE_THREADS)) { in ff_mpv_encode_init() 602 av_log(avctx, AV_LOG_ERROR, "Multiple slices are not supported by this codec\n"); in ff_mpv_encode_init() 648 switch (avctx->codec->id) { in ff_mpv_encode_init() 687 "H.261 codec in ff_mpv_encode_init() [all...] |
H A D | av1dec.c | 872 aom = &fgp->codec.aom; in export_film_grain()
|
H A D | qsvdec.c | 2 * Intel MediaSDK QSV codec-independent code 553 aom = &fgp->codec.aom; in qsv_export_film_grain()
|
H A D | vaapi_encode_h264.c | 1164 ctx->codec = &vaapi_encode_type_h264; in vaapi_encode_h264_init()
|
H A D | sonic.c | 2 * Simple free lossless/lossy audio codec 36 * Simple free lossless/lossy audio codec 616 if (avctx->codec->id == AV_CODEC_ID_SONIC_LS) in sonic_encode_init()
|
/third_party/ffmpeg/tools/ |
H A D | target_dec_fuzzer.c | 151 return (ctx->codec->capabilities & AV_CODEC_CAP_DR1) in fuzz_get_buffer2() 330 // Try to initialize a parser for this codec, note, this may fail which just means we test without one in LLVMFuzzerTestOneInput()
|
/third_party/alsa-utils/alsa-info/ |
H A D | alsa-info.sh | 236 dmesg | grep -C1 -E 'ALSA|HDA|HDMI|snd[_-]|sound|audio|hda.codec|hda.intel' >> "$FILE" 472 #Check for HDA-Intel cards codec#* 473 cat /proc/asound/card*/codec\#* > $TEMPDIR/alsa-hda-intel.tmp 2> /dev/null 475 #Check for AC97 cards codec
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_vcn_dec.h | 1054 unsigned int codec; member
|
/third_party/python/Lib/ |
H A D | tokenize.py | 346 codec = lookup(encoding)
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
H A D | extNvidiaVideoParserIf.hpp | 612 uint8_t SequenceHeaderData[VK_MAX_SEQ_HDR_LEN]; // Raw sequence header data (codec-specific) 933 vk::VkVideoCodecOperationFlagBitsKHR codec; // Compression format member 1008 uint16_t videoFrameType; // VideoFrameType - use Vulkan codec specific type pd->CodecSpecific.h264.slice_type.
|
H A D | vktVideoBaseDecodeUtils.hpp | 539 uint32_t GetNumDecodeSurfaces (VkVideoCodecOperationFlagBitsKHR codec,
|
H A D | vktVideoBaseDecodeUtils.cpp | 994 pnvsi->eCodec, // vk::VkVideoCodecOperationFlagBitsKHR codec; 2052 DE_ASSERT(m_videoCodecOperation == pVideoFormat->codec); // Make sure video have same format the queue was created for 2055 const VkVideoCodecOperationFlagBitsKHR videoCodec = pVideoFormat->codec; 2128 m_videoCodecOperation = pVideoFormat->codec;
|
/third_party/libsnd/src/ |
H A D | ogg_vorbis.c | 77 #include <vorbis/codec.h> 374 most of the codec setup parameters) which is mandated by the Ogg in vorbis_write_header()
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_mpeg12_bitstream.c | 811 mb.base.codec = PIPE_VIDEO_FORMAT_MPEG12; in decode_slice()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
H A D | vktVideoBaseDecodeUtils.cpp | 612 std::cout << "\t" << std::hex << m_supportedVideoCodecs << " HW codec types are available: " << std::dec << std::endl; 615 VkVideoCodecOperationFlagBitsKHR detectedVideoCodec = pVideoFormat->codec; 638 << "\tCodec : " << util::getVideoCodecString(pVideoFormat->codec) << std::endl 685 // after creating a new video session, we need codec reset. 822 detectedFormat.codec = pnvsi->eCodec;
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_showinfo.c | 464 const AVFilmGrainH274Params *h274 = &fgp->codec.h274; in dump_sei_film_grain_params_metadata()
|
/third_party/ffmpeg/tests/fate/ |
H A D | video.mak | 366 fate-wnv1: CMD = framecrc -i $(TARGET_SAMPLES)/wnv1/wnv1-codec.avi -an
|