OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maskWidth
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
BackDropperFilter.java
575
int
maskWidth
= (int)Math.pow(2, mMaskWidthExp);
577
mMaskFormat.setDimensions(
maskWidth
, maskHeight);
584
int memWidth = Math.max(
maskWidth
, (int)Math.pow(2, widthExp));
590
Log.v(TAG, "Mask frames size " +
maskWidth
+ " x " + maskHeight);
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
[
all
...]
Completed in 318 milliseconds