Searched refs:OH_TransferCharacteristic (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/docs/zh-cn/application-dev/media/avcodec/ |
H A D | video-encoding-configuration-typical-scenarios.md | 79 …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 D | video-encoding.md | 352 … int32_t transfer = static_cast<int32_t>(OH_TransferCharacteristic::TRANSFER_CHARACTERISTIC_BT709);
|
/ohos5.0/foundation/multimedia/av_codec/interfaces/kits/c/ |
H A D | native_avcodec_base.h | 874 typedef enum OH_TransferCharacteristic { enum 892 } OH_TransferCharacteristic; typedef
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/avsource_test/ |
H A D | avsource_hevc_unit_test.cpp | 71 … {"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.md | 75 …#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 D | native__avcodec__base_8h.md | 51 | 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 D | native__avcodec__base_8h.md | 51 | 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.md | 75 …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 D | NativeAVMuxerParamCheckTest.cpp | 865 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 D | codec_param_checker_test.cpp | 728 OH_TransferCharacteristic::TRANSFER_CHARACTERISTIC_LINEAR));
|
/ohos5.0/docs/en/application-dev/media/avcodec/ |
H A D | video-encoding.md | 353 … 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 D | func_test.cpp | 199 … OH_TransferCharacteristic::TRANSFER_CHARACTERISTIC_LINEAR));
|