Home
last modified time | relevance | path

Searched refs:keyFrameInterval (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/codec/
H A D_codec_video_param_hevc_v20.md25 | unsigned int [keyFrameInterval](#keyframeinterval) | 连续I帧(包括其中一个I帧)之间的距离。 |
31 ### keyFrameInterval subsection
34 unsigned int CodecVideoParamHevc::keyFrameInterval
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/
H A Dvideo_encoder.h50 bool EnqueueBuffer(sptr<FrameRecord> frameRecord, int32_t keyFrameInterval);
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/
H A Dvideo_encoder.cpp195 bool VideoEncoder::EnqueueBuffer(sptr<FrameRecord> frameRecord, int32_t keyFrameInterval) in EnqueueBuffer() argument
200 if (keyFrameInterval == KEY_FRAME_INTERVAL) { in EnqueueBuffer()
/ohos5.0/drivers/peripheral/codec/interfaces/include/
H A Dcodec_omx_ext.h380 …uint32_t keyFrameInterval; /** Distance between consecutive I-frames (including one of … member
/ohos5.0/drivers/peripheral/format/interfaces/include/
H A Dformat_type.h576 uint32_t keyFrameInterval; /**< Keyframe interval */ member
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhencoder.cpp664 hevcType.keyFrameInterval = UINT32_MAX - 1; in SetupHEVCEncoderParameters()
666 hevcType.keyFrameInterval = 1; in SetupHEVCEncoderParameters()
668 hevcType.keyFrameInterval = iFrameInterval * frameRate.value() / TIME_RATIO_S_TO_MS; in SetupHEVCEncoderParameters()
671 iFrameInterval, hevcType.keyFrameInterval); in SetupHEVCEncoderParameters()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v2_0/cpp_target/codec/v2_0/
H A Dcodec_ext_types.h.txt180 uint32_t keyFrameInterval;
/ohos5.0/drivers/interface/codec/v2_0/
H A DCodecExtTypes.idl200 …unsigned int keyFrameInterval; /** Distance between consecutive I-frames (including one of the I …
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v2_0/foo/codec/v2_0/
H A DCodecExtTypes.idl200 …unsigned int keyFrameInterval; /** Distance between consecutive I-frames (including one of the I …
/ohos5.0/drivers/interface/codec/v3_0/
H A DCodecExtTypes.idl259 …unsigned int keyFrameInterval; /** Distance between consecutive I-frames (including one of the I …
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v2_0/dump_ast_target/
H A Ddump.txt262 unsigned int keyFrameInterval;
/ohos5.0/foundation/multimedia/media_lite/services/recorder_lite/impl/src/
H A Drecorder_impl.cpp891 trackSource.trackSourceInfo.videoInfo.keyFrameInterval = videoSourceConfig.frameRate; in GetVideoTrackSource()