Home | History | Annotate | Download | only in videoencoder

Lines Matching full:awidth

1025             uint32_t AWidth = (mComParams.resolution.width + 0xf) & (~0xf);
1026 avcSeqParams.frame_crop_right_offset = ( AWidth - mComParams.resolution.width ) / 2;