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

1 2 3

  /hardware/intel/common/wrs_omxil_core/base/src/
portother.cpp 53 otherparam.eFormat = p->eFormat;
portaudio.cpp 104 mp3param.eFormat = p->eFormat;
207 wmaparam.eFormat = p->eFormat;
  /hardware/intel/img/psb_video/src/
pnw_hostjpeg.h 52 #define JPEG_MCU_NUMBER(width, height, eFormat) \
54 (((eFormat) == IMG_CODEC_YV16) ? 2 : 1))
56 #define JPEG_MCU_PER_CORE(width, height, core, eFormat) \
57 ((core) > 1 ? (((uint32_t)JPEG_MCU_NUMBER(width, height, eFormat) + (core) - 1) / (core))\
58 :(uint32_t)JPEG_MCU_NUMBER(width, height, eFormat))
60 #define JPEG_SCANNING_COUNT(width, height, core, eFormat) \
61 ((uint32_t)(JPEG_MCU_PER_CORE(width, height, core, eFormat) > JPEG_MAX_MCU_PER_SCAN) ? \
62 ((uint32_t)(JPEG_MCU_NUMBER(width, height, eFormat) + JPEG_MAX_MCU_PER_SCAN - 1) \
66 #define JPEG_MCU_PER_SCAN(width, height, core, eFormat) \
67 ((JPEG_MCU_PER_CORE(width, height, core, eFormat) > JPEG_MAX_MCU_PER_SCAN) ?
    [all...]
pnw_jpeg.c 155 ctx->eFormat = IMG_CODEC_PL12;
161 ctx->eFormat = IMG_CODEC_PL12;
165 ctx->eFormat = IMG_CODEC_IYUV;
169 ctx->eFormat = IMG_CODEC_PL12;
174 ctx->eFormat = IMG_CODEC_PL12;
179 ctx->eFormat = IMG_CODEC_YV16;
183 ctx->eFormat = IMG_CODEC_PL12;
198 jpeg_ctx_p->eFormat = ctx->eFormat;
201 jpeg_ctx_p->ui8ScanNum = JPEG_SCANNING_COUNT(ctx->Width, ctx->Height, ctx->NumCores, jpeg_ctx_p->eFormat);
    [all...]
tng_jpegES.h 155 IMG_UINT32 eFormat;
tng_picmgmt.c 375 IMG_FORMAT eFormat;
386 eFormat = ctx->eFormat;
390 drv_debug_msg(VIDEO_DEBUG_GENERAL, "%s eFormat = %d, w = %d, h = %d, stride = %d\n",
391 __FUNCTION__, eFormat, ui16Width, ui16PictureHeight, ui16Stride);
403 switch (eFormat) {
490 switch (eFormat) {
527 switch (eFormat) {
    [all...]
tng_jpegES.c 374 switch (pJPEGContext->eFormat) {
395 switch (ISCHROMAINTERLEAVED(pJPEGContext->eFormat)) {
541 switch (pJPEGContext->eFormat) {
557 drv_debug_msg(VIDEO_DEBUG_ERROR, "Not supported FOURCC: %x!\n", pJPEGContext->eFormat);
564 switch (pJPEGContext->eFormat) {
576 drv_debug_msg(VIDEO_DEBUG_ERROR, "Not supported FOURCC: %x!\n", pJPEGContext->eFormat);
585 pJPEGContext->pMTXSetup->ui16DataInterleaveStatus = ISCHROMAINTERLEAVED(pJPEGContext->eFormat);
    [all...]
pnw_hostjpeg.c 625 switch (pContext->eFormat) {
    [all...]
  /hardware/qcom/media/msm8974/mm-core/inc/
QOMX_VideoExtensions.h 139 * eFormat : Version of DivX stream / data
146 QOMX_VIDEO_DIVXFORMATTYPE eFormat;
186 * eFormat : Format of VP stream / data
193 QOMX_VIDEO_VPFORMATTYPE eFormat;
216 * eFormat : Version of Spark stream / data
222 QOMX_VIDEO_SPARKFORMATTYPE eFormat;
OMX_Other.h 318 OMX_OTHER_FORMATTYPE eFormat; /**< Type of data expected for this channel */
329 OMX_OTHER_FORMATTYPE eFormat; /**< Type of data expected for this channel */
QOMX_AudioExtensions.h 138 * eFormat : Version of WMA stream / data
155 QOMX_AUDIO_WMAFORMATTYPE eFormat;
203 * eFormat : AC-3 or EAC-3
218 OMX_AUDIO_AC3FORMATTYPE eFormat;
  /hardware/qcom/media/msm8996/mm-core/inc/
QOMX_VideoExtensions.h 139 * eFormat : Version of DivX stream / data
146 QOMX_VIDEO_DIVXFORMATTYPE eFormat;
187 * eFormat : Format of VP stream / data
194 QOMX_VIDEO_VPFORMATTYPE eFormat;
217 * eFormat : Version of Spark stream / data
223 QOMX_VIDEO_SPARKFORMATTYPE eFormat;
OMX_Other.h 318 OMX_OTHER_FORMATTYPE eFormat; /**< Type of data expected for this channel */
329 OMX_OTHER_FORMATTYPE eFormat; /**< Type of data expected for this channel */
QOMX_AudioExtensions.h 144 * eFormat : Version of WMA stream / data
161 QOMX_AUDIO_WMAFORMATTYPE eFormat;
209 * eFormat : AC-3 or EAC-3
224 OMX_AUDIO_AC3FORMATTYPE eFormat;
  /hardware/qcom/media/msm8998/mm-core/inc/
QOMX_VideoExtensions.h 139 * eFormat : Version of DivX stream / data
146 QOMX_VIDEO_DIVXFORMATTYPE eFormat;
187 * eFormat : Format of VP stream / data
194 QOMX_VIDEO_VPFORMATTYPE eFormat;
217 * eFormat : Version of Spark stream / data
223 QOMX_VIDEO_SPARKFORMATTYPE eFormat;
OMX_Other.h 318 OMX_OTHER_FORMATTYPE eFormat; /**< Type of data expected for this channel */
329 OMX_OTHER_FORMATTYPE eFormat; /**< Type of data expected for this channel */
QOMX_AudioExtensions.h 145 * eFormat : Version of WMA stream / data
162 QOMX_AUDIO_WMAFORMATTYPE eFormat;
210 * eFormat : AC-3 or EAC-3
225 OMX_AUDIO_AC3FORMATTYPE eFormat;
  /frameworks/native/headers/media_plugin/media/openmax/
OMX_Other.h 335 OMX_OTHER_FORMATTYPE eFormat; /**< Type of data expected for this channel */
346 OMX_OTHER_FORMATTYPE eFormat; /**< Type of data expected for this channel */
OMX_Audio.h 233 OMX_AUDIO_MP3STREAMFORMATTYPE eFormat; /**< MP3 stream format */
391 OMX_AUDIO_WMAFORMATTYPE eFormat; /**< Version of WMA stream / data */
428 OMX_AUDIO_RAFORMATTYPE eFormat; /**< is the RealAudio audio format */
    [all...]
  /hardware/qcom/media/msm8974/mm-core/omxcore/inc/
OMX_Other.h 318 OMX_OTHER_FORMATTYPE eFormat; /**< Type of data expected for this channel */
329 OMX_OTHER_FORMATTYPE eFormat; /**< Type of data expected for this channel */
QOMX_AudioExtensions.h 114 * eFormat : Version of WMA stream / data
131 QOMX_AUDIO_WMAFORMATTYPE eFormat;
OMX_QCOMExtns.h 591 * eFormat : Version of DivX stream / data
598 QOMX_VIDEO_DIVXFORMATTYPE eFormat;
640 * eFormat : Format of VP stream / data
647 QOMX_VIDEO_VPFORMATTYPE eFormat;
670 * eFormat : Version of Spark stream / data
676 QOMX_VIDEO_SPARKFORMATTYPE eFormat;
  /hardware/interfaces/media/omx/1.0/vts/functional/audio/
media_audio_hidl_test_common.h 33 OMX_AUDIO_MP3STREAMFORMATTYPE eFormat, int32_t nChannels,
media_audio_hidl_test_common.cpp 150 OMX_AUDIO_MP3STREAMFORMATTYPE eFormat, int32_t nChannels,
162 param.eFormat = eFormat;
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderWMV.cpp 52 mParamWmv.eFormat = OMX_VIDEO_WMVFormat9;

Completed in 771 milliseconds

1 2 3