Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/application-dev/media/avcodec/
H A Dvideo-encoding-configuration-typical-scenarios.md79 …OH_AVFormat_SetIntValue(format, OH_MD_KEY_TRANSFER_CHARACTERISTICS, OH_TransferCharacteristic::TRA…
171 …OH_AVFormat_SetIntValue(format, OH_MD_KEY_TRANSFER_CHARACTERISTICS, OH_TransferCharacteristic::TRA…
212 OH_AVFormat_SetIntValue(format, OH_MD_KEY_TRANSFER_CHARACTERISTICS, OH_TransferCharacteristic::TRAN…
H A Dvideo-encoding.md352 … int32_t transfer = static_cast<int32_t>(OH_TransferCharacteristic::TRANSFER_CHARACTERISTIC_BT709);
/ohos5.0/foundation/multimedia/av_codec/interfaces/kits/c/
H A Dnative_avcodec_base.h874 typedef enum OH_TransferCharacteristic { enum
892 } OH_TransferCharacteristic; typedef
/ohos5.0/foundation/multimedia/av_codec/test/unittest/avsource_test/
H A Davsource_hevc_unit_test.cpp71 … {"colorTrans", static_cast<int32_t>(OH_TransferCharacteristic::TRANSFER_CHARACTERISTIC_HLG)},
79 … {"colorTrans", static_cast<int32_t>(OH_TransferCharacteristic::TRANSFER_CHARACTERISTIC_BT709)},
87 …{"colorTrans", static_cast<int32_t>(OH_TransferCharacteristic::TRANSFER_CHARACTERISTIC_UNSPECIFIED…
95 …{"colorTrans", static_cast<int32_t>(OH_TransferCharacteristic::TRANSFER_CHARACTERISTIC_UNSPECIFIED…
103 … {"colorTrans", static_cast<int32_t>(OH_TransferCharacteristic::TRANSFER_CHARACTERISTIC_HLG)},
111 …{"colorTrans", static_cast<int32_t>(OH_TransferCharacteristic::TRANSFER_CHARACTERISTIC_UNSPECIFIED…
119 …{"colorTrans", static_cast<int32_t>(OH_TransferCharacteristic::TRANSFER_CHARACTERISTIC_UNSPECIFIED…
127 … {"colorTrans", static_cast<int32_t>(OH_TransferCharacteristic::TRANSFER_CHARACTERISTIC_HLG)},
/ohos5.0/docs/zh-cn/application-dev/reference/apis-avcodec-kit/
H A D_codec_base.md75 …#oh_md_key_transfer_characteristics) | 视频传递函数的键,值类型为int32_t,请参见[OH_TransferCharacteristic](#oh_tra…
198 | typedef enum [OH_TransferCharacteristic](#oh_transfercharacteristic-1) [OH_TransferCharacteristic
223 | [OH_TransferCharacteristic](#oh_transfercharacteristic-1) {<br/>TRANSFER_CHARACTERISTIC_BT709 = 1…
270 …#oh_md_key_transfer_characteristics) | 视频传递函数的键,值类型为int32_t,请参见[OH_TransferCharacteristic](#oh_tra…
780 ### OH_TransferCharacteristic subsection
783 typedef enum OH_TransferCharacteristic OH_TransferCharacteristic
1322 ### OH_TransferCharacteristic subsection
1325 enum OH_TransferCharacteristic
2247 视频传递函数的键,值类型为int32_t,请参见[OH_TransferCharacteristic](#oh_transfercharacteristic),遵循H.273标准Table3。
H A Dnative__avcodec__base_8h.md51 | typedef enum [OH_TransferCharacteristic](_codec_base.md#oh_transfercharacteristic-1) [OH_Transfer…
73 | [OH_TransferCharacteristic](_codec_base.md#oh_transfercharacteristic-1) {<br/>TRANSFER_CHARACTERI…
124 …#oh_md_key_transfer_characteristics) | 视频传递函数的键,值类型为int32_t,请参见[OH_TransferCharacteristic](_codec_…
/ohos5.0/docs/en/application-dev/reference/apis-avcodec-kit/
H A Dnative__avcodec__base_8h.md51 | typedef enum [OH_TransferCharacteristic](_codec_base.md#oh_transfercharacteristic-1) [OH_Transfer…
73 | [OH_TransferCharacteristic](_codec_base.md#oh_transfercharacteristic-1) {<br>TRANSFER_CHARACTERIS…
124 …r characteristics. The value type is int32_t. For details, see [OH_TransferCharacteristic](_codec_…
H A D_codec_base.md75 …r characteristics. The value type is int32_t. For details, see [OH_TransferCharacteristic](#oh_tra…
198 | typedef enum [OH_TransferCharacteristic](#oh_transfercharacteristic-1) [OH_TransferCharacteristic
223 | [OH_TransferCharacteristic](#oh_transfercharacteristic-1) {<br>TRANSFER_CHARACTERISTIC_BT709 = 1,…
270 …r characteristics. The value type is int32_t. For details, see [OH_TransferCharacteristic](#oh_tra…
829 ### OH_TransferCharacteristic subsection
832 typedef enum OH_TransferCharacteristic OH_TransferCharacteristic
1406 ### OH_TransferCharacteristic subsection
1409 enum OH_TransferCharacteristic
2462 …r characteristics. The value type is int32_t. For details, see [OH_TransferCharacteristic](#oh_tra…
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/muxer/NativeAPI/
H A DNativeAVMuxerParamCheckTest.cpp865 OH_TransferCharacteristic::TRANSFER_CHARACTERISTIC_BT709);
882 OH_TransferCharacteristic::TRANSFER_CHARACTERISTIC_BT709);
/ohos5.0/foundation/multimedia/av_codec/test/unittest/codec_param_checker_test/
H A Dcodec_param_checker_test.cpp728 OH_TransferCharacteristic::TRANSFER_CHARACTERISTIC_LINEAR));
/ohos5.0/docs/en/application-dev/media/avcodec/
H A Dvideo-encoding.md353 … int32_t transfer = static_cast<int32_t>(OH_TransferCharacteristic::TRANSFER_CHARACTERISTIC_BT709);
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/
H A Dfunc_test.cpp199OH_TransferCharacteristic::TRANSFER_CHARACTERISTIC_LINEAR));