Searched refs:readBool (Results 1 - 25 of 52) sorted by relevance

123

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
H A DSeqParameterSet.java83 .readBool("SPS: constraint_set_0_flag");
85 .readBool("SPS: constraint_set_1_flag");
87 .readBool("SPS: constraint_set_2_flag");
89 .readBool("SPS: constraint_set_3_flag");
100 .readBool("SPS: residual_color_transform_flag");
107 .readBool("SPS: qpprime_y_zero_transform_bypass_flag");
109 .readBool("SPS: seq_scaling_matrix_present_lag");
124 .readBool("SPS: delta_pic_order_always_zero_flag");
139 .readBool("SPS: gaps_in_frame_num_value_allowed_flag");
144 sps.frame_mbs_only_flag = reader.readBool("SP
[all...]
H A DPictureParameterSet.java93 .readBool("PPS: entropy_coding_mode_flag");
95 .readBool("PPS: pic_order_present_flag");
118 .readBool("PPS: slice_group_change_direction_flag");
143 pps.weighted_pred_flag = reader.readBool("PPS: weighted_pred_flag");
151 .readBool("PPS: deblocking_filter_control_present_flag");
153 .readBool("PPS: constrained_intra_pred_flag");
155 .readBool("PPS: redundant_pic_cnt_present_flag");
159 .readBool("PPS: transform_8x8_mode_flag");
161 .readBool("PPS: pic_scaling_matrix_present_flag");
166 .readBool("PP
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkPaintOptionsAndroid.cpp41 fUseFontFallbacks = buffer.readBool();
H A DSkMallocPixelRef.cpp58 if (buffer.readBool()) {
H A DSkPicturePlayback.h134 if (reader.readBool()) {
142 if (reader.readBool()) {
H A DSkOrderedReadBuffer.cpp72 bool SkOrderedReadBuffer::readBool() { function in class:SkOrderedReadBuffer
73 return fReader.readBool();
183 if (this->readBool()) {
H A DSkBuffer.h75 bool readBool() { return this->readU8() != 0; } function in class:SkRBuffer
H A DSkOrderedReadBuffer.h42 virtual bool readBool() SK_OVERRIDE;
H A DSkPixelRef.cpp104 fIsImmutable = buffer.readBool();
H A DSkShader.cpp25 if (buffer.readBool()) {
222 fInheritColor = b.readBool();
/external/skia/src/core/
H A DSkPaintOptionsAndroid.cpp39 fUseFontFallbacks = buffer.readBool();
H A DSkMallocPixelRef.cpp58 if (buffer.readBool()) {
H A DSkPicturePlayback.h134 if (reader.readBool()) {
142 if (reader.readBool()) {
H A DSkOrderedReadBuffer.cpp72 bool SkOrderedReadBuffer::readBool() { function in class:SkOrderedReadBuffer
73 return fReader.readBool();
183 if (this->readBool()) {
H A DSkBuffer.h75 bool readBool() { return this->readU8() != 0; } function in class:SkRBuffer
H A DSkOrderedReadBuffer.h42 virtual bool readBool() SK_OVERRIDE;
H A DSkPixelRef.cpp104 fIsImmutable = buffer.readBool();
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H A DH264TrackImpl.java480 field_pic_flag = reader.readBool("SliceHeader: field_pic_flag");
482 bottom_field_flag = reader.readBool("SliceHeader: bottom_field_flag");
650 clock_timestamp_flag = reader.readBool("pic_timing SEI: clock_timestamp_flag[" + i + "]");
664 if (reader.readBool("pic_timing SEI: seconds_flag")) {
666 if (reader.readBool("pic_timing SEI: minutes_flag")) {
668 if (reader.readBool("pic_timing SEI: hours_flag")) {
/external/chromium_org/third_party/skia/include/core/
H A DSkReader32.h53 bool readBool() { return this->readInt() != 0; } function in class:SkReader32
/external/chromium_org/third_party/skia/src/effects/
H A DSkMergeImageFilter.cpp157 bool hasModes = buffer.readBool();
/external/chromium_org/third_party/skia/src/images/
H A DSkImageRef.cpp171 fDoDither = buffer.readBool();
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/read/
H A DCAVLCReader.java93 public boolean readBool(String message) throws IOException { method in class:CAVLCReader
/external/skia/include/core/
H A DSkReader32.h53 bool readBool() { return this->readInt() != 0; } function in class:SkReader32
/external/skia/src/effects/
H A DSkMergeImageFilter.cpp157 bool hasModes = buffer.readBool();
/external/skia/src/images/
H A DSkImageRef.cpp174 fDoDither = buffer.readBool();

Completed in 2819 milliseconds

123