Searched refs:heightStride (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/drivers/peripheral/codec/interfaces/include/ |
H A D | codec_type.h | 358 int32_t heightStride; /**< Image height stride. */ member
|
/ohos5.0/docs/zh-cn/application-dev/media/avcodec/ |
H A D | video-decoding.md | 182 int32_t heightStride = 0; 299 …face模式下,内部数据默认是走HEBC(High Efficiency Bandwidth Compression,高效带宽压缩),无法获取到widthStride和heightStride的值。 785 OH_AVFormat_GetIntValue(format, OH_MD_KEY_VIDEO_SLICE_HEIGHT, &heightStride); 812 OH_AVFormat_GetIntValue(format, OH_MD_KEY_VIDEO_SLICE_HEIGHT, &heightStride);
|
H A D | video-encoding.md | 182 int32_t heightStride = 0; 692 OH_AVFormat_GetIntValue(format, OH_MD_KEY_VIDEO_SLICE_HEIGHT, &heightStride);
|
/ohos5.0/docs/en/application-dev/media/avcodec/ |
H A D | video-decoding.md | 182 int32_t heightStride = 0; 301 …ompression (HEBC) by default, and the values of **widthStride** and **heightStride** cannot be obt… 788 OH_AVFormat_GetIntValue(format, OH_MD_KEY_VIDEO_SLICE_HEIGHT, &heightStride); 815 OH_AVFormat_GetIntValue(format, OH_MD_KEY_VIDEO_SLICE_HEIGHT, &heightStride);
|
H A D | video-encoding.md | 182 int32_t heightStride = 0; 693 OH_AVFormat_GetIntValue(format, OH_MD_KEY_VIDEO_SLICE_HEIGHT, &heightStride);
|