struc              35 platform/generic/movie_rec.c void  set_quality(int *struc){ // struc: addr of fw struct on stack
struc              36 platform/generic/movie_rec.c     int low = *(struc+BR_LOW_OFS/4);
struc              37 platform/generic/movie_rec.c     int mid = *(struc+BR_MID_OFS/4);
struc              38 platform/generic/movie_rec.c     int hgh = *(struc+BR_HI_OFS/4);
struc              64 platform/generic/movie_rec.c         *(struc+BR_LOW_OFS/4) = low;
struc              65 platform/generic/movie_rec.c         *(struc+BR_MID_OFS/4) = mid;
struc              66 platform/generic/movie_rec.c         *(struc+BR_HI_OFS/4) = hgh;