Searched refs:writeBool (Results 1 - 25 of 48) sorted by relevance

12

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
H A DSeqParameterSet.java314 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_fla
[all...]
H A DPictureParameterSet.java194 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/chromium_org/third_party/skia/src/core/
H A DSkPaintOptionsAndroid.cpp31 buffer.writeBool(fUseFontFallbacks);
H A DSkOrderedWriteBuffer.cpp48 void SkOrderedWriteBuffer::writeBool(bool value) { function in class:SkOrderedWriteBuffer
49 fWriter.writeBool(value);
168 this->writeBool(useBitmapHeap);
H A DSkMallocPixelRef.cpp134 buffer.writeBool(fCTable != NULL);
H A DSkPicture.cpp354 stream->writeBool(true);
361 stream->writeBool(false);
H A DSkBuffer.h160 void writeBool(bool x) { this->write8(x); } function in class:SkWBuffer
H A DSkOrderedWriteBuffer.h50 virtual void writeBool(bool value) SK_OVERRIDE;
H A DSkShader.cpp38 buffer.writeBool(hasLocalM);
228 buffer.writeBool(fInheritColor);
H A DSkImageFilter.cpp85 buffer.writeBool(input != NULL);
H A DSkPixelRef.cpp165 buffer.writeBool(fIsImmutable);
/external/skia/src/core/
H A DSkPaintOptionsAndroid.cpp31 buffer.writeBool(fUseFontFallbacks);
H A DSkOrderedWriteBuffer.cpp48 void SkOrderedWriteBuffer::writeBool(bool value) { function in class:SkOrderedWriteBuffer
49 fWriter.writeBool(value);
168 this->writeBool(useBitmapHeap);
H A DSkMallocPixelRef.cpp134 buffer.writeBool(fCTable != NULL);
H A DSkPicture.cpp354 stream->writeBool(true);
361 stream->writeBool(false);
H A DSkBuffer.h160 void writeBool(bool x) { this->write8(x); } function in class:SkWBuffer
H A DSkOrderedWriteBuffer.h50 virtual void writeBool(bool value) SK_OVERRIDE;
H A DSkShader.cpp38 buffer.writeBool(hasLocalM);
228 buffer.writeBool(fInheritColor);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/write/
H A DCAVLCWriter.java73 public void writeBool(boolean value, String string) throws IOException { method in class:CAVLCWriter
/external/chromium_org/third_party/skia/src/effects/
H A DSkMergeImageFilter.cpp154 buffer.writeBool(fModes != NULL);
/external/chromium_org/third_party/skia/src/images/
H A DSkImageRef.cpp179 buffer.writeBool(fDoDither);
/external/skia/src/effects/
H A DSkMergeImageFilter.cpp154 buffer.writeBool(fModes != NULL);
/external/skia/src/images/
H A DSkImageRef.cpp191 buffer.writeBool(fDoDither);
/external/chromium_org/third_party/skia/include/core/
H A DSkFlattenableBuffers.h180 virtual void writeBool(bool value) = 0;
H A DSkWriter32.h74 bool writeBool(bool value) { function in class:SkWriter32

Completed in 452 milliseconds

12