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

1 2

  /external/pdfium/core/fxge/dib/
fx_dib_convert.cpp 656 bool ConvertBuffer(FXDIB_Format dest_format,
666 switch (dest_format) {
720 return ConvertBuffer_1bppPlt2Rgb(dest_format, dest_buf, dest_pitch,
724 return ConvertBuffer_1bppMask2Rgb(dest_format, dest_buf, dest_pitch,
730 return ConvertBuffer_8bppPlt2Rgb(dest_format, dest_buf, dest_pitch,
734 return ConvertBuffer_8bppMask2Rgb(dest_format, dest_buf, dest_pitch,
752 return ConvertBuffer_1bppPlt2Rgb(dest_format, dest_buf, dest_pitch,
756 return ConvertBuffer_1bppMask2Rgb(dest_format, dest_buf, dest_pitch,
762 return ConvertBuffer_8bppPlt2Rgb(dest_format, dest_buf, dest_pitch,
766 return ConvertBuffer_8bppMask2Rgb(dest_format, dest_buf, dest_pitch
    [all...]
dib_int.h 70 FXDIB_Format dest_format,
fx_dib_composite.cpp     [all...]
fx_dib_engine.cpp 267 FXDIB_Format dest_format,
274 m_DestFormat = dest_format;
275 m_DestBpp = dest_format & 0xff;
300 if (dest_format == FXDIB_Rgb32) {
    [all...]
fx_dib_main.cpp 419 FXDIB_Format dest_format = GetFormat();
421 if (dest_format == src_format) {
452 dest_format = FXDIB_8bppMask;
457 if (!ConvertBuffer(dest_format, dest_buf, m_Pitch, width, height,
    [all...]
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_rs.h 40 uint8_t dest_format; /* RS_FORMAT_XXX */ member in struct:rs_state
etnaviv_rs.c 64 VIVS_RS_CONFIG_DEST_FORMAT(rs->dest_format) |
etnaviv_surface.c 121 .dest_format = RS_FORMAT_A8R8G8B8,
etnaviv_clear_blit.c 88 .dest_format = format,
506 .dest_format = translate_rs_format(dst_format),
  /external/autotest/client/bin/
package_unittest.py 125 dest_format = 'dpkg'
135 package.convert(input_package, dest_format)
  /external/pdfium/core/fxge/agg/
fx_agg_driver.cpp 150 FXDIB_Format dest_format = pBitmap->GetFormat(); local
154 if (dest_format == src_format) {
179 if (dest_format == FXDIB_Rgb) {
198 if (dest_format == FXDIB_Argb || dest_format == FXDIB_Rgb32) {
212 ASSERT(dest_format == FXDIB_Argb);
    [all...]
  /external/pdfium/core/fxge/
fx_dib.h 161 bool ConvertBuffer(FXDIB_Format dest_format,
466 bool Init(FXDIB_Format dest_format,
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
omx_vdec.h 864 ColorConvertFormat dest_format; member in class:omx_vdec::allocate_color_convert_buf
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h 889 ColorConvertFormat dest_format; member in class:omx_vdec::allocate_color_convert_buf
    [all...]
omx_vdec.h 1011 ColorConvertFormat dest_format; member in class:omx_vdec::allocate_color_convert_buf
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h 880 ColorConvertFormat dest_format; member in class:omx_vdec::allocate_color_convert_buf
    [all...]
omx_vdec.h 1047 ColorConvertFormat dest_format; member in class:omx_vdec::allocate_color_convert_buf
    [all...]
omx_vdec_hevc_swvdec.h 1044 ColorConvertFormat dest_format; member in class:omx_vdec::allocate_color_convert_buf
    [all...]
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp 69 FXDIB_Format dest_format = pBitmap->GetFormat(); local
73 if (dest_format == src_format) {
98 if (dest_format == FXDIB_Rgb) {
117 if (dest_format == FXDIB_Argb || dest_format == FXDIB_Rgb32) {
131 ASSERT(dest_format == FXDIB_Argb);
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h 1110 ColorConvertFormat dest_format; member in class:omx_vdec::allocate_color_convert_buf
    [all...]
  /hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h 1254 ColorConvertFormat dest_format; member in class:omx_vdec::allocate_color_convert_buf
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp     [all...]
  /hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp     [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec_msm8974.cpp     [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp     [all...]

Completed in 2471 milliseconds

1 2