Searched refs:videoCodecFormat (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/multimedia/player_framework/interfaces/kits/js/ |
H A D | video_recorder_napi.h | 81 VideoCodecFormat videoCodecFormat = VideoCodecFormat::VIDEO_DEFAULT; member
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/avtranscoder/ |
H A D | avtranscoder_napi.h | 109 VideoCodecFormat videoCodecFormat = VideoCodecFormat::VIDEO_DEFAULT; member
|
H A D | avtranscoder_napi.cpp | 749 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 D | avrecorder_napi.cpp | 1444 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 D | avrecorder_napi.h | 163 VideoCodecFormat videoCodecFormat = VideoCodecFormat::VIDEO_DEFAULT; member
|
/ohos5.0/foundation/multimedia/player_framework/frameworks/js/recorder/ |
H A D | video_recorder_napi.cpp | 713 (void)MapMimeToVideoCodecFormat(videoCodec, properties.profile.videoCodecFormat); in GetVideoRecorderProperties() 755 ret = recorder_->SetVideoEncoder(ctx->napi->videoSourceID, properties.profile.videoCodecFormat); in SetVideoRecorderProperties()
|