Searched refs:subsample (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/docs/zh-cn/application-dev/reference/apis-avcodec-kit/ |
H A D | _multimedia___drm.md | 48 …drmcencinfomode) [DrmCencInfoMode](#drmcencinfomode) | 枚举类型,表示cencInfo中keyId/iv/subsample信息是否设置。 | 57 …<br/>DRM_CENC_INFO_KEY_IV_SUBSAMPLES_NOT_SET = 0x1 } | 枚举类型,表示cencInfo中keyId/iv/subsample信息是否设置。 | 139 枚举类型,表示cencInfo中keyId/iv/subsample信息是否设置。 216 枚举类型,表示cencInfo中keyId/iv/subsample信息是否设置。 222 | DRM_CENC_INFO_KEY_IV_SUBSAMPLES_SET | keyId/iv/subsample信息已设置。 | 223 | DRM_CENC_INFO_KEY_IV_SUBSAMPLES_NOT_SET | keyId/iv/subsample信息未设置。 | 393 | mode | cencInfo模式,指示是否设置了keyId/iv/subsample。 |
|
H A D | native__cencinfo_8h.md | 41 …mCencInfoMode](_multimedia___drm.md#drmcencinfomode) | 枚举类型,表示cencInfo中keyId/iv/subsample信息是否设置。 | 50 …<br/>DRM_CENC_INFO_KEY_IV_SUBSAMPLES_NOT_SET = 0x1 } | 枚举类型,表示cencInfo中keyId/iv/subsample信息是否设置。 |
|
/ohos5.0/docs/en/application-dev/reference/apis-avcodec-kit/ |
H A D | _multimedia___drm.md | 29 | struct [DrmSubsample](_drm_subsample.md) | Describes the subsample type.| 48 …fomode) | Defines an enum for the modes for setting the key ID, IV, and subsample in the CENC info… 49 …mple](_drm_subsample.md) [DrmSubsample](#drmsubsample) | Defines a struct for the subsample type.| 57 …_NOT_SET = 0x1 } | Enumerates the modes for setting the key ID, IV, and subsample in the CENC info… 139 Defines an enum for the modes for setting the key ID, IV, and subsample in the CENC information. 152 Defines a struct for the subsample type. 216 Enumerates the modes for setting the key ID, IV, and subsample in the CENC information. 222 | DRM_CENC_INFO_KEY_IV_SUBSAMPLES_SET | The key ID, IV, and subsample are set.| 223 | DRM_CENC_INFO_KEY_IV_SUBSAMPLES_NOT_SET | The key ID, IV, and subsample are not set.| 393 | mode | CENC information mode, indicating whether the key ID, IV, and subsample are set.| [all …]
|
H A D | native__cencinfo_8h.md | 22 | struct [DrmSubsample](_drm_subsample.md) | Describes the subsample type.| 41 …fomode) | Defines an enum for the modes for setting the key ID, IV, and subsample information in t… 42 ….md) [DrmSubsample](_multimedia___drm.md#drmsubsample) | Defines a struct for the subsample type.| 50 …_NOT_SET = 0x1 } | Enumerates the modes for setting the key ID, IV, and subsample information in t… 61 …sampleCount, [DrmSubsample](_drm_subsample.md) \*subsamples) | Sets the subsample information in t…
|
H A D | _drm_subsample.md | 6 The **DrmSubsample** struct describes the subsample type.
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/drm/ |
H A D | _crypto_info.md | 24 | struct [SubSample](_sub_sample.md)[] [subSamples](#subsamples) | 加密subsample。 | 67 加密subsample。
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/jpeg_yuv_decoder/ |
H A D | jpeg_decoder_yuv.cpp | 216 uint32_t JpegDecoderYuv::GetJpegDecompressedYuvSize(uint32_t width, uint32_t height, int subsample) in GetJpegDecompressedYuvSize() argument 223 if (subsample == TJSAMP_GRAY && i != YCOM) { in GetJpegDecompressedYuvSize() 226 unsigned long planesize = tjPlaneSizeYUV(i, width, 0, height, subsample); in GetJpegDecompressedYuvSize()
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/jpeg_yuv_decoder/ |
H A D | jpeg_decoder_yuv.h | 117 static uint32_t GetJpegDecompressedYuvSize(uint32_t width, uint32_t height, int subsample);
|