Home
last modified time | relevance | path

Searched defs:codec (Results 226 - 250 of 749) sorted by relevance

12345678910>>...30

/kernel/linux/linux-6.6/sound/soc/loongson/
H A Dloongson_card.c117 struct device_node *cpu, *codec; in loongson_card_parse_of() local
[all...]
/kernel/linux/linux-6.6/sound/soc/samsung/
H A Dodroid.c203 struct device_node *cpu, *codec; in odroid_audio_probe() local
/test/xts/acts/multimedia/av_codec/vcodec/encoder/src/
H A Dapi_test.cpp38 void onError(OH_AVCodec *codec, int32_t errorCode, void *userData) in onError() argument
43 void onStreamChanged(OH_AVCodec *codec, OH_AVFormat *fmt, void *userData) in onStreamChanged() argument
48 void onNeedInputData(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, void *userData) in onNeedInputData() argument
61 void onNewOutputData(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, OH_AVCodecBufferAttr *attr, void *userData) in onNewOutputData() argument
/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/libavformat/
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-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/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...]
/third_party/lzma/CPP/7zip/Compress/
H A DCodecExports.cpp70 const CCodecInfo &codec = *g_Codecs[i]; in FindCodecClassId() local
99 const CCodecInfo &codec = *g_Codecs[index]; in CreateCoderMain() local
131 const CCodecInfo &codec = *g_Codecs[index]; CreateCoder2() local
202 const CCodecInfo &codec = *g_Codecs[codecIndex]; GetMethodProperty() local
309 const CHasherInfo &codec = *g_Hashers[codecIndex]; GetHasherProp() local
[all...]
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_video_codec.h165 struct pipe_video_codec *codec; global() member
[all...]
/third_party/node/deps/base64/base64/lib/
H A Dcodec_choose.c96 codec_choose_forced (struct codec *codec, int flags) in codec_choose_forced() argument
155 codec_choose_arm(struct codec *codec) codec_choose_arm() argument
180 codec_choose_x86(struct codec *codec) codec_choose_x86() argument
289 codec_choose(struct codec *codec, int flags) codec_choose() argument
[all...]
/third_party/node/deps/base64/base64/test/
H A Dtest_base64.c316 test_one_codec (const char *codec, int flags) in test_one_codec() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv98_video.c95 uint32_t codec = 1, ppp_codec = 3; in nv98_create_decoder() local
H A Dnv98_video_vp.c76 enum pipe_video_format codec = u_reduce_video_profile(dec->base.profile); in nv98_decoder_vp() local
H A Dnv98_video_bsp.c43 enum pipe_video_format codec = u_reduce_video_profile(dec->base.profile); in nv98_decoder_bsp() local
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_dec.h207 d3d12_video_decoder_get_current_dxva_picparams(struct d3d12_video_decoder *codec) in d3d12_video_decoder_get_current_dxva_picparams() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_video.c105 uint32_t codec = 1, ppp_codec = 3; in nvc0_create_decoder() local
H A Dnvc0_video_bsp.c140 enum pipe_video_format codec = u_reduce_video_profile(dec->base.profile); in nvc0_decoder_bsp_end() local
H A Dnvc0_video_vp.c76 enum pipe_video_format codec = u_reduce_video_profile(dec->base.profile); in nvc0_decoder_vp() local
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/audio/
H A DFFMpegExtractor.cpp171 AVCodec *codec = avcodec_find_decoder(stream->codecpar->codec_id); in decode() local
[all...]
/third_party/skia/tests/
H A DAnimatedImageTest.cpp130 auto codec = SkAndroidCodec::MakeFromData(data); in DEF_TEST() local
158 auto codec = SkAndroidCodec::MakeFromCodec(SkCodec::MakeFromData(data)); in DEF_TEST() local
230 auto codec = SkCodec::MakeFromData(data); DEF_TEST() local
301 auto codec = SkCodec::MakeFromData(data); DEF_TEST() local
[all...]
/third_party/skia/tools/skdiff/
H A Dskdiff_utils.cpp39 auto codec = SkCodec::MakeFromData(fileBits); in get_bitmap() local

Completed in 12 milliseconds

12345678910>>...30