Home | History | Annotate | Download | only in omx

Lines Matching defs:fmt

216     const OMX_COLOR_FORMATTYPE fmt = params.eColorFormat;
221 if (fmt != OMX_COLOR_FormatYUV420Planar &&
222 fmt != OMX_COLOR_FormatYUV420PackedPlanar &&
223 fmt != OMX_COLOR_FormatYUV420SemiPlanar &&
224 fmt != OMX_COLOR_FormatYUV420PackedSemiPlanar &&
225 fmt != (OMX_COLOR_FORMATTYPE)HAL_PIXEL_FORMAT_YV12) {
226 ALOGW("do not know color format 0x%x = %d", fmt, fmt);
227 if (fmt == OMX_COLOR_FormatYUV420Planar16) {
246 fmt, fmt, params.nStride, params.nSliceHeight);
261 switch ((int)fmt) {