Searched refs:bytesPerSampleOf (Results 1 – 3 of 3) sorted by relevance
89 return mBytesPerSample / bytesPerSampleOf(mBaseType); in getValuesPerSample()312 public static int bytesPerSampleOf(int baseType) { in bytesPerSampleOf() method in FrameFormat422 mBytesPerSample = bytesPerSampleOf(mBaseType); in initDefaults()
40 mBytesPerSample = bytesPerSampleOf(baseType); in setBaseType()
15367 Landroid/filterfw/core/FrameFormat;->bytesPerSampleOf(I)I