Home | History | Annotate | Download | only in libstagefright

Lines Matching defs:sliceHeight

3765     int32_t sliceHeight;
3766 if (!msg->findInt32("slice-height", &sliceHeight)) {
3767 sliceHeight = height;
3770 video_def->nSliceHeight = sliceHeight;