HomeSort by relevance Sort by last modified time
    Searched refs:ResolutionType (Results 1 - 25 of 33) sorted by null

1 2

  /frameworks/av/media/libstagefright/wifi-display/
VideoFormats.h 60 enum ResolutionType {
67 void setNativeResolution(ResolutionType type, size_t index);
68 void getNativeResolution(ResolutionType *type, size_t *index) const;
73 ResolutionType type, size_t index,
77 ResolutionType type, size_t index, bool enabled = true);
79 bool isResolutionEnabled(ResolutionType type, size_t index) const;
82 ResolutionType type, size_t index,
86 ResolutionType type, size_t index,
90 ResolutionType type, size_t index,
105 ResolutionType *chosenType
    [all...]
VideoFormats.cpp 146 void VideoFormats::setNativeResolution(ResolutionType type, size_t index) {
157 ResolutionType *type, size_t *index) const {
182 ResolutionType type, size_t index,
194 if (GetConfiguration((ResolutionType)i, j,
197 setResolutionEnabled((ResolutionType)i, j);
198 setProfileLevel((ResolutionType)i, j, profile, level);
205 ResolutionType type, size_t index, bool enabled) {
221 ResolutionType type, size_t index,
231 ResolutionType type, size_t index,
262 ResolutionType type, size_t index) const
    [all...]
  /hardware/intel/common/utils/media_resource_manager/include/
MediaResourceArbitrator.h 50 } ResolutionType;
71 ResolutionType resolution;
124 /* in */ ResolutionType resolution,
131 ResolutionType resolution,
159 KeyedVector <const char*, ResolutionType> mResolutionNameTypeMap;
176 ResolutionType MapResolutionTypeFromName(const char* name);
OMX_adaptor.h 38 ResolutionType resolution;
  /frameworks/av/media/libstagefright/wifi-display/source/
PlaybackSession.h 57 VideoFormats::ResolutionType videoResolutionType,
138 VideoFormats::ResolutionType videoResolutionType,
154 VideoFormats::ResolutionType videoResolutionType,
WifiDisplaySource.h 138 VideoFormats::ResolutionType mChosenVideoResolutionType;
PlaybackSession.cpp 382 VideoFormats::ResolutionType videoResolutionType,
883 VideoFormats::ResolutionType videoResolutionType,
1024 VideoFormats::ResolutionType videoResolutionType,
  /hardware/intel/common/utils/media_resource_manager/omx_adaptor/
OMX_adaptor.h 38 ResolutionType resolution;
OMX_adaptor.cpp 164 ResolutionType resolution = Resolution_CIF;
  /hardware/intel/common/utils/media_resource_manager/arbitrator/
MediaResourceArbitrator.cpp 73 /* in */ ResolutionType resolution,
132 ResolutionType resolution,
334 ResolutionType MediaResourceArbitrator::
382 ResolutionType resolutionType;
389 resolutionType = (ResolutionType)j;
395 codecLimitInfo.codecInfo.resolution = resolutionType;
408 resolutionType = (ResolutionType)j
    [all...]
  /external/ImageMagick/MagickCore/
image.h 97 } ResolutionType;
200 ResolutionType
397 ResolutionType
constitute.c 656 next->units=(ResolutionType) (StringToLong(value)-1);
    [all...]
image.c     [all...]
property.c     [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Options.h 183 void resolutionUnits(const ResolutionType resolutionUnits_);
184 ResolutionType resolutionUnits(void) const;
Image.h 394 void resolutionUnits(const ResolutionType resolutionUnits_);
395 ResolutionType resolutionUnits(void) const;
    [all...]
STL.h     [all...]
Include.h     [all...]
  /external/ImageMagick/MagickWand/
magick-image.h 286 MagickSetImageUnits(MagickWand *,const ResolutionType),
371 extern WandExport ResolutionType
  /external/ImageMagick/scripts/
format_c_api_docs 170 ResolutionType => 'types.html#ResolutionType',
  /external/ImageMagick/Magick++/lib/
Options.cpp 509 void Magick::Options::resolutionUnits(const ResolutionType resolutionUnits_)
514 Magick::ResolutionType Magick::Options::resolutionUnits(void) const
STL.cpp     [all...]
Image.cpp 1333 const Magick::ResolutionType resolutionUnits_)
1340 Magick::ResolutionType Magick::Image::resolutionUnits(void) const
1342 return(static_cast<Magick::ResolutionType>(constImage()->units));
    [all...]
  /external/ImageMagick/coders/
mpc.c 731 image->units=(ResolutionType) units;
    [all...]
miff.c     [all...]

Completed in 605 milliseconds

1 2