HomeSort by relevance Sort by last modified time
    Searched refs:bpc (Results 1 - 18 of 18) sorted by null

  /external/pdfium/core/src/fxcodec/codec/
fx_codec.cpp 258 FX_BOOL Create(FX_LPCBYTE src_buf, FX_DWORD src_size, int width, int height, int nComps, int bpc);
324 FX_BOOL CCodec_RLScanlineDecoder::Create(FX_LPCBYTE src_buf, FX_DWORD src_size, int width, int height, int nComps, int bpc)
331 m_bpc = bpc;
334 m_Pitch = (width * nComps * bpc + 31) / 32 * 4;
335 m_dwLineBytes = (width * nComps * bpc + 7) / 8;
436 int nComps, int bpc)
442 if (!pRLScanlineDecoder->Create(src_buf, src_size, width, height, nComps, bpc)) {
fx_codec_flate.cpp 323 int bpc, int nColors, int nPixels)
325 int row_size = (nPixels * bpc * nColors + 7) / 8;
326 int BytesPerPixel = (bpc * nColors + 7) / 8;
574 FX_BOOL Create(FX_LPCBYTE src_buf, FX_DWORD src_size, int width, int height, int nComps, int bpc,
622 int nComps, int bpc, int predictor, int Colors, int BitsPerComponent, int Columns)
629 m_bpc = bpc;
631 m_Pitch = (width * nComps * bpc + 7) / 8;
851 int nComps, int bpc, int predictor, int Colors, int BitsPerComponent, int Columns)
857 pDecoder->Create(src_buf, src_size, width, height, nComps, bpc, predictor, Colors, BitsPerComponent, Columns);
    [all...]
codec_int.h 16 int nComps, int bpc);
119 int nComps, int bpc, int predictor, int Colors, int BitsPerComponent, int Columns);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/imageinfo/
imageinfo.js 65 var bpc = data.getByteAt(24);
68 var bpp = bpc;
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_loadimage.cpp 577 int nComps, int bpc, const CPDF_Dictionary* pParams);
594 int comps, bpc; local
596 if (pJpegModule->LoadInfo(src_data, src_size, m_Width, m_Height, comps, bpc, bTransform)) {
598 m_bpc = bpc;
917 FX_DWORD bpc = m_bpc; local
973 FX_DWORD bpc = GetValidBpp(); local
1031 FX_DWORD bpc = GetValidBpp(); local
    [all...]
fpdf_render_image.cpp     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
filters_int.h 50 CPDF_PredictorFilter(int predictor, int colors, int bpc, int cols);
fpdf_parser_filters.cpp 442 CPDF_PredictorFilter::CPDF_PredictorFilter(int predictor, int colors, int bpc, int cols)
449 m_Bpp = (colors * bpc + 7) / 8;
450 m_Pitch = (colors * bpc * cols + 7) / 8;
fpdf_parser_decode.cpp 240 int nComps, int bpc, const CPDF_Dictionary* pParams)
256 nComps, bpc, predictor, Colors, BitsPerComponent, Columns);
  /external/pdfium/core/include/fxcodec/
fx_codec.h 93 int nComps, int bpc) = 0;
127 int nComps, int bpc, int predictor, int Colors, int BitsPerComponent, int Columns) = 0;
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser_old.cpp 247 int bpc = pDecoder->GetBPC(); local
250 int pitch = (width * ncomps * bpc + 7) / 8;
327 FX_DWORD bpc = pDict->GetInteger(FX_BSTRC("BitsPerComponent")); local
337 if (bpc && pitch > INT_MAX / bpc) {
340 pitch *= bpc;
    [all...]
fpdf_page_parser_new.cpp 514 int bpc = m_pLastCloneImageDict->GetInteger(FX_BSTRC("BitsPerComponent")); local
523 int pitch = (width * bpc * nComponents + 7) / 8;
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
parse-events.l 155 branch|branches|bpu|btb|bpc |
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
jp2.h 171 OPJ_UINT32 bpc; member in struct:opj_jp2
jp2.c 94 * @param p_bpc_header_size the size of the bpc header
97 * @return true if the bpc header is valid, fale else.
290 * @return true if the bpc header is valid, fale else.
547 opj_read_bytes(p_image_header_data,&(jp2->bpc),1); /* BPC */
600 opj_write_bytes(l_current_ihdr_ptr, jp2->bpc, 1); /* BPC */
668 if (jp2->bpc != 255 ){
669 opj_event_msg(p_manager, EVT_WARNING, "A BPCC header box is available although BPC given by the IHDR box (%d) indicate components bit depth is constant\n",jp2->bpc);
    [all...]
  /external/chromium_org/third_party/skia/experimental/PdfViewer/src/
SkPdfRenderer.cpp 374 int bpc, const SkString& colorSpace,
385 if ((colorSpace.equals("DeviceRGB") || colorSpace.equals("RGB")) && bpc == 8) {
402 else if ((colorSpace.equals("DeviceGray") || colorSpace.equals("Gray")) && bpc == 8) {
437 int bpc = (int)image->BitsPerComponent(pdfContext->fPdfDoc); local
483 if (bpc != 0 && bpc != 1) {
487 bpc = 1;
539 (int)bpc, colorSpace,
    [all...]
  /external/skia/experimental/PdfViewer/src/
SkPdfRenderer.cpp 374 int bpc, const SkString& colorSpace,
385 if ((colorSpace.equals("DeviceRGB") || colorSpace.equals("RGB")) && bpc == 8) {
402 else if ((colorSpace.equals("DeviceGray") || colorSpace.equals("Gray")) && bpc == 8) {
437 int bpc = (int)image->BitsPerComponent(pdfContext->fPdfDoc); local
483 if (bpc != 0 && bpc != 1) {
487 bpc = 1;
539 (int)bpc, colorSpace,
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 1600 milliseconds