Home
last modified time | relevance | path

Searched defs:codec (Results 76 - 100 of 211) sorted by relevance

123456789

/third_party/ffmpeg/libavformat/
H A Dicodec.c81 int i, codec; in read_header() local
H A Dau.c154 enum AVCodecID codec; in au_read_header() local
H A Ds337m.c150 enum AVCodecID codec; in s337m_read_packet() local
35 s337m_get_offset_and_codec(void *avc, uint64_t state, int data_type, int data_size, int *offset, enum AVCodecID *codec) s337m_get_offset_and_codec() argument
/third_party/ffmpeg/tests/api/
H A Dapi-h264-slice-test.c111 const AVCodec *codec = NULL; in main() local
H A Dapi-seek-test.c187 const AVCodec *codec = NULL; in seek_test() local
H A Dapi-band-test.c69 const AVCodec *codec = NULL; in video_decode() local
/third_party/backends/include/sane/
H A Dsanei_wire.h77 codec; member
/third_party/libsnd/src/
H A Dogg.h52 int codec ; member
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv98_video_ppp.c93 enum pipe_video_format codec = u_reduce_video_profile(dec->base.profile); in nv98_decoder_ppp() local
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_enc.cpp53 d3d12_video_encoder_flush(struct pipe_video_codec *codec) in d3d12_video_encoder_flush() argument
156 d3d12_video_encoder_destroy(struct pipe_video_codec *codec) in d3d12_video_encoder_destroy() argument
178 enum pipe_video_format codec = u_reduce_video_profile(pD3D12Enc->base.profile); in d3d12_video_encoder_update_picparams_tracking() local
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_video_ppp.c93 enum pipe_video_format codec = u_reduce_video_profile(dec->base.profile); in nvc0_decoder_ppp() local
/third_party/python/Lib/encodings/
H A Dzlib_codec.py9 import zlib # this codec needs the optional zlib module ! namespace
H A Dbz2_codec.py11 import bz2 # this codec needs the optional bz2 module ! namespace
/third_party/skia/src/codec/
H A DSkCodecImageGenerator.cpp13 auto codec = SkCodec::MakeFromData(data); in MakeFromEncodedCodec() local
22 SkCodecImageGenerator::MakeFromCodec(std::unique_ptr<SkCodec> codec) { in MakeFromCodec() argument
28 static SkImageInfo adjust_info(SkCodec* codec) { in adjust_info() argument
39 SkCodecImageGenerator(std::unique_ptr<SkCodec> codec, sk_sp<SkData> data) SkCodecImageGenerator() argument
[all...]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/audio/
H A DNDKExtractor.cpp89 AMediaCodec *codec = nullptr; in decode() local
[all...]
/third_party/skia/tests/
H A DAndroidCodecTest.cpp65 auto codec = SkAndroidCodec::MakeFromCodec(SkCodec::MakeFromData(std::move(data))); in DEF_TEST() local
150 auto codec = SkAndroidCodec::MakeFromCodec(SkCodec::MakeFromData(std::move(data))); DEF_TEST() local
179 auto codec = SkAndroidCodec::MakeFromCodec(SkCodec::MakeFromData(std::move(data))); DEF_TEST() local
[all...]
H A DGifTest.cpp483 auto codec = SkCodec::MakeFromData(std::move(data)); DEF_TEST() local
527 auto codec = SkCodec::MakeFromData(std::move(data)); DEF_TEST() local
620 auto codec = SkCodec::MakeFromData(std::move(data)); DEF_TEST() local
[all...]
/third_party/skia/src/utils/
H A DSkAnimCodecPlayer.cpp17 SkAnimCodecPlayer::SkAnimCodecPlayer(std::unique_ptr<SkCodec> codec) : fCodec(std::move(codec)) { in SkAnimCodecPlayer() argument
/third_party/skia/tools/
H A Dget_images_from_skps.cpp63 std::unique_ptr<SkCodec> codec = SkCodec::MakeFromData(data); in sniff() local
/third_party/skia/gm/
H A Dencode_srgb.cpp57 std::unique_ptr<SkCodec> codec = SkCodec::MakeFromData(data); in make() local
H A Dmakecolorspace.cpp29 std::unique_ptr<SkCodec> codec = SkCodec::MakeFromData(resourceData); in make_raster_image() local
/third_party/ffmpeg/libavcodec/
H A Dencode.c179 const FFCodec *const codec = ffcodec(avctx->codec); in encode_simple_internal() local
[all...]
H A Dmediacodecdec_common.h45 FFAMediaCodec *codec; member
/third_party/ffmpeg/doc/examples/
H A Ddecode_audio.c108 const AVCodec *codec; in main() local
/third_party/ffmpeg/tests/checkasm/
H A Dh264pred.c142 check_pred4x4(H264PredContext *h, uint8_t *buf0, uint8_t *buf1, int codec, int chroma_format, int bit_depth) check_pred4x4() argument
163 check_pred8x8(H264PredContext *h, uint8_t *buf0, uint8_t *buf1, int codec, int chroma_format, int bit_depth) check_pred8x8() argument
182 check_pred16x16(H264PredContext *h, uint8_t *buf0, uint8_t *buf1, int codec, int chroma_format, int bit_depth) check_pred16x16() argument
202 check_pred8x8l(H264PredContext *h, uint8_t *buf0, uint8_t *buf1, int codec, int chroma_format, int bit_depth) check_pred8x8l() argument
248 int test, codec, chroma_format, bit_depth; checkasm_check_h264pred() local
[all...]

Completed in 10 milliseconds

123456789