/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/ |
D | SeqParameterSet.java | 83 .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 …]
|
D | PictureParameterSet.java | 93 .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/ |
D | SkLights.cpp | 26 bool isPoint = buf.readBool(); in MakeFromBuffer() 39 bool hasShadowMap = buf.readBool(); in MakeFromBuffer() 46 bool isRadial = buf.readBool(); in MakeFromBuffer()
|
D | SkReadBuffer.cpp | 110 bool SkReadBuffer::readBool() { in readBool() function in SkReadBuffer 111 return fReader.readBool(); in readBool() 231 if (this->readBool()) { in readBitmapAsImage()
|
D | SkPicture.cpp | 157 if (!InternalOnly_StreamIsSKP(stream, &info) || !stream->readBool()) { in MakeFromStream() 167 if (!InternalOnly_BufferIsSKP(&buffer, &info) || !buffer.readBool()) { in MakeFromBuffer()
|
D | SkValidatingReadBuffer.h | 32 bool readBool() override;
|
D | SkReader32.h | 53 bool readBool() { return this->readInt() != 0; } in readBool() function
|
D | SkReadBuffer.h | 118 virtual bool readBool();
|
D | SkValidatingReadBuffer.cpp | 60 bool SkValidatingReadBuffer::readBool() { in readBool() function in SkValidatingReadBuffer
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/ |
D | H264TrackImpl.java | 480 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/ |
D | GPBCodedInputStream.h | 86 - (BOOL)readBool;
|
/external/skia/src/effects/ |
D | SkPictureImageFilter.cpp | 67 buffer.validate(!buffer.readBool()); in CreateProc() 69 if (buffer.readBool()) { in CreateProc()
|
D | SkMergeImageFilter.cpp | 120 bool hasModes = buffer.readBool(); in CreateProc()
|
D | SkHighContrastFilter.cpp | 143 config.fGrayscale = buffer.readBool(); in CreateProc()
|
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/ |
D | CodedInputByteBufferNano.java | 183 public boolean readBool() throws IOException { in readBool() method in CodedInputByteBufferNano 676 return readBool(); in readPrimitiveField()
|
/external/skia/tools/ |
D | skpinfo.cpp | 89 if (!stream.readBool()) { in main()
|
/external/protobuf/js/binary/ |
D | reader.js | 495 return this.readBool(); 834 jspb.BinaryReader.prototype.readBool = function() { method in jspb.BinaryReader 1096 return this.readPackedField_(this.decoder_.readBool);
|
D | reader_test.js | 176 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/ |
D | CAVLCReader.java | 93 public boolean readBool(String message) throws IOException { in readBool() method in CAVLCReader
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | WireFormat.java | 231 case BOOL : return input.readBool (); in readPrimitiveField()
|
/external/skia/src/shaders/ |
D | SkLightingShader.cpp | 417 bool hasLocalMatrix = buf.readBool(); in CreateProc() 424 bool hasDiffuse = buf.readBool(); in CreateProc()
|
D | SkPictureShader.cpp | 167 buffer.validate(!buffer.readBool()); in CreateProc() 169 bool didSerialize = buffer.readBool(); in CreateProc()
|
D | SkColorShader.cpp | 138 if (buffer.readBool()) { in CreateProc()
|
/external/skia/src/shaders/gradients/ |
D | SkTwoPointConicalGradient.cpp | 62 if (buffer.readBool()) { // flipped in CreateProc()
|
/external/skia/include/core/ |
D | SkStream.h | 94 bool readBool() { return this->readU8() != 0; } in readBool() function
|