Home
last modified time | relevance | path

Searched refs:widthStride (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/media/avcodec/
H A Dvideo-encoding.md180 int32_t widthStride = 0;
691 OH_AVFormat_GetIntValue(format, OH_MD_KEY_VIDEO_STRIDE, &widthStride);
799 - widthStride: 获取到的buffer数据的跨距。
808 if (widthStride == width) {
H A Dvideo-decoding.md180 int32_t widthStride = 0;
299 …face模式下,内部数据默认是走HEBC(High Efficiency Bandwidth Compression,高效带宽压缩),无法获取到widthStride和heightStride的值。
784 OH_AVFormat_GetIntValue(format, OH_MD_KEY_VIDEO_STRIDE, &widthStride);
811 OH_AVFormat_GetIntValue(format, OH_MD_KEY_VIDEO_STRIDE, &widthStride);
/ohos5.0/drivers/peripheral/codec/interfaces/include/
H A Dcodec_type.h357 int32_t widthStride; /**< Image width stride. */ member
/ohos5.0/docs/en/application-dev/media/avcodec/
H A Dvideo-encoding.md180 int32_t widthStride = 0;
692 OH_AVFormat_GetIntValue(format, OH_MD_KEY_VIDEO_STRIDE, &widthStride);
800 - **widthStride**: stride of the obtained buffer data.
809 if (widthStride == width) {
H A Dvideo-decoding.md180 int32_t widthStride = 0;
301 …fficiency Bandwidth Compression (HEBC) by default, and the values of **widthStride** and **heightS…
787 OH_AVFormat_GetIntValue(format, OH_MD_KEY_VIDEO_STRIDE, &widthStride);
814 OH_AVFormat_GetIntValue(format, OH_MD_KEY_VIDEO_STRIDE, &widthStride);