HomeSort by relevance Sort by last modified time
    Searched full:representationtype (Results 1 - 5 of 5) sorted by null

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/
DTSSpecificBox.java 30 int representationType;
59 representationType = brb.readBits(3);
81 bwb.writeBits(representationType, 3);
171 return representationType;
174 public void setRepresentationType(int representationType) {
175 this.representationType = representationType;
  /external/chromium_org/ui/gfx/image/
image.h 54 enum RepresentationType {
61 typedef std::map<RepresentationType, internal::ImageRep*> RepresentationMap;
156 bool HasRepresentation(RepresentationType type) const;
181 RepresentationType DefaultRepresentationType() const;
186 RepresentationType rep_type, bool must_exist) const;
image.cc 171 // RepresentationType has an ImageRep subclass that is responsible for freeing
177 explicit ImageRep(Image::RepresentationType rep) : type_(rep) {}
205 Image::RepresentationType type() const { return type_; }
212 Image::RepresentationType type_;
367 ImageStorage(Image::RepresentationType default_type)
376 Image::RepresentationType default_representation_type() {
397 Image::RepresentationType default_representation_type_;
715 bool Image::HasRepresentation(RepresentationType type) const {
759 Image::RepresentationType Image::DefaultRepresentationType() const {
765 RepresentationType rep_type, bool must_exist) const
    [all...]
image_unittest_util.h 71 gfx::Image::RepresentationType GetPlatformRepresentationType();
image_unittest_util.cc 199 gfx::Image::RepresentationType GetPlatformRepresentationType() {

Completed in 226 milliseconds