Home
last modified time | relevance | path

Searched refs:videoCodec (Results 1 - 25 of 55) sorted by relevance

123

/foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/base/
H A Dvideo_sample_base.cpp46 auto &videoCodec = context_->videoCodec; in Create() local
53 videoCodec = VideoCodecFactory::CreateVideoCodec(info.codecType, info.codecRunMode); in Create()
54 CHECK_AND_RETURN_RET_LOG(videoCodec != nullptr, AVCODEC_SAMPLE_ERR_ERROR, in Create()
56 ret = videoCodec->Create(info.codecMime, info.codecType & 0b1); // 0b1: software codec mask in Create()
63 ret = videoCodec->Config(info, reinterpret_cast<uintptr_t *>(context_.get())); in Create()
73 CHECK_AND_RETURN_RET_LOG(context_ && context_->videoCodec, AVCODEC_SAMPLE_ERR_ERROR, "Context error"); in Start()
75 int32_t ret = context_->videoCodec->Start(); in Start()
204 (void)context_->videoCodec->PushInput(bufferInfo); in PushEosFrame()
/foundation/distributedhardware/distributed_camera/services/data_process/include/eventbus/
H A Ddcamera_codec_event.h36 CodecPacket(VideoCodecType videoCodec, const std::vector<std::shared_ptr<DataBuffer>>& multiDataBuffers) in CodecPacket() argument
37 : videoCodec_(videoCodec), multiDataBuffers_(multiDataBuffers) {} in CodecPacket()
42 void SetVideoCodecType(VideoCodecType videoCodec) in SetVideoCodecType() argument
44 videoCodec_ = videoCodec; in SetVideoCodecType()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturendkvideocodecfile_fuzzer/
H A Dscreencapturevideocodecfile_ndk_fuzzer.cpp65 .videoCodec = OH_VideoCodecFormat::OH_MPEG4, in SetConfig()
99 const OH_VideoCodecFormat videoCodec[videoCodecList] { in FuzzScreenCaptureVideoCodecFileNdk()
111 config.videoInfo.videoEncInfo.videoCodec = videoCodec[randomNum]; in FuzzScreenCaptureVideoCodecFileNdk()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturevideocodecfile_fuzzer/
H A Dscreencapturevideocodecfile_fuzzer.cpp66 .videoCodec = VideoCodecFormat::MPEG4, in SetConfig()
101 const VideoCodecFormat videoCodec[videoCodecList] { in FuzzScreenCaptureVideoCodecFile()
110 config.videoInfo.videoEncInfo.videoCodec = videoCodec[randomNum]; in FuzzScreenCaptureVideoCodecFile()
/foundation/distributedhardware/distributed_camera/services/data_process/include/utils/
H A Dimage_common_type.h49 VideoConfigParams(VideoCodecType videoCodec, Videoformat pixelFormat, int32_t frameRate, int32_t width, in VideoConfigParams() argument
51 : videoCodec_(videoCodec), pixelFormat_(pixelFormat), frameRate_(frameRate), width_ (width), height_(height) in VideoConfigParams()
55 void SetVideoCodecType(VideoCodecType videoCodec);
/foundation/distributedhardware/distributed_camera/services/data_process/src/utils/
H A Dimage_common_type.cpp20 void VideoConfigParams::SetVideoCodecType(VideoCodecType videoCodec) in SetVideoCodecType() argument
22 videoCodec_ = videoCodec; in SetVideoCodecType()
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/encoder/
H A Dvideo_encoder_sample.cpp45 auto format = context_->videoCodec->GetFormat(); in Prepare()
86 ret = context_->videoCodec->PushInput(bufferInfo); in BufferInputThread()
129 context_->videoCodec->PushInput(eosBufferInfo); in SurfaceInputThread()
148 int32_t ret = context_->videoCodec->FreeOutput(bufferInfo.bufferIndex); in OutputThread()
/foundation/multimedia/av_codec/test/unittest/dfx_test/
H A Dmedia_dfx_test.cpp53 muxerFaultInfo.videoCodec = "video/mp4v-es"; in HWTEST_F()
77 videoCodecFaultInfo.videoCodec = "video/mp4v-es"; in HWTEST_F()
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/decoder/
H A Dvideo_decoder_sample.cpp39 context_->videoCodec = nullptr; in ~VideoDecoderSample()
83 ret = context_->videoCodec->PushInput(bufferInfo); in InputThread()
105 int32_t ret = context_->videoCodec->FreeOutput(bufferInfo.bufferIndex); in OutputThread()
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/common/include/
H A Dsample_context.h27 std::shared_ptr<VideoCodecBase> videoCodec = nullptr; member
/foundation/multimedia/av_codec/services/dfx/include/
H A Davcodec_sysevent.h64 std::string videoCodec; member
83 std::string videoCodec; member
/foundation/multimedia/av_codec/services/dfx/
H A Davcodec_sysevent.cpp119 "VIDEO_CODEC", videoCodecFaultInfo.videoCodec, in FaultVideoCodecEventWrite()
130 "VIDEO_CODEC", muxerFaultInfo.videoCodec, in FaultMuxerEventWrite()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencaptureaudiobitratefile_fuzzer/
H A Dscreencaptureaudiobitratefile_fuzzer.cpp65 .videoCodec = VideoCodecFormat::MPEG4, in SetConfig()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturefileformatfile_fuzzer/
H A Dscreencapturefileformatfile_fuzzer.cpp64 .videoCodec = VideoCodecFormat::MPEG4, in SetConfig()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturevideobitratefile_fuzzer/
H A Dscreencapturevideobitratefile_fuzzer.cpp65 .videoCodec = VideoCodecFormat::MPEG4, in SetConfig()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturevideoframeratefile_fuzzer/
H A Dscreencapturevideoframeratefile_fuzzer.cpp65 .videoCodec = VideoCodecFormat::MPEG4, in SetConfig()
/foundation/multimedia/player_framework/interfaces/kits/c/
H A Dnative_avscreen_capture_base.h257 OH_VideoCodecFormat videoCodec; member
/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Drecorder_profiles.h215 std::string videoCodec = ""; member
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencaptureaudiocodecformatfile_fuzzer/
H A Dscreencaptureaudiocodecformatfile_fuzzer.cpp66 .videoCodec = VideoCodecFormat::MPEG4, in SetConfig()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturendkaudiobitratefile_fuzzer/
H A Dscreencaptureaudiobitratefile_ndk_fuzzer.cpp64 .videoCodec = OH_VideoCodecFormat::OH_MPEG4, in SetConfig()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturendkdatatype_fuzzer/
H A Dscreencapturedatatype_ndk_fuzzer.cpp63 .videoCodec = OH_VideoCodecFormat::OH_MPEG4, in SetConfig()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturendkfileformatfile_fuzzer/
H A Dscreencapturefileformatfile_ndk_fuzzer.cpp65 .videoCodec = OH_VideoCodecFormat::OH_MPEG4, in SetConfig()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturendkvideobitratefile_fuzzer/
H A Dscreencapturevideobitratefile_ndk_fuzzer.cpp64 .videoCodec = OH_VideoCodecFormat::OH_MPEG4, in SetConfig()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturedatatype_fuzzer/
H A Dscreencapturedatatype_fuzzer.cpp64 .videoCodec = VideoCodecFormat::MPEG4, in SetConfig()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencaptureserverstartcase_fuzzer/
H A Dscreencaptureserverstartcase_fuzzer.cpp63 .videoCodec = VideoCodecFormat::H264, in SetConfig()

Completed in 9 milliseconds

123