HomeSort by relevance Sort by last modified time
    Searched refs:writeBool (Results 1 - 25 of 40) 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/skia/legacy/src/core/
SkMallocPixelRef.cpp 45 buffer.writeBool(true);
48 buffer.writeBool(false);
SkPicture.cpp 223 stream->writeBool(true);
230 stream->writeBool(false);
SkPixelRef.cpp 89 buffer.writeBool(fIsImmutable);
  /external/skia/src/core/
SkMallocPixelRef.cpp 47 buffer.writeBool(fCTable != NULL);
SkBuffer.h 128 void writeBool(bool x) { this->write8(x); }
SkImageFilter.cpp 60 buffer.writeBool(input != NULL);
SkOrderedWriteBuffer.h 43 virtual void writeBool(bool value) SK_OVERRIDE;
SkPixelRef.cpp 96 buffer.writeBool(fIsImmutable);
SkOrderedWriteBuffer.cpp 49 void SkOrderedWriteBuffer::writeBool(bool value) {
50 fWriter.writeBool(value);
SkPicture.cpp 313 stream->writeBool(true);
320 stream->writeBool(false);
SkShader.cpp 41 buffer.writeBool(hasLocalM);
231 buffer.writeBool(fInheritColor);
  /external/webkit/Source/WebKit/android/jni/
ViewStateSerializer.cpp 353 stream->writeBool(layer->shouldInheritFromRootTransform());
365 stream->writeBool(layer->m_haveClip);
366 stream->writeBool(layer->isPositionFixed());
367 stream->writeBool(layer->m_backgroundColorSet);
368 stream->writeBool(layer->isIFrame());
403 stream->writeBool(layer->m_backfaceVisibility);
404 stream->writeBool(layer->m_visible);
406 stream->writeBool(layer->m_preserves3D);
410 stream->writeBool(hasContentsImage);
423 stream->writeBool(hasRecordingPicture)
    [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/legacy/include/core/
SkWriter32.h 47 bool writeBool(bool value) {
SkBuffer.h 128 void writeBool(bool x) { this->write8(x); }
SkStream.h 93 bool writeBool(bool v) { return this->write8(v); }
  /external/skia/include/core/
SkFlattenableBuffers.h 121 virtual void writeBool(bool value) = 0;
SkStream.h 105 bool writeBool(bool v) { return this->write8(v); }
SkWriter32.h 68 bool writeBool(bool value) {
  /external/skia/legacy/src/images/
SkImageRef.cpp 197 buffer.writeBool(fDoDither);
  /external/skia/src/effects/
SkMergeImageFilter.cpp 150 buffer.writeBool(fModes != NULL);
  /external/skia/src/images/
SkImageRef.cpp 186 buffer.writeBool(fDoDither);
  /external/skia/legacy/src/effects/
SkLayerDrawLooper.cpp 206 buffer.writeBool(rec->fInfo.fPostTranslate);

Completed in 364 milliseconds

1 2