HomeSort by relevance Sort by last modified time
    Searched full:iformat (Results 1 - 20 of 20) sorted by null

  /hardware/intel/img/hwcomposer/ips/tangier/
TngGrallocBuffer.cpp 49 mFormat = grallocHandle->iFormat;
  /hardware/qcom/audio/legacy/alsa_sound/
ALSAStreamOps.cpp 141 snd_pcm_format_t iformat = mHandle->format; local
149 iformat = SNDRV_PCM_FORMAT_S16_LE;
158 iformat = *format;
162 iformat = SNDRV_PCM_FORMAT_S8;
170 if (mHandle->format != iformat)
173 switch(iformat) {
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderUtils.cpp 192 LOG_V("GetGfxBufferInfo: gfx iWidth=%d, iHeight=%d, iFormat=%x in handle structure\n", h->iWidth, h->iHeight, h->iFormat);
194 if (h->iFormat == HAL_PIXEL_FORMAT_NV12) {
206 } else if ((h->iFormat == HAL_PIXEL_FORMAT_BGRA_8888)||
207 (h->iFormat == HAL_PIXEL_FORMAT_RGBA_8888)||
208 (h->iFormat == HAL_PIXEL_FORMAT_RGBX_8888)||
209 (h->iFormat == HAL_PIXEL_FORMAT_BGRX_8888)) {
211 } else if (h->iFormat == OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar) {
216 vinfo.format = h->iFormat;
  /external/chromium_org/media/base/
audio_video_metadata_extractor.cc 87 if (!format_context->iformat)
98 container_info.type = format_context->iformat->name;
  /hardware/intel/img/hwcomposer/include/pvr/hal/
hal_public.h 152 int iFormat;
271 const IMG_buffer_format_public_t *(*GetBufferFormat)(int iFormat);
  /hardware/samsung_slsi/exynos5/libhwjpeg/
ExynosJpegBase.cpp 647 int iFormat;
651 iFormat = t_stJpegConfig.pix.enc_fmt.in_fmt;
654 iFormat = t_stJpegConfig.pix.dec_fmt.out_fmt;
661 return setColorBufSize(iFormat, piBufSize, iSize, t_stJpegConfig.width, t_stJpegConfig.height);
664 int ExynosJpegBase::setColorBufSize(int iFormat, int *piBufSize, int iSize, int width, int height)
672 switch (iFormat) {
  /hardware/ti/omap4-aah/hwc/
rgz_2d.c 174 if ((layer->blending != HWC_BLENDING_PREMULT) || is_OPAQUE(h->iFormat))
255 h->iWidth, h->iHeight, FMT(h->iFormat));
349 srcgeom->format = hal_to_ocd(handle->iFormat);
410 e->bp.scalemode = is_NV12(handle->iFormat) ? BVSCALE_9x9_TAP : BVSCALE_BILINEAR;
756 if (is_NV12(handle->iFormat))
757 return handle->iFormat == HAL_PIXEL_FORMAT_TI_NV12;
771 switch(handle->iFormat) {
846 if (!(layers[l].flags & HWC_SKIP_LAYER) && handle && is_NV12(handle->iFormat))
    [all...]
hal_public.h 96 int iFormat;
hwc.c 361 dump_printf(&log, "%d*%d(%s)", handle->iWidth, handle->iHeight, HAL_FMT(handle->iFormat));
438 switch(handle->iFormat)
450 switch(handle->iFormat)
462 switch(handle->iFormat)
489 return is_BGR_format(handle->iFormat);
494 switch(handle->iFormat)
575 int bpp = handle->iFormat == HAL_PIXEL_FORMAT_RGB_565 ? 2 : 4;
980 if (!omap4_hwc_is_valid_format(handle->iFormat))
    [all...]
  /hardware/samsung_slsi/exynos5/include/
ExynosJpegApi.h 146 int setColorBufSize(int iFormat, int *piBufSize, int iSize, int width, int height);
  /hardware/ti/omap4xxx/hwc/
hal_public.h 96 int iFormat;
hwc.c 265 dump_printf(&log, "%d*%d(%s)", handle->iWidth, handle->iHeight, HAL_FMT(handle->iFormat));
335 switch(handle->iFormat)
359 return is_BGR_format(handle->iFormat);
364 switch(handle->iFormat)
386 int bpp = handle->iFormat == HAL_PIXEL_FORMAT_RGB_565 ? 2 : 4;
785 if (!omap4_hwc_is_valid_format(handle->iFormat))
    [all...]
  /external/chromium_org/media/filters/
audio_file_reader.cc 70 if (strcmp(format_context->iformat->name, "mp3") == 0 &&
ffmpeg_demuxer.cc 39 if (strstr(format_context->iformat->name, "webm") ||
40 strstr(format_context->iformat->name, "matroska")) {
    [all...]
  /hardware/intel/common/utils/ISV/base/
isv_bufmanager.cpp 92 mColorFormat = (hackFormat != 0) ? hackFormat : grallocHandle->iFormat;
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_h264_enc/src/
omx_proxy_h264enc.c 767 if( pGrallocHandle->iFormat != HAL_PIXEL_FORMAT_TI_NV12 && pProxy->gralloc_handle[0] == NULL ) {
796 if( pGrallocHandle->iFormat != HAL_PIXEL_FORMAT_TI_NV12 && pProxy->gralloc_handle[0] == NULL ) {
813 if (pProxy->bAndroidOpaqueFormat && pGrallocHandle->iFormat != HAL_PIXEL_FORMAT_TI_NV12)
867 && pGrallocHandle != NULL && pGrallocHandle->iFormat != HAL_PIXEL_FORMAT_TI_NV12
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winddi.h     [all...]
ntgdi.h 240 W32KAPI ULONG WINAPI NtGdiGetGlyphOutline(HDC hdc,WCHAR wch,UINT iFormat,LPGLYPHMETRICS pgm,ULONG cjBuf,PVOID pvBuf,LPMAT2 pmat2,WINBOOL bIgnoreRotation);
366 W32KAPI HBITMAP WINAPI NtGdiEngCreateBitmap(SIZEL sizl,LONG lWidth,ULONG iFormat,FLONG fl,PVOID pvBits);
    [all...]
  /hardware/intel/img/psb_video/src/android/
psb_surface_gralloc.c 297 int gfx_colorformat = h->iFormat;
  /frameworks/base/core/res/res/values-tl/
strings.xml     [all...]

Completed in 1249 milliseconds