/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Avbuffer/src/ |
H A D | status_check_test.cpp | 96 result0 = aDecBufferDemo->PushInputData(codec, index); 256 result0 = aDecBufferDemo->PushInputData(codec, index); 459 result0 = aDecBufferDemo->PushInputData(codec, index); 620 result0 = aDecBufferDemo->PushInputData(codec, index); 650 result0 = aDecBufferDemo->PushInputData(codec, index); 680 result0 = aDecBufferDemo->PushInputData(codec, index); 681 result0 = aDecBufferDemo->PushInputData(codec, index); 710 result0 = aDecBufferDemo->PushInputData(codec, index); 742 result0 = aDecBufferDemo->PushInputData(codec, index); 772 result0 = aDecBufferDemo->PushInputData(codec, index); [all …]
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/NativeAPI/ |
H A D | NativeInterfaceDependCheckTest.cpp | 290 ret = PushInputData(decoderDemo, handle, trackId); 598 ret = PushInputData(decoderDemo, handle, trackId); 873 ret = PushInputData(decoderDemo, handle, trackId); 1048 ret = PushInputData(decoderDemo, handle, trackId); 1078 ret = PushInputData(decoderDemo, handle, trackId); 1114 ret = PushInputData(decoderDemo, handle, trackId); 1148 ret = PushInputData(decoderDemo, handle, trackId); 1151 ret = PushInputData(decoderDemo, handle, trackId); 1188 ret = PushInputData(decoderDemo, handle, trackId); 1225 ret = PushInputData(decoderDemo, handle, trackId); [all …]
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_encoder/NativeAPI/ |
H A D | NativeInterfaceDependCheckTest.cpp | 292 ret = PushInputData(encoderDemo, handle, trackId); 600 ret = PushInputData(encoderDemo, handle, trackId); 875 ret = PushInputData(encoderDemo, handle, trackId); 1050 ret = PushInputData(encoderDemo, handle, trackId); 1080 ret = PushInputData(encoderDemo, handle, trackId); 1116 ret = PushInputData(encoderDemo, handle, trackId); 1150 ret = PushInputData(encoderDemo, handle, trackId); 1153 ret = PushInputData(encoderDemo, handle, trackId); 1190 ret = PushInputData(encoderDemo, handle, trackId); 1227 ret = PushInputData(encoderDemo, handle, trackId); [all …]
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_encoder/Avbuffer/src/ |
H A D | status_check_test.cpp | 101 result0 = audioBufferAacEncDemo->PushInputData(codec, index); 277 result0 = audioBufferAacEncDemo->PushInputData(codec, index); 521 result0 = audioBufferAacEncDemo->PushInputData(codec, index); 712 result0 = audioBufferAacEncDemo->PushInputData(codec, index); 748 result0 = audioBufferAacEncDemo->PushInputData(codec, index); 783 result0 = audioBufferAacEncDemo->PushInputData(codec, index); 785 result0 = audioBufferAacEncDemo->PushInputData(codec, index); 819 result0 = audioBufferAacEncDemo->PushInputData(codec, index); 856 result0 = audioBufferAacEncDemo->PushInputData(codec, index); 891 result0 = audioBufferAacEncDemo->PushInputData(codec, index); [all …]
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/ |
H A D | audio_encoder.h | 34 int32_t PushInputData(sptr<CodecAVBufferInfo> info);
|
H A D | video_encoder.h | 37 int32_t PushInputData(sptr<CodecAVBufferInfo> info);
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/mock/ |
H A D | vcodec_mock.h | 84 virtual int32_t PushInputData(uint32_t index, OH_AVCodecBufferAttr &attr) = 0; 114 virtual int32_t PushInputData(uint32_t index, OH_AVCodecBufferAttr &attr) = 0;
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/ |
H A D | audio_encoder.cpp | 72 int32_t AudioEncoder::PushInputData(sptr<CodecAVBufferInfo> info) in PushInputData() function in OHOS::CameraStandard::AudioEncoder 159 int32_t ret = PushInputData(bufferInfo); in EnqueueBuffer()
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/include/audio/ |
H A D | audio_codec_worker.h | 38 bool PushInputData(const uint32_t &index);
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audioencoder_fuzzer/ |
H A D | audio_encoder_demo.h | 87 OH_AVErrCode PushInputData(OH_AVCodec* codec, uint32_t index);
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audioencoderflush_fuzzer/ |
H A D | audio_encoder_flush_demo.h | 87 OH_AVErrCode PushInputData(OH_AVCodec* codec, uint32_t index);
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audioencoderreset_fuzzer/ |
H A D | audio_encoder_reset_demo.h | 87 OH_AVErrCode PushInputData(OH_AVCodec* codec, uint32_t index);
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audiodecoder_fuzzer/ |
H A D | audio_decoder_demo.h | 85 OH_AVErrCode PushInputData(OH_AVCodec* codec, uint32_t index);
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audiodecoderflush_fuzzer/ |
H A D | audio_decoder_flush_demo.h | 85 OH_AVErrCode PushInputData(OH_AVCodec* codec, uint32_t index);
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audiodecoderreset_fuzzer/ |
H A D | audio_decoder_reset_demo.h | 85 OH_AVErrCode PushInputData(OH_AVCodec* codec, uint32_t index);
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/mock/capi/ |
H A D | videodec_capi_mock.h | 44 int32_t PushInputData(uint32_t index, OH_AVCodecBufferAttr &attr) override;
|
H A D | videoenc_capi_mock.h | 46 int32_t PushInputData(uint32_t index, OH_AVCodecBufferAttr &attr) override;
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/mock/inner/ |
H A D | videodec_inner_mock.h | 41 int32_t PushInputData(uint32_t index, OH_AVCodecBufferAttr &attr) override;
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/stable_sample/sample/decoder/include/ |
H A D | vdec_sample.h | 60 int32_t PushInputData(uint32_t index, OH_AVCodecBufferAttr attr = {0, 0, 0, 0});
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/stable_sample/sample/encoder/include/ |
H A D | venc_sample.h | 62 int32_t PushInputData(uint32_t index, OH_AVCodecBufferAttr attr = {0, 0, 0, 0});
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audioencoderpreapi_fuzzer/ |
H A D | audioencoderdemo.h | 86 OH_AVErrCode PushInputData(OH_AVCodec* codec, uint32_t index, int32_t size, int32_t offset);
|
/ohos5.0/foundation/multimedia/av_codec/test/fuzztest/audiodecoderpreapi_fuzzer/ |
H A D | audiodecoderdemo.h | 94 OH_AVErrCode PushInputData(OH_AVCodec* codec, uint32_t index, int32_t size, int32_t offset);
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Avbuffer/include/ |
H A D | avcodec_audio_avbuffer_decoder_demo.h | 225 OH_AVErrCode PushInputData(OH_AVCodec* codec, uint32_t index);
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_encoder/Avbuffer/include/ |
H A D | avcodec_audio_avbuffer_encoder_demo.h | 195 OH_AVErrCode PushInputData(OH_AVCodec* codec, uint32_t index);
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/ |
H A D | videoenc_stable_unit_test.cpp | 102 venc->PushInputData(index, attr); in InDataHandle() 128 venc->PushInputData(index, attr); in InDataOperate() 176 venc->PushInputData(index); in InBufferHandle() 201 venc->PushInputData(index); in InBufferOperate() 263 venc->PushInputData(index, attr); in InputBufferLoop()
|