Home | History | Annotate | Download | only in stagefright

Lines Matching refs:setInt32

75         meta->setInt32(kKeyWidth, mWidth);
76 meta->setInt32(kKeyHeight, mHeight);
77 meta->setInt32(kKeyColorFormat, mColorFormat);
287 enc_meta->setInt32("width", width);
288 enc_meta->setInt32("height", height);
289 enc_meta->setInt32("frame-rate", frameRateFps);
290 enc_meta->setInt32("bitrate", bitRateBps);
291 enc_meta->setInt32("stride", width);
292 enc_meta->setInt32("slice-height", height);
293 enc_meta->setInt32("i-frame-interval", iFramesIntervalSeconds);
294 enc_meta->setInt32("color-format", colorFormat);
296 enc_meta->setInt32("level", level);
299 enc_meta->setInt32("profile", profile);