Searched refs:playerType (Results 1 – 3 of 3) sorted by relevance
47 public PlayerBuilder setPlayerType(int playerType) { in setPlayerType() argument48 mType = playerType; in setPlayerType()79 int playerType = mType & TYPE_MASK; in build() local80 switch (playerType) { in build()
90 int playerType = mType & TYPE_MASK; in build() local91 switch (playerType) { in build()
160 public int buildStreams(int playerType, int recorderType) { in buildStreams() argument182 if ((playerType & BuilderBase.TYPE_MASK) != BuilderBase.TYPE_NONE) { in buildStreams()184 mNumPlayerBurstFrames = StreamBase.getNumBurstFrames(playerType); in buildStreams()186 .setPlayerType(playerType) in buildStreams()