Searched refs:Emit2bytes (Results 1 - 1 of 1) sorted by relevance

/external/dng_sdk/source/
H A Ddng_lossless_jpeg.cpp2670 void Emit2bytes (int value);
3485 * Emit2bytes --
3499 void dng_lossless_encoder::Emit2bytes (int value) function in class:dng_lossless_encoder
3539 Emit2bytes (length + 2 + 1 + 16);
3574 Emit2bytes (3 * fSrcChannels + 2 + 5 + 1); // length
3578 Emit2bytes (fSrcRows);
3579 Emit2bytes (fSrcCols);
3619 Emit2bytes (2 * fSrcChannels + 2 + 1 + 3); // length

Completed in 144 milliseconds