Searched refs:JUMP_REFERENCE (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/multimedia/media_foundation/interface/inner_api/meta/ |
H A D | video_types.h | 310 JUMP_REFERENCE = 1, enumerator
|
/ohos5.0/foundation/multimedia/av_codec/interfaces/kits/c/ |
H A D | native_avcodec_base.h | 1017 JUMP_REFERENCE = 1, enumerator
|
/ohos5.0/docs/zh-cn/application-dev/media/avcodec/ |
H A D | video-encoding-temporal-scalability.md | 87 - **全局时域分层编码TGOP参考模式参数:** 可选配置,影响非关键帧参考模式。包括相邻参考`ADJACENT_REFERENCE`、跨帧参考`JUMP_REFERENCE` 和均匀分层`UNI…
|
/ohos5.0/docs/en/application-dev/media/avcodec/ |
H A D | video-encoding-temporal-scalability.md | 87 …**, **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 D | videoenc_func_unit_test.cpp | 1887 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 D | native__avcodec__base_8h.md | 78 …d#oh_temporalgopreferencemode-1) { <br/>ADJACENT_REFERENCE = 0, <br/>JUMP_REFERENCE = 1, <br/>UNIF…
|
H A D | _codec_base.md | 228 …(#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 D | videoenc_ndk_sample.cpp | 185 …_AVFormat_SetIntValue(format, OH_MD_KEY_VIDEO_ENCODER_TEMPORAL_GOP_REFERENCE_MODE, JUMP_REFERENCE); in ConfigureVideoEncoder_Temporal()
|
H A D | videoenc_api11_sample.cpp | 251 …_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 D | meta_func_unit_test.cpp | 471 static_cast<int32_t>(Plugins::TemporalGopReferenceMode::JUMP_REFERENCE)},
|
/ohos5.0/docs/en/application-dev/reference/apis-avcodec-kit/ |
H A D | native__avcodec__base_8h.md | 78 ….md#oh_temporalgopreferencemode-1) { <br>ADJACENT_REFERENCE = 0, <br>JUMP_REFERENCE = 1, <br>UNIFO…
|
H A D | _codec_base.md | 228 …e](#oh_temporalgopreferencemode-1) { <br>ADJACENT_REFERENCE = 0, <br>JUMP_REFERENCE = 1, <br>UNIFO… 1336 | JUMP_REFERENCE | Refers to the latest LTR frame. |
|