Home
last modified time | relevance | path

Searched refs:readBool (Results 1 – 25 of 37) sorted by relevance

12

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
DSeqParameterSet.java83 .readBool("SPS: constraint_set_0_flag"); in read()
85 .readBool("SPS: constraint_set_1_flag"); in read()
87 .readBool("SPS: constraint_set_2_flag"); in read()
89 .readBool("SPS: constraint_set_3_flag"); in read()
100 .readBool("SPS: residual_color_transform_flag"); in read()
107 .readBool("SPS: qpprime_y_zero_transform_bypass_flag"); in read()
109 .readBool("SPS: seq_scaling_matrix_present_lag"); in read()
124 .readBool("SPS: delta_pic_order_always_zero_flag"); in read()
139 .readBool("SPS: gaps_in_frame_num_value_allowed_flag"); in read()
144 sps.frame_mbs_only_flag = reader.readBool("SPS: frame_mbs_only_flag"); in read()
[all …]
DPictureParameterSet.java93 .readBool("PPS: entropy_coding_mode_flag"); in read()
95 .readBool("PPS: pic_order_present_flag"); in read()
118 .readBool("PPS: slice_group_change_direction_flag"); in read()
143 pps.weighted_pred_flag = reader.readBool("PPS: weighted_pred_flag"); in read()
151 .readBool("PPS: deblocking_filter_control_present_flag"); in read()
153 .readBool("PPS: constrained_intra_pred_flag"); in read()
155 .readBool("PPS: redundant_pic_cnt_present_flag"); in read()
159 .readBool("PPS: transform_8x8_mode_flag"); in read()
161 .readBool("PPS: pic_scaling_matrix_present_flag"); in read()
166 .readBool("PPS: pic_scaling_list_present_flag"); in read()
/external/skia/src/core/
DSkLights.cpp26 bool isPoint = buf.readBool(); in MakeFromBuffer()
39 bool hasShadowMap = buf.readBool(); in MakeFromBuffer()
46 bool isRadial = buf.readBool(); in MakeFromBuffer()
DSkReadBuffer.cpp110 bool SkReadBuffer::readBool() { in readBool() function in SkReadBuffer
111 return fReader.readBool(); in readBool()
231 if (this->readBool()) { in readBitmapAsImage()
DSkPicture.cpp157 if (!InternalOnly_StreamIsSKP(stream, &info) || !stream->readBool()) { in MakeFromStream()
167 if (!InternalOnly_BufferIsSKP(&buffer, &info) || !buffer.readBool()) { in MakeFromBuffer()
DSkValidatingReadBuffer.h32 bool readBool() override;
DSkReader32.h53 bool readBool() { return this->readInt() != 0; } in readBool() function
DSkReadBuffer.h118 virtual bool readBool();
DSkValidatingReadBuffer.cpp60 bool SkValidatingReadBuffer::readBool() { in readBool() function in SkValidatingReadBuffer
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
DH264TrackImpl.java480 field_pic_flag = reader.readBool("SliceHeader: field_pic_flag"); in SliceHeader()
482 bottom_field_flag = reader.readBool("SliceHeader: bottom_field_flag"); in SliceHeader()
650 … clock_timestamp_flag = reader.readBool("pic_timing SEI: clock_timestamp_flag[" + i + "]"); in SEIMessage()
664 if (reader.readBool("pic_timing SEI: seconds_flag")) { in SEIMessage()
666 … if (reader.readBool("pic_timing SEI: minutes_flag")) { in SEIMessage()
668 … if (reader.readBool("pic_timing SEI: hours_flag")) { in SEIMessage()
/external/protobuf/objectivec/
DGPBCodedInputStream.h86 - (BOOL)readBool;
/external/skia/src/effects/
DSkPictureImageFilter.cpp67 buffer.validate(!buffer.readBool()); in CreateProc()
69 if (buffer.readBool()) { in CreateProc()
DSkMergeImageFilter.cpp120 bool hasModes = buffer.readBool(); in CreateProc()
DSkHighContrastFilter.cpp143 config.fGrayscale = buffer.readBool(); in CreateProc()
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
DCodedInputByteBufferNano.java183 public boolean readBool() throws IOException { in readBool() method in CodedInputByteBufferNano
676 return readBool(); in readPrimitiveField()
/external/skia/tools/
Dskpinfo.cpp89 if (!stream.readBool()) { in main()
/external/protobuf/js/binary/
Dreader.js495 return this.readBool();
834 jspb.BinaryReader.prototype.readBool = function() { method in jspb.BinaryReader
1096 return this.readPackedField_(this.decoder_.readBool);
Dreader_test.js176 assertThrows(function() {reader.readBool()});
328 assertNotNull(jspb.BinaryReader.prototype.readBool);
356 jspb.BinaryReader.prototype.readBool,
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/read/
DCAVLCReader.java93 public boolean readBool(String message) throws IOException { in readBool() method in CAVLCReader
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DWireFormat.java231 case BOOL : return input.readBool (); in readPrimitiveField()
/external/skia/src/shaders/
DSkLightingShader.cpp417 bool hasLocalMatrix = buf.readBool(); in CreateProc()
424 bool hasDiffuse = buf.readBool(); in CreateProc()
DSkPictureShader.cpp167 buffer.validate(!buffer.readBool()); in CreateProc()
169 bool didSerialize = buffer.readBool(); in CreateProc()
DSkColorShader.cpp138 if (buffer.readBool()) { in CreateProc()
/external/skia/src/shaders/gradients/
DSkTwoPointConicalGradient.cpp62 if (buffer.readBool()) { // flipped in CreateProc()
/external/skia/include/core/
DSkStream.h94 bool readBool() { return this->readU8() != 0; } in readBool() function

12