Home
last modified time | relevance | path

Searched defs:videoCodec (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/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>>& multiDataBu… in CodecPacket()
42 void SetVideoCodecType(VideoCodecType videoCodec) in SetVideoCodecType()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-media-kit/
H A D_o_h___video_enc_info.md41 ### videoCodec subsection
/ohos5.0/docs/en/application-dev/reference/apis-media-kit/
H A D_o_h___video_enc_info.md41 ### videoCodec subsection
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/video_test/common/include/
H A Dsample_context.h27 std::shared_ptr<VideoCodecBase> videoCodec = nullptr; member
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/base/
H A Dvideo_sample_base.cpp45 auto &videoCodec = context_->videoCodec; in Create() local
74 auto &videoCodec = context_->videoCodec; in Start() local
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/src/utils/
H A Dimage_common_type.cpp20 void VideoConfigParams::SetVideoCodecType(VideoCodecType videoCodec) in SetVideoCodecType()
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturevideocodecfile_fuzzer/
H A Dscreencapturevideocodecfile_fuzzer.cpp101 const VideoCodecFormat videoCodec[videoCodecList] { in FuzzScreenCaptureVideoCodecFile() local
/ohos5.0/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturendkvideocodecfile_fuzzer/
H A Dscreencapturevideocodecfile_ndk_fuzzer.cpp99 const OH_VideoCodecFormat videoCodec[videoCodecList] { in FuzzScreenCaptureVideoCodecFileNdk() local
/ohos5.0/foundation/multimedia/av_codec/services/dfx/include/
H A Davcodec_sysevent.h64 std::string videoCodec; member
83 std::string videoCodec; member
/ohos5.0/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 w… in VideoConfigParams()
/ohos5.0/foundation/multimedia/player_framework/services/services/transcoder/server/
H A Dtranscoder_server.h83 VideoCodecFormat videoCodec = VIDEO_CODEC_FORMAT_BUTT; member
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Drecorder_profiles.h215 std::string videoCodec = ""; member
H A Dscreen_capture.h176 VideoCodecFormat videoCodec = VideoCodecFormat::VIDEO_CODEC_FORMAT_BUTT; member
/ohos5.0/foundation/multimedia/player_framework/services/services/recorder/server/
H A Drecorder_server.h151 VideoCodecFormat videoCodec = VIDEO_CODEC_FORMAT_BUTT; member
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/screen_capture_adapter_impl_test/
H A Dscreen_capture_adapter_impl_test.cpp189 VideoCodecFormatAdapter videoCodec = VideoCodecFormatAdapter::VIDEO_DEFAULT; member in OHOS::NWeb::MockVideoEncInfoAdapter
/ohos5.0/foundation/multimedia/player_framework/interfaces/kits/c/
H A Dnative_avscreen_capture_base.h257 OH_VideoCodecFormat videoCodec; member
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H A Davrecorder_napi.cpp1749 std::string videoCodec = CommonNapi::GetPropertyString(env, item, "videoCodec"); in GetVideoProfile() local
2387 std::string videoCodec; in GetJsResult() local
2536 std::string videoCodec; in videoToSet() local
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/recorder/
H A Dvideo_recorder_napi.cpp712 std::string videoCodec = CommonNapi::GetPropertyString(env, item, "videoCodec"); in GetVideoRecorderProperties() local
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avtranscoder/
H A Davtranscoder_napi.cpp851 std::string videoCodec = CommonNapi::GetPropertyString(env, args, "videoCodec"); in GetVideoConfig() local