Home
last modified time | relevance | path

Searched refs:MB_SIZE (Results 1 – 2 of 2) sorted by relevance

/system/extras/f2fs_utils/
Dmkf2fsuserimg.sh186 MB_SIZE=`echo "$SLOAD_LOG" | grep "Max image size" | awk '{print $5}'`
187 SIZE=$(((MB_SIZE + 6) * 1024 * 1024))
/system/cros-codecs/src/codec/h264/
Dparser.rs1048 const MB_SIZE: u32 = 16; in resolution() constant
1050 let mb_width = (width + MB_SIZE - 1) / MB_SIZE; in resolution()
1051 let mb_height = (height + MB_SIZE - 1) / MB_SIZE; in resolution()
1056 let compressed_width = mb_width * MB_SIZE; in resolution()
1057 let compressed_height = mb_height * MB_SIZE; in resolution()