Searched refs:configuredFormat (Results 1 – 1 of 1) sorted by relevance
105 private @Nullable MediaFormat configuredFormat; field in FakeMediaCodecWrapper125 return configuredFormat; in getConfiguredFormat()181 configuredFormat = format; in configure()184 final int width = configuredFormat.getInteger(MediaFormat.KEY_WIDTH); in configure()185 final int height = configuredFormat.getInteger(MediaFormat.KEY_HEIGHT); in configure()191 final int colorFormat = configuredFormat.getInteger(MediaFormat.KEY_COLOR_FORMAT); in configure()