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

1 2

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
SeqParameterSet.java 314 writer.writeBool(constraint_set_0_flag, "SPS: constraint_set_0_flag");
315 writer.writeBool(constraint_set_1_flag, "SPS: constraint_set_1_flag");
316 writer.writeBool(constraint_set_2_flag, "SPS: constraint_set_2_flag");
317 writer.writeBool(constraint_set_3_flag, "SPS: constraint_set_3_flag");
326 writer.writeBool(residual_color_transform_flag,
331 writer.writeBool(qpprime_y_zero_transform_bypass_flag,
333 writer.writeBool(scalingMatrix != null, "SPS: ");
337 writer.writeBool(
344 writer.writeBool(
361 writer.writeBool(delta_pic_order_always_zero_flag
    [all...]
PictureParameterSet.java 194 writer.writeBool(entropy_coding_mode_flag,
196 writer.writeBool(pic_order_present_flag, "PPS: pic_order_present_flag");
214 writer.writeBool(slice_group_change_direction_flag,
236 writer.writeBool(weighted_pred_flag, "PPS: weighted_pred_flag");
241 writer.writeBool(deblocking_filter_control_present_flag,
243 writer.writeBool(constrained_intra_pred_flag,
245 writer.writeBool(redundant_pic_cnt_present_flag,
248 writer.writeBool(extended.transform_8x8_mode_flag,
250 writer.writeBool(extended.scalindMatrix != null,
257 .writeBool(
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/write/
CAVLCWriter.java 73 public void writeBool(boolean value, String string) throws IOException {
  /external/skia/src/core/
SkWriteBuffer.cpp 47 void SkWriteBuffer::writeBool(bool value) {
48 fWriter.writeBool(value);
171 this->writeBool(useBitmapHeap);
SkBuffer.h 160 void writeBool(bool x) { this->write8(x); }
SkPicture.cpp 416 stream->writeBool(true);
419 stream->writeBool(false);
434 buffer.writeBool(true);
437 buffer.writeBool(false);
SkShader.cpp 58 buffer.writeBool(hasLocalM);
SkPictureRecord.cpp     [all...]
SkImageFilter.cpp 163 buffer.writeBool(input != NULL);
SkBitmap.cpp     [all...]
SkPaint.cpp     [all...]
  /external/skia/include/core/
SkWriteBuffer.h 52 void writeBool(bool value);
SkStream.h 211 bool writeBool(bool v) { return this->write8(v); }
SkWriter32.h 94 bool writeBool(bool value) {
  /external/skia/src/effects/
SkPictureImageFilter.cpp 76 buffer.writeBool(false);
81 buffer.writeBool(hasPicture);
SkMergeImageFilter.cpp 137 buffer.writeBool(fModes != NULL);
SkArithmeticMode.cpp 53 buffer.writeBool(fEnforcePMColor);
SkLayerDrawLooper.cpp 213 buffer.writeBool(rec->fInfo.fPostTranslate);
SkMatrixConvolutionImageFilter.cpp 113 buffer.writeBool(fConvolveAlpha);
  /external/skia/src/effects/gradients/
SkGradientShader.cpp 17 buffer.writeBool(true);
20 buffer.writeBool(false);
25 buffer.writeBool(true);
28 buffer.writeBool(false);
    [all...]
SkTwoPointConicalGradient.cpp 385 buffer.writeBool(fFlippedGrad);
  /external/protobuf/java/src/main/java/com/google/protobuf/micro/
CodedOutputStreamMicro.java 169 public void writeBool(final int fieldNumber, final boolean value)
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
CodedOutputStream.java 217 public void writeBool(final int fieldNumber, final boolean value)
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
CodedOutputByteBufferNano.java 140 public void writeBool(final int fieldNumber, final boolean value)
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/libprotobuf-java-lite/2.3.0/
libprotobuf-java-lite-2.3.0.jar 

Completed in 1147 milliseconds

1 2