Advertisement
Guest User

Untitled

a guest
Oct 9th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. if ((flags & kHardwareCodecsOnly) && isSoftwareCodec(componentName)) {
  2. ALOGV("skipping SW codec '%s'", componentName.c_str());
  3. } else {
  4. matches->push(componentName);
  5. ALOGV("matching '%s'", componentName.c_str());
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement