| /foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/ |
| H A D | videodec_ndk_sample.cpp | 95 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 D | audio_decoder_avbuffer_capi_unit_test.cpp | 115 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 D | videodec_api11_sample.cpp | 93 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 D | AudioDecoderDemoCommon.cpp | 32 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 D | btm.h | 763 uint8_t codec; member 781 uint8_t codec; member
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | mfenc.c | 1015 mf_create(void *log, MFFunctions *f, IMFTransform **mft, const AVCodec *codec, int use_hw) mf_create() argument
|
| H A D | libx264.c | 1087 static av_cold void X264_init_static(FFCodec *codec) in X264_init_static() argument
|
| H A D | utils.c | 76 const FFCodec *const codec = ffcodec(avcodec); in av_codec_is_encoder() local 84 const FFCodec *const codec = ffcodec(avcodec); in av_codec_is_decoder() local 452 avpriv_codec_get_cap_skip_frame_fill_param(const AVCodec *codec) avpriv_codec_get_cap_skip_frame_fill_param() argument 459 const AVCodec *codec; avcodec_get_name() local 476 av_get_profile_name(const AVCodec *codec, int profile) av_get_profile_name() argument 891 const FFCodec *const codec = ffcodec(avcodec); avcodec_get_hw_config() local [all...] |
| H A D | libaomenc.c | 1317 static av_cold void av1_init_static(FFCodec *codec) in av1_init_static() argument
|
| H A D | mediacodec_wrapper.c | 1134 static int codec_init_static_fields(FFAMediaCodec *codec) in codec_init_static_fields() argument 1196 FFAMediaCodec *codec = NULL; codec_create() local 1338 ff_AMediaCodec_getName(FFAMediaCodec *codec) ff_AMediaCodec_getName() argument 1361 ff_AMediaCodec_configure(FFAMediaCodec* codec, const FFAMediaFormat* format, void* surface, void *crypto, uint32_t flags) ff_AMediaCodec_configure() argument 1378 ff_AMediaCodec_start(FFAMediaCodec* codec) ff_AMediaCodec_start() argument 1395 ff_AMediaCodec_stop(FFAMediaCodec* codec) ff_AMediaCodec_stop() argument 1412 ff_AMediaCodec_flush(FFAMediaCodec* codec) ff_AMediaCodec_flush() argument 1429 ff_AMediaCodec_releaseOutputBuffer(FFAMediaCodec* codec, size_t idx, int render) ff_AMediaCodec_releaseOutputBuffer() argument 1446 ff_AMediaCodec_releaseOutputBufferAtTime(FFAMediaCodec *codec, size_t idx, int64_t timestampNs) ff_AMediaCodec_releaseOutputBufferAtTime() argument 1463 ff_AMediaCodec_dequeueInputBuffer(FFAMediaCodec* codec, int64_t timeoutUs) ff_AMediaCodec_dequeueInputBuffer() argument 1480 ff_AMediaCodec_queueInputBuffer(FFAMediaCodec* codec, size_t idx, off_t offset, size_t size, uint64_t time, uint32_t flags) ff_AMediaCodec_queueInputBuffer() argument 1497 ff_AMediaCodec_dequeueOutputBuffer(FFAMediaCodec* codec, FFAMediaCodecBufferInfo *info, int64_t timeoutUs) ff_AMediaCodec_dequeueOutputBuffer() argument 1532 ff_AMediaCodec_getInputBuffer(FFAMediaCodec* codec, size_t idx, size_t *out_size) ff_AMediaCodec_getInputBuffer() argument 1580 ff_AMediaCodec_getOutputBuffer(FFAMediaCodec* codec, size_t idx, size_t *out_size) ff_AMediaCodec_getOutputBuffer() argument 1628 ff_AMediaCodec_getOutputFormat(FFAMediaCodec* codec) ff_AMediaCodec_getOutputFormat() argument 1651 ff_AMediaCodec_infoTryAgainLater(FFAMediaCodec *codec, ssize_t idx) ff_AMediaCodec_infoTryAgainLater() argument 1656 ff_AMediaCodec_infoOutputBuffersChanged(FFAMediaCodec *codec, ssize_t idx) ff_AMediaCodec_infoOutputBuffersChanged() argument 1661 ff_AMediaCodec_infoOutputFormatChanged(FFAMediaCodec *codec, ssize_t idx) ff_AMediaCodec_infoOutputFormatChanged() argument 1666 ff_AMediaCodec_getBufferFlagCodecConfig(FFAMediaCodec *codec) ff_AMediaCodec_getBufferFlagCodecConfig() argument 1671 ff_AMediaCodec_getBufferFlagEndOfStream(FFAMediaCodec *codec) ff_AMediaCodec_getBufferFlagEndOfStream() argument 1676 ff_AMediaCodec_getBufferFlagKeyFrame(FFAMediaCodec *codec) ff_AMediaCodec_getBufferFlagKeyFrame() argument 1681 ff_AMediaCodec_getConfigureFlagEncode(FFAMediaCodec *codec) ff_AMediaCodec_getConfigureFlagEncode() argument 1686 ff_AMediaCodec_cleanOutputBuffers(FFAMediaCodec *codec) ff_AMediaCodec_cleanOutputBuffers() argument [all...] |
| H A D | vaapi_encode.h | 181 const struct VAAPIEncodeType *codec; member [all...] |
| /third_party/ffmpeg/fftools/ |
| H A D | opt_common.c | 397 const AVCodec *codec; in show_help_codec() local 615 const AVCodec *codec; print_codecs_for_id() local 686 const AVCodec *codec; show_codecs() local 743 const AVCodec *codec; print_codecs() local [all...] |
| H A D | cmdutils.c | 894 filter_codec_opts(AVDictionary *opts, enum AVCodecID codec_id, AVFormatContext *s, AVStream *st, const AVCodec *codec) filter_codec_opts() argument
|
| /third_party/ffmpeg/libavformat/ |
| H A D | concatdec.c | 609 const AVCodecDescriptor *codec = avcodec_descriptor_get_by_name(arg_kw[0]); in concat_parse_script() local
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/ |
| H A D | nouveau_vp3_video_vp.c | 462 enum pipe_video_format codec = u_reduce_video_profile(dec->base.profile); in nouveau_vp3_vp_caps() local
|
| /third_party/mesa3d/src/gallium/drivers/d3d12/ |
| H A D | d3d12_video_dec.cpp | 42 d3d12_video_create_decoder(struct pipe_context *context, const struct pipe_video_codec *codec) in d3d12_video_create_decoder() argument 131 d3d12_video_decoder_destroy(struct pipe_video_codec *codec) in d3d12_video_decoder_destroy() argument 165 d3d12_video_decoder_begin_frame(struct pipe_video_codec *codec, struct pipe_video_buffer *target, struct pipe_picture_desc *picture) d3d12_video_decoder_begin_frame() argument 181 d3d12_video_decoder_decode_bitstream(struct pipe_video_codec *codec, struct pipe_video_buffer *target, struct pipe_picture_desc *picture, unsigned num_buffers, const void *const *buffers, const unsigned *sizes) d3d12_video_decoder_decode_bitstream() argument 320 d3d12_video_decoder_end_frame(struct pipe_video_codec *codec, struct pipe_video_buffer *target, struct pipe_picture_desc *picture) d3d12_video_decoder_end_frame() argument 652 d3d12_video_decoder_flush(struct pipe_video_codec *codec) d3d12_video_decoder_flush() argument 1173 d3d12_video_decoder_store_converted_dxva_picparams_from_pipe_input( struct d3d12_video_decoder *codec, struct pipe_picture_desc *picture, struct d3d12_video_buffer *pD3D12VideoBuffer ) d3d12_video_decoder_store_converted_dxva_picparams_from_pipe_input() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
| H A D | vktVideoTestUtils.cpp | 560 const char* getVideoCodecString(VkVideoCodecOperationFlagBitsKHR codec) in getVideoCodecString() argument 731 const char* codecToName(VkVideoCodecOperationFlagBitsKHR codec) in codecToName() argument [all...] |
| /third_party/skia/src/codec/ |
| H A D | SkWuffsCodec.cpp | 326 void SkWuffsFrameHolder::init(SkWuffsCodec* codec, int width, int height) { in init() argument
|
| H A D | SkJpegCodec.cpp | 249 SkJpegCodec* codec = new SkJpegCodec(std::move(info), std::unique_ptr<SkStream>(stream), in ReadHeader() local 266 SkCodec* codec = nullptr; in MakeFromStream() local 772 is_yuv_supported(const jpeg_decompress_struct* dinfo, const SkJpegCodec& codec, const SkYUVAPixmapInfo::SupportedDataTypes* supportedDataTypes, SkYUVAPixmapInfo* yuvaPixmapInfo) is_yuv_supported() argument [all...] |
| /third_party/skia/src/ports/ |
| H A D | SkScalerContext_win_dw.cpp | 681 std::unique_ptr<SkCodec> codec = SkCodec::MakeFromData(std::move(data)); in generatePngMetrics() local
|
| /third_party/skia/dm/ |
| H A D | DM.cpp | 680 std::unique_ptr<SkCodec> codec = SkCodec::MakeFromData(encoded); in push_codec_srcs() local [all...] |
| /foundation/CastEngine/castengine_cast_framework/interfaces/inner_api/include/ |
| H A D | cast_engine_common.h | 287 uint32_t codec; member
|
| /foundation/arkui/ace_engine/frameworks/core/components/image/ |
| H A D | rosen_render_image.cpp | 1131 auto codec = SkCodec::MakeFromData(skData); local 1134 auto codec = SkCodec::MakeFromData(skData); local
|
| /foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hdr/ |
| H A D | hdr_helper.cpp | 339 ImageHdrType HdrHelper::CheckHdrType(SkCodec* codec, uint32_t& offset) __attribute__((no_sanitize("cfi")))
in CheckHdrType() argument 775 static bool GetJpegGainMapMetadata(SkJpegCodec* codec, ImageHdrType type, HdrMetadata& metadata)
in GetJpegGainMapMetadata() argument 885 GetMetadata(SkCodec* codec, ImageHdrType type, HdrMetadata& metadata) GetMetadata() argument [all...] |
| /third_party/ffmpeg/libavdevice/ |
| H A D | dshow.c | 924 const AVCodec *codec = avcodec_find_decoder(fmt_info->codec_id); in dshow_cycle_formats() local
|