Home
last modified time | relevance | path

Searched defs:codec (Results 551 - 575 of 749) sorted by relevance

1...<<21222324252627282930

/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_screen.cpp209 d3d12_video_encode_supported_references_per_frame_structures(const D3D12_VIDEO_ENCODER_CODEC &codec, in d3d12_video_encode_supported_references_per_frame_structures() argument
249 d3d12_video_encode_supported_slice_structures(const D3D12_VIDEO_ENCODER_CODEC &codec, in d3d12_video_encode_supported_slice_structures() argument
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
H A DMapField.cs425 public void AddEntriesFrom(CodedInputStream input, Codec codec) in AddEntriesFrom() argument
449 public void AddEntriesFrom(ref ParseContext ctx, Codec codec) in AddEntriesFrom() argument
466 WriteTo(CodedOutputStream output, Codec codec) WriteTo() argument
486 WriteTo(ref WriteContext ctx, Codec codec) WriteTo() argument
503 CalculateSize(Codec codec) CalculateSize() argument
673 private readonly Codec codec; global() field in Google.Protobuf.Collections.MapField.Codec.MessageAdapter
677 MessageAdapter(Codec codec) MessageAdapter() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoTestUtils.hpp728 static const char* CodecToName(VkVideoCodecOperationFlagBitsKHR codec) in CodecToName() argument
/third_party/skia/src/codec/
H A DSkBmpCodec.cpp598 std::unique_ptr<SkCodec> codec; in MakeFromStream() local
[all...]
/third_party/python/Python/
H A Dcodecs.c525 PyObject *codec; _PyCodec_LookupTextEncoding() local
567 PyObject *codec; codec_getitem_checked() local
[all...]
/third_party/pulseaudio/src/modules/bluetooth/
H A Dbackend-ofono.c199 uint8_t codec; in card_acquire() local
680 uint8_t codec; in hf_audio_agent_new_connection() local
[all...]
/third_party/python/Modules/cjkcodecs/
H A Dcjkcodecs.h262 const MultibyteCodec *codec; in getcodec() local
/kernel/linux/linux-5.10/sound/soc/codecs/
H A DMakefile[all...]
/kernel/linux/linux-6.6/sound/soc/codecs/
H A DMakefile[all...]
/base/telephony/sms_mms/test/fuzztest/unittesttwo_fuzzer/
H A Dunittesttwo_fuzzer.cpp266 GsmCbCodec codec; in TestISSomething() local
282 GsmCbCodec codec; TestToString() local
[all...]
/foundation/CastEngine/castengine_cast_framework/interfaces/kits/js/src/
H A Dnapi_castengine_utils.cpp377 uint32_t codec = JsObjectToUint32(env, object, "codec"); in GetAudioPropertyFromJS() local
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec.cpp47 shared_ptr<HCodec> codec; in Create() local
334 std::shared_ptr<HCodec> codec = codec_.lock(); in EventHandler() local
347 std::shared_ptr<HCodec> codec = codec_.lock(); in EmptyBufferDone() local
360 std::shared_ptr<HCodec> codec = codec_.lock(); FillBufferDone() local
[all...]
H A Dhcodec.h499 HdiCallback(std::weak_ptr<HCodec> codec) HdiCallback() argument
[all...]
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/
H A Dvideoenc_api11_sample.cpp65 static void VencError(OH_AVCodec *codec, int32_t errorCode, void *userData) in VencError() argument
70 static void VencFormatChanged(OH_AVCodec *codec, OH_AVFormat *format, void *userData) in VencFormatChanged() argument
82 static void onEncInputBufferAvailable(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *buffer, void *userData) in onEncInputBufferAvailable() argument
91 static void onEncOutputBufferAvailable(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *buffer, void *userData) in onEncOutputBufferAvailable() argument
100 static void onEncInputParam(OH_AVCodec *codec, uint32_t index, OH_AVFormat *parameter, void *userData) in onEncInputParam() argument
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dimage_codec.cpp39 shared_ptr<ImageCodec> codec; in Create() local
/foundation/multimedia/av_codec/services/services/codec/server/
H A Dcodec_server.cpp951 CodecBaseCallback::CodecBaseCallback(const std::shared_ptr<CodecServer> &codec) : codec_(codec) in CodecBaseCallback() argument
990 VCodecBaseCallback::VCodecBaseCallback(const std::shared_ptr<CodecServer> &codec) : codec_(codec) in VCodecBaseCallback() argument
[all...]
/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dvideodec_api11_sample.cpp105 void VdecAPI11Error(OH_AVCodec *codec, int32_t errorCode, void *userData) in VdecAPI11Error() argument
110 void VdecAPI11FormatChanged(OH_AVCodec *codec, OH_AVFormat *format, void *userData) in VdecAPI11FormatChanged() argument
146 void VdecAPI11InputDataReady(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *data, void *userData) in VdecAPI11InputDataReady() argument
174 void VdecAPI11OutputDataReady(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *data, void *userData) in VdecAPI11OutputDataReady() argument
H A Dvideodec_ndk_sample.cpp100 void VdecError(OH_AVCodec *codec, int32_t errorCode, void *userData) in VdecError() argument
105 void VdecFormatChanged(OH_AVCodec *codec, OH_AVFormat *format, void *userData) in VdecFormatChanged() argument
142 void VdecInputDataReady(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, void *userData) in VdecInputDataReady() argument
170 void VdecOutputDataReady(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, OH_AVCodecBufferAttr *attr, in VdecOutputDataReady() argument
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H A Dvideodec_api11_sample.cpp100 void VdecAPI11Error(OH_AVCodec *codec, int32_t errorCode, void *userData) in VdecAPI11Error() argument
113 void VdecAPI11FormatChanged(OH_AVCodec *codec, OH_AVFormat *format, void *userData) in VdecAPI11FormatChanged() argument
152 void VdecAPI11InputDataReady(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *data, void *userData) in VdecAPI11InputDataReady() argument
183 void VdecAPI11OutputDataReady(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *data, void *userData) in VdecAPI11OutputDataReady() argument
H A Dvideodec_ndk_sample.cpp95 void VdecError(OH_AVCodec *codec, int32_t errorCode, void *userData) in VdecError() argument
100 void VdecFormatChanged(OH_AVCodec *codec, OH_AVFormat *format, void *userData) in VdecFormatChanged() argument
131 void VdecInputDataReady(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, void *userData) in VdecInputDataReady() argument
163 void VdecOutputDataReady(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, OH_AVCodecBufferAttr *attr, in VdecOutputDataReady() argument
/foundation/multimedia/av_codec/test/unittest/audio_test/
H A Daudio_decoder_avbuffer_capi_unit_test.cpp115 static void OnError(OH_AVCodec *codec, int32_t errorCode, void *userData) in OnError() argument
123 static void OnOutputFormatChanged(OH_AVCodec *codec, OH_AVFormat *format, void *userData) in OnOutputFormatChanged() argument
131 static void OnInputBufferAvailable(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *data, void *userData) in OnInputBufferAvailable() argument
141 static void OnOutputBufferAvailable(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *data, void *userData) in OnOutputBufferAvailable() argument
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
H A Dvideodec_api11_sample.cpp93 void VdecAPI11Error(OH_AVCodec *codec, int32_t errorCode, void *userData) in VdecAPI11Error() argument
98 void VdecAPI11FormatChanged(OH_AVCodec *codec, OH_AVFormat *format, void *userData) in VdecAPI11FormatChanged() argument
126 void VdecAPI11InputDataReady(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *data, void *userData) in VdecAPI11InputDataReady() argument
151 void VdecAPI11OutputDataReady(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *data, void *userData) in VdecAPI11OutputDataReady() argument
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Common/src/
H A DAudioDecoderDemoCommon.cpp32 void OnError(OH_AVCodec *codec, int32_t errorCode, void *userData) in OnError() argument
40 void OnOutputFormatChanged(OH_AVCodec *codec, OH_AVFormat *format, void *userData) in OnOutputFormatChanged() argument
48 void OnInputBufferAvailable(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, void *userData) in OnInputBufferAvailable() argument
59 void OnOutputBufferAvailable(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, OH_AVCodecBufferAttr *attr, in OnOutputBufferAvailable() argument
108 OH_AVErrCode AudioDecoderDemo::NativeDestroy(OH_AVCodec *codec) in NativeDestroy() argument
114 NativeSetCallback(OH_AVCodec *codec, OH_AVCodecAsyncCallback callback) NativeSetCallback() argument
119 NativeConfigure(OH_AVCodec *codec, OH_AVFormat *format) NativeConfigure() argument
124 NativePrepare(OH_AVCodec *codec) NativePrepare() argument
129 NativeStart(OH_AVCodec *codec) NativeStart() argument
142 NativeStop(OH_AVCodec *codec) NativeStop() argument
148 NativeFlush(OH_AVCodec *codec) NativeFlush() argument
154 NativeReset(OH_AVCodec *codec) NativeReset() argument
160 NativeGetOutputDescription(OH_AVCodec *codec) NativeGetOutputDescription() argument
165 NativeSetParameter(OH_AVCodec *codec, OH_AVFormat *format) NativeSetParameter() argument
170 NativePushInputData(OH_AVCodec *codec, uint32_t index, OH_AVCodecBufferAttr attr) NativePushInputData() argument
175 NativeFreeOutputData(OH_AVCodec *codec, uint32_t index) NativeFreeOutputData() argument
180 NativeIsValid(OH_AVCodec *codec, bool *isVaild) NativeIsValid() argument
533 const AVCodec *codec = avcodec_find_decoder(codec_params->codec_id); NativeGetVorbisConf() local
1376 const AVCodec *codec = avcodec_find_decoder(codec_params->codec_id); InnerRunCaseOHVorbis() local
1534 const AVCodec *codec = avcodec_find_decoder(codec_params->codec_id); InnerRunCaseFlushOHVorbis() local
1726 const AVCodec *codec = avcodec_find_decoder(codec_params->codec_id); InnerRunCaseResetOHVorbis() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dbtm.h763 uint8_t codec; member
781 uint8_t codec; member
/kernel/linux/linux-5.10/sound/pci/hda/
H A Dhda_controller.c724 snd_hda_attach_pcm_stream(struct hda_bus *_bus, struct hda_codec *codec, struct hda_pcm *cpcm) snd_hda_attach_pcm_stream() argument
986 snd_hda_codec_load_dsp_prepare(struct hda_codec *codec, unsigned int format, unsigned int byte_size, struct snd_dma_buffer *bufp) snd_hda_codec_load_dsp_prepare() argument
1020 snd_hda_codec_load_dsp_trigger(struct hda_codec *codec, bool start) snd_hda_codec_load_dsp_trigger() argument
1030 snd_hda_codec_load_dsp_cleanup(struct hda_codec *codec, struct snd_dma_buffer *dmab) snd_hda_codec_load_dsp_cleanup() argument
1276 struct hda_codec *codec; azx_probe_codecs() local
1296 struct hda_codec *codec, *next; azx_codec_configure() local
[all...]

Completed in 49 milliseconds

1...<<21222324252627282930