Searched refs:readBool (Results 1 - 25 of 66) 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/effects/
H A DSkPictureImageFilter.cpp37 if (buffer.readBool()) {
41 buffer.validate(!buffer.readBool());
52 if (buffer.readBool()) {
56 buffer.validate(!buffer.readBool());
H A DSkMergeImageFilter.cpp117 bool hasModes = buffer.readBool();
147 bool hasModes = buffer.readBool();
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DBinaryStream.h48 bool readBool() function in class:gl::BinaryInputStream
55 void readBool(bool *outValue) function in class:gl::BinaryInputStream
57 *outValue = readBool();
/external/skia/src/core/
H A DSkPaintOptionsAndroid.cpp40 fUseFontFallbacks = buffer.readBool();
H A DSkReadBuffer.cpp89 bool SkReadBuffer::readBool() { function in class:SkReadBuffer
90 return fReader.readBool();
199 if (this->readBool()) {
H A DSkValidatingReadBuffer.h29 virtual bool readBool() SK_OVERRIDE;
H A DSkBuffer.h78 bool readBool(bool* x) { function in class:SkRBuffer
H A DSkPicturePlayback.h223 if (reader.readBool()) {
231 if (reader.readBool()) {
H A DSkShader.cpp53 if (buffer.readBool()) {
267 if (b.readBool()) {
H A DSkPicture.cpp353 if (stream->readBool()) {
373 if (buffer.readBool()) {
/external/skia/src/effects/
H A DSkPictureImageFilter.cpp38 if (buffer.readBool()) {
42 buffer.validate(!buffer.readBool());
H A DSkMergeImageFilter.cpp130 bool hasModes = buffer.readBool();
/external/chromium_org/third_party/skia/tools/
H A Dskpinfo.cpp70 if (!stream.readBool()) {
/external/skia/tools/
H A Dskpinfo.cpp72 if (!stream.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/src/core/
H A DSkReadBuffer.cpp87 bool SkReadBuffer::readBool() { function in class:SkReadBuffer
88 return fReader.readBool();
197 if (this->readBool()) {
H A DSkValidatingReadBuffer.h29 virtual bool readBool() SK_OVERRIDE;
H A DSkBuffer.h78 bool readBool(bool* x) { function in class:SkRBuffer
H A DSkReader32.h53 bool readBool() { return this->readInt() != 0; } function in class:SkReader32
H A DSkShader.cpp52 if (buffer.readBool()) {
279 if (b.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/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
H A DProgramD3D.cpp58 stream->readBool(&mUsesFragDepth);

Completed in 477 milliseconds

123