Home
last modified time | relevance | path

Searched defs:codec (Results 426 - 450 of 749) sorted by relevance

1...<<11121314151617181920>>...30

/third_party/ffmpeg/libavcodec/
H A Dlibx265.c697 static av_cold void libx265_encode_init_csp(FFCodec *codec) in libx265_encode_init_csp() argument
H A Dtdsc.c97 const AVCodec *codec; in tdsc_init() local
H A Dtak.h129 enum TAKCodecType codec; member
/third_party/ffmpeg/libavformat/
H A Daaxdec.c120 char *codec; in aax_read_header() local
H A Doggdec.c214 const struct ogg_codec *codec; in ogg_replace_stream() local
[all...]
/third_party/libsnd/src/
H A Dogg.c827 int len, codec ; member
/third_party/libsnd/src/G72x/
H A Dg72x.c134 struct g72x_state * g72x_reader_init (int codec, int *blocksize, int *samplesperblock) in g72x_reader_init() argument
189 struct g72x_state * g72x_writer_init (int codec, int *blocksize, int *samplesperblock) in g72x_writer_init() argument
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
H A DRepeatedField.cs98 public void AddEntriesFrom(CodedInputStream input, FieldCodec<T> codec) in AddEntriesFrom() argument
117 public void AddEntriesFrom(ref ParseContext ctx, FieldCodec<T> codec) in AddEntriesFrom() argument
176 CalculateSize(FieldCodec<T> codec) CalculateSize() argument
206 CalculatePackedDataSize(FieldCodec<T> codec) CalculatePackedDataSize() argument
231 WriteTo(CodedOutputStream output, FieldCodec<T> codec) WriteTo() argument
251 WriteTo(ref WriteContext ctx, FieldCodec<T> codec) WriteTo() argument
[all...]
/third_party/skia/src/codec/
H A DSkIcoCodec.cpp194 std::unique_ptr<SkCodec> codec; in MakeFromStream() local
[all...]
/third_party/skia/tools/
H A DDDLPromiseImageHelper.cpp400 auto codec = SkCodecImageGenerator::MakeFromEncodedCodec(ib->refEncodedData()); in addImage() local
/third_party/skia/tools/fm/
H A Dfm.cpp176 static void init(Source* source, std::shared_ptr<SkCodec> codec) { in init() argument
/third_party/pulseaudio/src/modules/raop/
H A Draop-sink.c93 pa_raop_codec_t codec; member
736 const char *server, *protocol, *encryption, *codec; in pa_raop_sink_new() local
[all...]
/third_party/skia/experimental/ffmpeg/
H A DSkVideoDecoder.cpp375 AVCodec* codec; in loadStream() local
/base/telephony/sms_mms/services/sms/gsm/
H A Dgsm_sms_message.cpp49 GsmSmsParamCodec codec; in CalcReplyEncodeAddress() local
294 GsmSmsParamCodec codec; in GetSubmitEncodeInfo() local
405 GsmSmsParamCodec codec; in PduAnalysis() local
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/
H A Dwfd_message.cpp189 AudioFormat WfdRtspM3Response::GetAudioCodecs(WfdAudioCodec &codec) in GetAudioCodecs() argument
355 void WfdRtspM4Request::SetAudioCodecs(WfdAudioCodec &codec) in SetAudioCodecs() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_declarative_group_js_bridge.cpp129 StandardFunctionCodec codec; in ProcessJsRequest() local
184 StandardFunctionCodec codec; in ProcessJsRequestSync() local
377 StandardFunctionCodec codec; in TriggerModuleJsCallback() local
449 StandardFunctionCodec codec; in CallEventJsCallback() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_group_js_bridge.cpp227 StandardFunctionCodec codec; in ProcessJsRequest() local
297 StandardFunctionCodec codec; in ProcessJsRequestSync() local
507 StandardFunctionCodec codec; in TriggerModuleJsCallback() local
591 StandardFunctionCodec codec; in CallEventJsCallback() local
/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_video_encoder.cpp73 NativeVideoEncoderCallback(OH_AVCodec *codec, struct OH_AVCodecAsyncCallback cb, void *userData) in NativeVideoEncoderCallback() argument
78 NativeVideoEncoderCallback(OH_AVCodec *codec, OH_VideoEncoder_OnNeedInputParameter onInputParameter, void *userData) in NativeVideoEncoderCallback() argument
83 NativeVideoEncoderCallback(OH_AVCodec *codec, struct OH_AVCodecCallback cb, void *userData) in NativeVideoEncoderCallback() argument
248 OH_AVMemory *GetTransData(struct OH_AVCodec *codec, uint32_t &index, std::shared_ptr<AVSharedMemory> &memory, in GetTransData() argument
279 OH_AVBuffer *GetTransData(struct OH_AVCodec *codec, uint32_t index, std::shared_ptr<AVBuffer> &buffer, in GetTransData() argument
310 GetTransData(struct OH_AVCodec *codec, uint32_t index, std::shared_ptr<Format> &parameter) GetTransData() argument
454 OH_VideoEncoder_Destroy(struct OH_AVCodec *codec) OH_VideoEncoder_Destroy() argument
479 OH_VideoEncoder_Configure(struct OH_AVCodec *codec, struct OH_AVFormat *format) OH_VideoEncoder_Configure() argument
497 OH_VideoEncoder_Prepare(struct OH_AVCodec *codec) OH_VideoEncoder_Prepare() argument
513 OH_VideoEncoder_Start(struct OH_AVCodec *codec) OH_VideoEncoder_Start() argument
530 OH_VideoEncoder_Stop(struct OH_AVCodec *codec) OH_VideoEncoder_Stop() argument
548 OH_VideoEncoder_Flush(struct OH_AVCodec *codec) OH_VideoEncoder_Flush() argument
564 OH_VideoEncoder_Reset(struct OH_AVCodec *codec) OH_VideoEncoder_Reset() argument
582 OH_VideoEncoder_GetSurface(OH_AVCodec *codec, OHNativeWindow **window) OH_VideoEncoder_GetSurface() argument
601 OH_VideoEncoder_GetOutputDescription(struct OH_AVCodec *codec) OH_VideoEncoder_GetOutputDescription() argument
620 OH_VideoEncoder_FreeOutputData(struct OH_AVCodec *codec, uint32_t index) OH_VideoEncoder_FreeOutputData() argument
638 OH_VideoEncoder_FreeOutputBuffer(struct OH_AVCodec *codec, uint32_t index) OH_VideoEncoder_FreeOutputBuffer() argument
656 OH_VideoEncoder_NotifyEndOfStream(OH_AVCodec *codec) OH_VideoEncoder_NotifyEndOfStream() argument
673 OH_VideoEncoder_SetParameter(struct OH_AVCodec *codec, struct OH_AVFormat *format) OH_VideoEncoder_SetParameter() argument
691 OH_VideoEncoder_SetCallback(struct OH_AVCodec *codec, struct OH_AVCodecAsyncCallback callback, void *userData) OH_VideoEncoder_SetCallback() argument
714 OH_VideoEncoder_RegisterCallback(struct OH_AVCodec *codec, struct OH_AVCodecCallback callback, void *userData) OH_VideoEncoder_RegisterCallback() argument
739 OH_VideoEncoder_RegisterParameterCallback(OH_AVCodec *codec, OH_VideoEncoder_OnNeedInputParameter onInputParameter, void *userData) OH_VideoEncoder_RegisterParameterCallback() argument
763 OH_VideoEncoder_PushInputData(struct OH_AVCodec *codec, uint32_t index, OH_AVCodecBufferAttr attr) OH_VideoEncoder_PushInputData() argument
795 OH_VideoEncoder_PushInputBuffer(struct OH_AVCodec *codec, uint32_t index) OH_VideoEncoder_PushInputBuffer() argument
826 OH_VideoEncoder_PushInputParameter(OH_AVCodec *codec, uint32_t index) OH_VideoEncoder_PushInputParameter() argument
840 OH_VideoEncoder_GetInputDescription(OH_AVCodec *codec) OH_VideoEncoder_GetInputDescription() argument
859 OH_VideoEncoder_IsValid(OH_AVCodec *codec, bool *isValid) OH_VideoEncoder_IsValid() argument
[all...]
H A Dnative_video_decoder.cpp73 NativeVideoDecoderCallback(OH_AVCodec *codec, struct OH_AVCodecAsyncCallback cb, void *userData) in NativeVideoDecoderCallback() argument
77 NativeVideoDecoderCallback(OH_AVCodec *codec, struct OH_AVCodecCallback cb, void *userData) in NativeVideoDecoderCallback() argument
224 OH_AVMemory *GetTransData(struct OH_AVCodec *codec, uint32_t &index, std::shared_ptr<AVSharedMemory> &memory, in GetTransData() argument
255 OH_AVBuffer *GetTransData(struct OH_AVCodec *codec, uint32_t index, std::shared_ptr<AVBuffer> &buffer, in GetTransData() argument
369 OH_AVErrCode OH_VideoDecoder_Destroy(struct OH_AVCodec *codec) in OH_VideoDecoder_Destroy() argument
394 OH_VideoDecoder_Configure(struct OH_AVCodec *codec, struct OH_AVFormat *format) OH_VideoDecoder_Configure() argument
412 OH_VideoDecoder_Prepare(struct OH_AVCodec *codec) OH_VideoDecoder_Prepare() argument
428 OH_VideoDecoder_Start(struct OH_AVCodec *codec) OH_VideoDecoder_Start() argument
445 OH_VideoDecoder_Stop(struct OH_AVCodec *codec) OH_VideoDecoder_Stop() argument
463 OH_VideoDecoder_Flush(struct OH_AVCodec *codec) OH_VideoDecoder_Flush() argument
479 OH_VideoDecoder_Reset(struct OH_AVCodec *codec) OH_VideoDecoder_Reset() argument
497 OH_VideoDecoder_SetSurface(OH_AVCodec *codec, OHNativeWindow *window) OH_VideoDecoder_SetSurface() argument
519 OH_VideoDecoder_PushInputData(struct OH_AVCodec *codec, uint32_t index, OH_AVCodecBufferAttr attr) OH_VideoDecoder_PushInputData() argument
551 OH_VideoDecoder_PushInputBuffer(struct OH_AVCodec *codec, uint32_t index) OH_VideoDecoder_PushInputBuffer() argument
582 OH_VideoDecoder_GetOutputDescription(struct OH_AVCodec *codec) OH_VideoDecoder_GetOutputDescription() argument
601 OH_VideoDecoder_RenderOutputData(struct OH_AVCodec *codec, uint32_t index) OH_VideoDecoder_RenderOutputData() argument
619 OH_VideoDecoder_FreeOutputData(struct OH_AVCodec *codec, uint32_t index) OH_VideoDecoder_FreeOutputData() argument
638 OH_VideoDecoder_RenderOutputBuffer(struct OH_AVCodec *codec, uint32_t index) OH_VideoDecoder_RenderOutputBuffer() argument
655 OH_VideoDecoder_RenderOutputBufferAtTime(OH_AVCodec *codec, uint32_t index, int64_t renderTimestampNs) OH_VideoDecoder_RenderOutputBufferAtTime() argument
671 OH_VideoDecoder_FreeOutputBuffer(struct OH_AVCodec *codec, uint32_t index) OH_VideoDecoder_FreeOutputBuffer() argument
690 OH_VideoDecoder_SetParameter(struct OH_AVCodec *codec, struct OH_AVFormat *format) OH_VideoDecoder_SetParameter() argument
708 OH_VideoDecoder_SetCallback(struct OH_AVCodec *codec, struct OH_AVCodecAsyncCallback callback, void *userData) OH_VideoDecoder_SetCallback() argument
732 OH_VideoDecoder_RegisterCallback(struct OH_AVCodec *codec, struct OH_AVCodecCallback callback, void *userData) OH_VideoDecoder_RegisterCallback() argument
760 OH_VideoDecoder_IsValid(OH_AVCodec *codec, bool *isValid) OH_VideoDecoder_IsValid() argument
771 OH_VideoDecoder_SetDecryptionConfig(OH_AVCodec *codec, MediaKeySession *mediaKeySession, bool secureVideoPath) OH_VideoDecoder_SetDecryptionConfig() argument
799 OH_VideoDecoder_SetDecryptionConfig(OH_AVCodec *codec, MediaKeySession *mediaKeySession, bool secureVideoPath) OH_VideoDecoder_SetDecryptionConfig() argument
[all...]
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dimage_codec.h385 HdiCallback(ImageCodec* codec) HdiCallback() argument
[all...]
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/Avbuffer/src/
H A Davcodec_audio_avbuffer_encoder_demo.cpp148 static void OnError(OH_AVCodec *codec, int32_t errorCode, void *userData) in OnError() argument
156 static void OnOutputFormatChanged(OH_AVCodec *codec, OH_AVFormat *format, void *userData) in OnOutputFormatChanged() argument
164 static void OnInputBufferAvailable(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *buffer, void *userData) in OnInputBufferAvailable() argument
174 static void OnOutputBufferAvailable(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *buffer, void *userData) in OnOutputBufferAvailable() argument
561 OH_AVErrCode AudioBufferAacEncDemo::Destroy(OH_AVCodec *codec) in Destroy() argument
568 SetCallback(OH_AVCodec *codec) SetCallback() argument
580 Configure(OH_AVCodec *codec, OH_AVFormat *format, int32_t channel, int32_t sampleRate, int64_t bitRate, int32_t sampleFormat, int32_t sampleBit, int32_t complexity) Configure() argument
616 Prepare(OH_AVCodec *codec) Prepare() argument
621 Start(OH_AVCodec *codec) Start() argument
626 Stop(OH_AVCodec *codec) Stop() argument
633 Flush(OH_AVCodec *codec) Flush() argument
641 Reset(OH_AVCodec *codec) Reset() argument
646 GetOutputDescription(OH_AVCodec *codec) GetOutputDescription() argument
651 PushInputData(OH_AVCodec *codec, uint32_t index) PushInputData() argument
668 PushInputDataEOS(OH_AVCodec *codec, uint32_t index) PushInputDataEOS() argument
685 FreeOutputData(OH_AVCodec *codec, uint32_t index) FreeOutputData() argument
690 IsValid(OH_AVCodec *codec, bool *isValid) IsValid() argument
744 SetParameter(OH_AVCodec *codec, OH_AVFormat *format, int32_t channel, int32_t sampleRate, int64_t bitRate, int32_t sampleFormat, int32_t sampleBit, int32_t complexity) SetParameter() argument
[all...]
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/
H A Dvideoenc_ndk_sample.cpp62 static void VencError(OH_AVCodec *codec, int32_t errorCode, void *userData) in VencError() argument
67 static void VencFormatChanged(OH_AVCodec *codec, OH_AVFormat *format, void *userData) in VencFormatChanged() argument
72 static void VencInputDataReady(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, void *userData) in VencInputDataReady() argument
100 static void VencOutputDataReady(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, OH_AVCodecBufferAttr *attr, in VencOutputDataReady() argument
/foundation/multimedia/av_codec/test/fuzztest/audioencoderpreapiflush_fuzzer/
H A Daudioencoderdemo.cpp58 void OnError(OH_AVCodec* codec, int32_t errorCode, void* userData) in OnError() argument
65 void OnOutputFormatChanged(OH_AVCodec* codec, OH_AVFormat* format, void* userData) in OnOutputFormatChanged() argument
73 void OnInputBufferAvailable(OH_AVCodec* codec, uint32_t index, OH_AVMemory* data, void* userData) in OnInputBufferAvailable() argument
83 void OnOutputBufferAvailable(OH_AVCodec* codec, uint32_t index, OH_AVMemory* data, OH_AVCodecBufferAttr* attr, in OnOutputBufferAvailable() argument
148 OH_AVErrCode AEncDemoAuto::Destroy(OH_AVCodec* codec) in Destroy() argument
159 SetCallback(OH_AVCodec* codec) SetCallback() argument
165 Prepare(OH_AVCodec* codec) Prepare() argument
170 Start(OH_AVCodec* codec) Start() argument
175 Stop(OH_AVCodec* codec) Stop() argument
182 Flush(OH_AVCodec* codec) Flush() argument
190 Reset(OH_AVCodec* codec) Reset() argument
195 PushInputData(OH_AVCodec* codec, uint32_t index, int32_t size, int32_t offset) PushInputData() argument
205 PushInputDataEOS(OH_AVCodec* codec, uint32_t index) PushInputDataEOS() argument
216 FreeOutputData(OH_AVCodec* codec, uint32_t index) FreeOutputData() argument
221 IsValid(OH_AVCodec* codec, bool* isValid) IsValid() argument
511 GetOutputDescription(OH_AVCodec* codec) GetOutputDescription() argument
[all...]
/foundation/multimedia/av_codec/test/fuzztest/audioencoderpreapireset_fuzzer/
H A Daudioencoderdemo.cpp58 void OnError(OH_AVCodec* codec, int32_t errorCode, void* userData) in OnError() argument
65 void OnOutputFormatChanged(OH_AVCodec* codec, OH_AVFormat* format, void* userData) in OnOutputFormatChanged() argument
73 void OnInputBufferAvailable(OH_AVCodec* codec, uint32_t index, OH_AVMemory* data, void* userData) in OnInputBufferAvailable() argument
83 void OnOutputBufferAvailable(OH_AVCodec* codec, uint32_t index, OH_AVMemory* data, OH_AVCodecBufferAttr* attr, in OnOutputBufferAvailable() argument
148 OH_AVErrCode AEncDemoAuto::Destroy(OH_AVCodec* codec) in Destroy() argument
159 SetCallback(OH_AVCodec* codec) SetCallback() argument
165 Prepare(OH_AVCodec* codec) Prepare() argument
170 Start(OH_AVCodec* codec) Start() argument
175 Stop(OH_AVCodec* codec) Stop() argument
182 Flush(OH_AVCodec* codec) Flush() argument
190 Reset(OH_AVCodec* codec) Reset() argument
195 PushInputData(OH_AVCodec* codec, uint32_t index, int32_t size, int32_t offset) PushInputData() argument
205 PushInputDataEOS(OH_AVCodec* codec, uint32_t index) PushInputDataEOS() argument
216 FreeOutputData(OH_AVCodec* codec, uint32_t index) FreeOutputData() argument
221 IsValid(OH_AVCodec* codec, bool* isValid) IsValid() argument
511 GetOutputDescription(OH_AVCodec* codec) GetOutputDescription() argument
[all...]
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Avbuffer/src/
H A Davcodec_audio_avbuffer_decoder_demo.cpp48 static void OnError(OH_AVCodec *codec, int32_t errorCode, void *userData) in OnError() argument
56 static void OnOutputFormatChanged(OH_AVCodec *codec, OH_AVFormat *format, void *userData) in OnOutputFormatChanged() argument
64 static void OnInputBufferAvailable(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *data, void *userData) in OnInputBufferAvailable() argument
74 static void OnOutputBufferAvailable(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *data, void *userData) in OnOutputBufferAvailable() argument
698 OH_AVErrCode ADecBufferDemo::SetCallback(OH_AVCodec *codec) in SetCallback() argument
723 Destroy(OH_AVCodec *codec) Destroy() argument
729 IsValid(OH_AVCodec *codec, bool *isValid) IsValid() argument
734 Prepare(OH_AVCodec *codec) Prepare() argument
739 Start(OH_AVCodec *codec) Start() argument
744 Stop(OH_AVCodec *codec) Stop() argument
750 Flush(OH_AVCodec *codec) Flush() argument
756 Reset(OH_AVCodec *codec) Reset() argument
761 GetOutputDescription(OH_AVCodec *codec) GetOutputDescription() argument
766 FreeOutputData(OH_AVCodec *codec, uint32_t index) FreeOutputData() argument
771 PushInputData(OH_AVCodec *codec, uint32_t index) PushInputData() argument
826 PushInputDataEOS(OH_AVCodec *codec, uint32_t index) PushInputDataEOS() argument
843 Configure(OH_AVCodec *codec, OH_AVFormat *format, int32_t channel, int32_t sampleRate) Configure() argument
858 SetParameter(OH_AVCodec *codec, OH_AVFormat *format, int32_t channel, int32_t sampleRate) SetParameter() argument
[all...]

Completed in 25 milliseconds

1...<<11121314151617181920>>...30