HomeSort by relevance Sort by last modified time
    Searched defs:inputChannels (Results 1 - 21 of 21) sorted by null

  /external/skia/src/core/
SkColorLookUpTable.h 22 SkColorLookUpTable(uint8_t inputChannels, const uint8_t limits[]);
24 int inputChannels() const { return fInputChannels; }
29 SkASSERT(dimension >= 0 && dimension < inputChannels());
SkColorSpace_A2B.h 100 , fInputChannels(fCLUT->inputChannels())
140 int inputChannels() const { return fInputChannels; }
SkColorSpace_ICC.cpp 592 static bool load_color_lut(sk_sp<SkColorLookUpTable>* colorLUT, uint32_t inputChannels,
606 for (uint32_t i = 0; i < inputChannels; i++) {
631 *colorLUT = sk_sp<SkColorLookUpTable>(new (memory) SkColorLookUpTable(inputChannels,
741 * @param inputChannels The number of gamma input channels
748 uint8_t inputChannels, const uint8_t* tagSrc, size_t tagLen) {
766 if (inputChannels * alignedTagBytes <= tagLen) {
768 for (uint8_t i = 1; i < inputChannels; ++i) {
783 *gammas = sk_sp<SkGammas>(new (memory) SkGammas(inputChannels));
786 for (uint8_t channel = 0; channel < inputChannels; ++channel) {
792 for (uint8_t channel = 1; channel < inputChannels; ++channel)
    [all...]
  /external/skqp/src/core/
SkColorLookUpTable.h 22 SkColorLookUpTable(uint8_t inputChannels, const uint8_t limits[]);
24 int inputChannels() const { return fInputChannels; }
29 SkASSERT(dimension >= 0 && dimension < inputChannels());
SkColorSpace_A2B.h 100 , fInputChannels(fCLUT->inputChannels())
140 int inputChannels() const { return fInputChannels; }
SkColorSpace_ICC.cpp 592 static bool load_color_lut(sk_sp<SkColorLookUpTable>* colorLUT, uint32_t inputChannels,
606 for (uint32_t i = 0; i < inputChannels; i++) {
631 *colorLUT = sk_sp<SkColorLookUpTable>(new (memory) SkColorLookUpTable(inputChannels,
741 * @param inputChannels The number of gamma input channels
748 uint8_t inputChannels, const uint8_t* tagSrc, size_t tagLen) {
766 if (inputChannels * alignedTagBytes <= tagLen) {
768 for (uint8_t i = 1; i < inputChannels; ++i) {
783 *gammas = sk_sp<SkGammas>(new (memory) SkGammas(inputChannels));
786 for (uint8_t channel = 0; channel < inputChannels; ++channel) {
792 for (uint8_t channel = 1; channel < inputChannels; ++channel)
    [all...]
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
ToGrayFilter.java 69 int inputChannels = getInputFormat("image").getBytesPerSample();
70 if (inputChannels != 4) {
72 inputChannels + "! Channels must be 4!");
  /external/skia/tests/
ColorSpaceXformTest.cpp 268 constexpr int inputChannels = 3;
274 sk_sp<SkColorLookUpTable> colorLUT(new (memory) SkColorLookUpTable(inputChannels, gridPoints));
  /external/skqp/tests/
ColorSpaceXformTest.cpp 268 constexpr int inputChannels = 3;
274 sk_sp<SkColorLookUpTable> colorLUT(new (memory) SkColorLookUpTable(inputChannels, gridPoints));
  /external/aac/libAACenc/include/
aacenc_lib.h 311 FDKmin(encInfo.inputChannels*encInfo.frameLength,
    [all...]
  /external/aac/libSBRenc/src/
sbr_encoder.cpp     [all...]
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java 517 InputChannel[] inputChannels = InputChannel.openInputChannelPair(inputChannelName);
518 nativeRegisterInputChannel(mPtr, inputChannels[0], null, true);
519 inputChannels[0].dispose(); // don't need to retain the Java object reference
520 return inputChannels[1];
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowState.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-o-preview-4-robolectric-0.jar 

Completed in 335 milliseconds