HomeSort by relevance Sort by last modified time
    Searched refs:readBool (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
SeqParameterSet.java 83 .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("SPS: frame_mbs_only_flag")
    [all...]
PictureParameterSet.java 93 .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("PPS: pic_scaling_list_present_flag")
    [all...]
  /external/skia/src/core/
SkValidatingReadBuffer.h 29 bool readBool() override;
SkReadBuffer.cpp 89 bool SkReadBuffer::readBool() {
90 return fReader.readBool();
199 if (this->readBool()) {
SkBuffer.h 79 bool readBool(bool* x) {
SkPicture.cpp 160 if (!InternalOnly_StreamIsSKP(stream, &info) || !stream->readBool()) {
170 if (!InternalOnly_BufferIsSKP(&buffer, &info) || !buffer.readBool()) {
SkReadBuffer.h 105 virtual bool readBool();
SkReader32.h 53 bool readBool() { return this->readInt() != 0; }
SkLightingShader.cpp 563 bool hasDiffLocalM = buf.readBool();
571 bool hasNormLocalM = buf.readBool();
595 bool isAmbient = buf.readBool();
SkPictureShader.cpp 131 buffer.validate(!buffer.readBool());
135 buffer.readBool()) {
SkValidatingReadBuffer.cpp 58 bool SkValidatingReadBuffer::readBool() {
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H264TrackImpl.java 480 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/skia/tools/
skpinfo.cpp 71 if (!stream.readBool()) {
  /frameworks/native/libs/gui/
OccupancyTracker.cpp 60 return parcel->readBool(&usedThirdBuffer);
IConsumerListener.cpp 85 result = reply.readBool(&found);
  /external/skia/src/effects/
SkPictureImageFilter.cpp 43 buffer.validate(!buffer.readBool());
45 if (buffer.readBool()) {
SkMergeImageFilter.cpp 133 bool hasModes = buffer.readBool();
SkArithmeticMode.cpp 62 const bool enforcePMColor = buffer.readBool();
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/read/
CAVLCReader.java 93 public boolean readBool(String message) throws IOException {
  /system/bt/service/common/bluetooth/binder/
IBluetoothLowEnergyCallback.cpp 62 bool connected = data.readBool();
IBluetoothLowEnergy.cpp 71 bool is_direct = data.readBool();
IBluetooth.cpp 84 bool start_restricted = data.readBool();
  /external/skia/include/core/
SkStream.h 95 bool readBool() { return this->readU8() != 0; }
  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
CodedInputByteBufferNano.java 183 public boolean readBool() throws IOException {
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedInputStreamMicro.java 191 public boolean readBool() throws IOException {

Completed in 779 milliseconds

1 2 3