Home
last modified time | relevance | path

Searched refs:colNum (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/engine/common/
H A Dcodec_utils.cpp63 for (int32_t colNum = 0; colNum < height; colNum++) { in WriteYuvDataStride() local
72 for (int32_t colNum = 0; colNum < (height / UV_SCALE_FACTOR); colNum++) { in WriteYuvDataStride() local
78 for (int32_t colNum = 0; colNum < (height / UV_SCALE_FACTOR); colNum++) { in WriteYuvDataStride() local
86 for (int32_t colNum = 0; colNum < (height / UV_SCALE_FACTOR); colNum++) { in WriteYuvDataStride() local
105 for (int32_t colNum = 0; colNum < height; colNum++) { in WriteRgbDataStride() local
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/video_decoder/
H A Dvideo_ffmpeg_decoder_plugin.cpp572 for (uint32_t colNum = 0; colNum < height_; colNum++) { in WriteYuvDataStride() local
578 for (uint32_t colNum = 0; colNum < height_; colNum++) { in WriteYuvDataStride() local
584 for (uint32_t colNum = 0; colNum < height_; colNum++) { in WriteYuvDataStride() local
590 for (uint32_t colNum = 0; colNum < height_; colNum++) { in WriteYuvDataStride() local
596 for (uint32_t colNum = 0; colNum < height_; colNum++) { in WriteYuvDataStride() local
619 for (uint32_t colNum = 0; colNum < height_; colNum++) { in WriteRgbDataStride() local
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/gridobjectsortcomponent/interfaces/
H A Dgridobjectsortcomponent.js129 this.colNum = COL_IMAGE_TEXT;
308 if (s16.colNum !== undefined) {
309 this.colNum = s16.colNum;
795 this.colNum = COL_IMAGE_TEXT;
799 this.colNum = COL_TEXT;
970 let s12 = q12 % this.colNum === 0;
1008 const c12 = this.colNum;
1040 const o11 = this.colNum;
1070 l11 = k11 % this.colNum === 0 ? this.blockWidth * (this.colNum - 1) : -this.blockWidth;
1080 const b11 = this.colNum;
[all …]
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/gridobjectsortcomponent/source/
H A DGridObjectSortComponent.ets161 private colNum: number = COL_IMAGE_TEXT;
245 this.colNum = COL_IMAGE_TEXT;
248 this.colNum = COL_TEXT;
442 let lastColumn: boolean = selectLen % this.colNum === 0;
486 const gridCol: number = this.colNum;
521 const col: number = this.colNum;
552 xNew = index % this.colNum === 0 ? this.blockWidth * (this.colNum - 1) : -this.blockWidth;
564 const col: number = this.colNum;
601 const lastCol: boolean = index % this.colNum === 0;
618 let lastCol: boolean = (index + 1) % this.colNum === 0;
[all …]