Home
last modified time | relevance | path

Searched refs:videoCodecFormat (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/interfaces/kits/js/
H A Dvideo_recorder_napi.h81 VideoCodecFormat videoCodecFormat = VideoCodecFormat::VIDEO_DEFAULT; member
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avtranscoder/
H A Davtranscoder_napi.h109 VideoCodecFormat videoCodecFormat = VideoCodecFormat::VIDEO_DEFAULT; member
H A Davtranscoder_napi.cpp749 ret = transCoder_->SetVideoEncoder(config->videoCodecFormat); in Configure()
852 (void)AVTransCoderNapi::GetVideoCodecFormat(videoCodec, config->videoCodecFormat); in GetVideoConfig()
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H A Davrecorder_napi.cpp1444 config->profile.videoCodecFormat = static_cast<VideoCodecFormat>(configMap["videoCodec"]); in GetAVRecorderConfig()
1750 ret = AVRecorderNapi::GetVideoCodecFormat(videoCodec, profile.videoCodecFormat); in GetVideoProfile()
1765 … CHECK_AND_RETURN_RET(!(profile.isHdr && (profile.videoCodecFormat != VideoCodecFormat::H265)), in GetVideoProfile()
1831 profile.videoBitrate, profile.videoCodecFormat, profile.videoFrameWidth, in MediaProfileLog()
2075 ret = recorder_->SetVideoEncoder(videoSourceID_, profile.videoCodecFormat); in SetProfile()
2212 … AVRecorderNapi::GetVideoCodecFormat(videoRecorderProfile->videoCodec, profile ->videoCodecFormat); in GetAVRecorderProfile()
2388 …setState = MediaJsResultExtensionMethod::SetVideoCodecFormat(value_->videoCodecFormat, videoCodec); in GetJsResult()
2537 …setState = MediaJsResultExtensionMethod::SetVideoCodecFormat(value_->profile.videoCodecFormat, vid… in videoToSet()
H A Davrecorder_napi.h163 VideoCodecFormat videoCodecFormat = VideoCodecFormat::VIDEO_DEFAULT; member
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/recorder/
H A Dvideo_recorder_napi.cpp713 (void)MapMimeToVideoCodecFormat(videoCodec, properties.profile.videoCodecFormat); in GetVideoRecorderProperties()
755 ret = recorder_->SetVideoEncoder(ctx->napi->videoSourceID, properties.profile.videoCodecFormat); in SetVideoRecorderProperties()