Home
last modified time | relevance | path

Searched refs:FreeOutputData (Results 1 - 25 of 63) sorted by relevance

123

/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/
H A Daudio_encoder.h35 int32_t FreeOutputData(uint32_t bufferIndex);
H A Dvideo_encoder.h39 int32_t FreeOutputData(uint32_t bufferIndex);
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/mock/
H A Dvcodec_mock.h86 virtual int32_t FreeOutputData(uint32_t index) = 0;
112 virtual int32_t FreeOutputData(uint32_t index) = 0;
/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/
H A Dvideo_encoder.cpp169 int32_t VideoEncoder::FreeOutputData(uint32_t bufferIndex) in FreeOutputData() function in OHOS::CameraStandard::VideoEncoder
292 int32_t ret = FreeOutputData(bufferInfo->bufferIndex); in EncodeSurfaceBuffer()
293 CHECK_AND_BREAK_LOG(ret == 0, "FreeOutputData failed"); in EncodeSurfaceBuffer()
296 int32_t ret = FreeOutputData(bufferInfo->bufferIndex); in EncodeSurfaceBuffer()
297 CHECK_AND_BREAK_LOG(ret == 0, "FreeOutputData failed"); in EncodeSurfaceBuffer()
H A Daudio_encoder.cpp81 int32_t AudioEncoder::FreeOutputData(uint32_t bufferIndex) in FreeOutputData() function in OHOS::CameraStandard::AudioEncoder
85 MEDIA_INFO_LOG("FreeOutputData bufferIndex: %{public}u", bufferIndex); in FreeOutputData()
192 int32_t ret = FreeOutputData(bufferInfo->bufferIndex); in EncodeAudioBuffer()
193 CHECK_AND_BREAK_LOG(ret == 0, "FreeOutputData failed"); in EncodeAudioBuffer()
/foundation/multimedia/av_codec/test/fuzztest/audioencoderpreapiflush_fuzzer/
H A Daudioencoderdemo.h92 OH_AVErrCode FreeOutputData(OH_AVCodec* codec, uint32_t index);
/foundation/multimedia/av_codec/test/fuzztest/audioencoderpreapireset_fuzzer/
H A Daudioencoderdemo.h92 OH_AVErrCode FreeOutputData(OH_AVCodec* codec, uint32_t index);
/foundation/multimedia/av_codec/test/fuzztest/audiodecoderreset_fuzzer/
H A Daudio_decoder_reset_demo.h86 OH_AVErrCode FreeOutputData(OH_AVCodec* codec, uint32_t index);
/foundation/multimedia/av_codec/test/fuzztest/audioencoderreset_fuzzer/
H A Daudio_encoder_reset_demo.h91 OH_AVErrCode FreeOutputData(OH_AVCodec* codec, uint32_t index);
/foundation/multimedia/av_codec/test/fuzztest/audiodecoderdescription_fuzzer/
H A Daudio_decoder_description_demo.h86 OH_AVErrCode FreeOutputData(OH_AVCodec* codec, uint32_t index);
/foundation/multimedia/av_codec/test/fuzztest/audiodecoderflush_fuzzer/
H A Daudio_decoder_flush_demo.h86 OH_AVErrCode FreeOutputData(OH_AVCodec* codec, uint32_t index);
/foundation/multimedia/av_codec/test/fuzztest/audioencoderpreapisetparameter_fuzzer/
H A Daudioencoderdemo.h92 OH_AVErrCode FreeOutputData(OH_AVCodec* codec, uint32_t index);
/foundation/multimedia/av_codec/test/fuzztest/audioencoderpreapidescription_fuzzer/
H A Daudioencoderdemo.h92 OH_AVErrCode FreeOutputData(OH_AVCodec* codec, uint32_t index);
/foundation/multimedia/av_codec/test/fuzztest/audiodecoder_fuzzer/
H A Daudio_decoder_demo.h86 OH_AVErrCode FreeOutputData(OH_AVCodec* codec, uint32_t index);
/foundation/multimedia/av_codec/test/fuzztest/audioencoder_fuzzer/
H A Daudio_encoder_demo.h91 OH_AVErrCode FreeOutputData(OH_AVCodec* codec, uint32_t index);
/foundation/multimedia/av_codec/test/fuzztest/audioencoderflush_fuzzer/
H A Daudio_encoder_flush_demo.h91 OH_AVErrCode FreeOutputData(OH_AVCodec* codec, uint32_t index);
/foundation/multimedia/av_codec/test/fuzztest/audioencoderpreapi_fuzzer/
H A Daudioencoderdemo.h90 OH_AVErrCode FreeOutputData(OH_AVCodec* codec, uint32_t index);
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/mock/inner/
H A Dvideodec_inner_mock.h43 int32_t FreeOutputData(uint32_t index) override;
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/mock/capi/
H A Dvideodec_capi_mock.h46 int32_t FreeOutputData(uint32_t index) override;
/foundation/multimedia/av_codec/test/fuzztest/audioencoderdescription_fuzzer/
H A Daudio_encoder_description_demo.h91 OH_AVErrCode FreeOutputData(OH_AVCodec* codec, uint32_t index);
/foundation/multimedia/av_codec/test/fuzztest/audiodecoderpreapidescription_fuzzer/
H A Daudiodecoderdemo.h98 OH_AVErrCode FreeOutputData(OH_AVCodec* codec, uint32_t index);
/foundation/multimedia/av_codec/test/fuzztest/audiodecoderpreapiflush_fuzzer/
H A Daudiodecoderdemo.h98 OH_AVErrCode FreeOutputData(OH_AVCodec* codec, uint32_t index);
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/Avbuffer/include/
H A Davcodec_audio_avbuffer_encoder_demo.h212 OH_AVErrCode FreeOutputData(OH_AVCodec* codec, uint32_t index);
/foundation/multimedia/av_codec/test/fuzztest/audiodecoderpreapireset_fuzzer/
H A Daudiodecoderdemo.h98 OH_AVErrCode FreeOutputData(OH_AVCodec* codec, uint32_t index);
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Avbuffer/include/
H A Davcodec_audio_avbuffer_decoder_demo.h233 OH_AVErrCode FreeOutputData(OH_AVCodec* codec, uint32_t index);

Completed in 9 milliseconds

123