Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/meta/
H A Dvideo_types.h310 JUMP_REFERENCE = 1, enumerator
/ohos5.0/foundation/multimedia/av_codec/interfaces/kits/c/
H A Dnative_avcodec_base.h1017 JUMP_REFERENCE = 1, enumerator
/ohos5.0/docs/zh-cn/application-dev/media/avcodec/
H A Dvideo-encoding-temporal-scalability.md87 - **全局时域分层编码TGOP参考模式参数:** 可选配置,影响非关键帧参考模式。包括相邻参考`ADJACENT_REFERENCE`、跨帧参考`JUMP_REFERENCE` 和均匀分层`UNI…
/ohos5.0/docs/en/application-dev/media/avcodec/
H A Dvideo-encoding-temporal-scalability.md87 …**, **JUMP_REFERENCE**, or **UNIFORMLY_SCALED_REFERENCE**. **ADJACENT_REFERENCE** provides better …
97 Example 2: TGOP=4, JUMP_REFERENCE
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/
H A Dvideoenc_func_unit_test.cpp1887 static_cast<int32_t>(OH_TemporalGopReferenceMode::JUMP_REFERENCE));
2117 static_cast<int32_t>(OH_TemporalGopReferenceMode::JUMP_REFERENCE));
2164 static_cast<int32_t>(OH_TemporalGopReferenceMode::JUMP_REFERENCE));
/ohos5.0/docs/zh-cn/application-dev/reference/apis-avcodec-kit/
H A Dnative__avcodec__base_8h.md78 …d#oh_temporalgopreferencemode-1) { <br/>ADJACENT_REFERENCE = 0, <br/>JUMP_REFERENCE = 1, <br/>UNIF…
H A D_codec_base.md228 …(#oh_temporalgopreferencemode-1) { <br/>ADJACENT_REFERENCE = 0, <br/>JUMP_REFERENCE = 1, <br/>UNIF…
1256 | JUMP_REFERENCE | 参考最近的长期参考帧。 |
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/
H A Dvideoenc_ndk_sample.cpp185 …_AVFormat_SetIntValue(format, OH_MD_KEY_VIDEO_ENCODER_TEMPORAL_GOP_REFERENCE_MODE, JUMP_REFERENCE); in ConfigureVideoEncoder_Temporal()
H A Dvideoenc_api11_sample.cpp251 …_AVFormat_SetIntValue(format, OH_MD_KEY_VIDEO_ENCODER_TEMPORAL_GOP_REFERENCE_MODE, JUMP_REFERENCE); in ConfigureVideoEncoder_Temporal()
/ohos5.0/foundation/multimedia/media_foundation/tests/unittest/meta/
H A Dmeta_func_unit_test.cpp471 static_cast<int32_t>(Plugins::TemporalGopReferenceMode::JUMP_REFERENCE)},
/ohos5.0/docs/en/application-dev/reference/apis-avcodec-kit/
H A Dnative__avcodec__base_8h.md78 ….md#oh_temporalgopreferencemode-1) { <br>ADJACENT_REFERENCE = 0, <br>JUMP_REFERENCE = 1, <br>UNIFO…
H A D_codec_base.md228 …e](#oh_temporalgopreferencemode-1) { <br>ADJACENT_REFERENCE = 0, <br>JUMP_REFERENCE = 1, <br>UNIFO…
1336 | JUMP_REFERENCE | Refers to the latest LTR frame. |