Searched refs:sCrop (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/img/psb_video/src/
H A Dpnw_H264ES.c212 H264_CROP_PARAMS sCrop; local
359 sCrop.bClip = pSequenceParams->frame_cropping_flag;
360 sCrop.LeftCropOffset = 0;
361 sCrop.RightCropOffset = 0;
362 sCrop.TopCropOffset = 0;
363 sCrop.BottomCropOffset = 0;
365 if (!sCrop.bClip) {
367 sCrop.bClip = IMG_TRUE;
368 sCrop.BottomCropOffset = (((ctx->RawHeight + 0xf) & (~0xf)) - ctx->RawHeight) / 2;
371 sCrop
[all...]
/hardware/intel/img/psb_video/src/mrst/
H A Dlnc_H264ES.c213 H264_CROP_PARAMS sCrop; local
266 sCrop.bClip = IMG_FALSE;
267 sCrop.LeftCropOffset = 0;
268 sCrop.RightCropOffset = 0;
269 sCrop.TopCropOffset = 0;
270 sCrop.BottomCropOffset = 0;
273 sCrop.bClip = IMG_TRUE;
274 sCrop.BottomCropOffset = (((ctx->RawHeight + 0xf) & (~0xf)) - ctx->RawHeight) / 2;
277 sCrop.bClip = IMG_TRUE;
278 sCrop
[all...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
H A DJPEGTestEnc.c656 OMX_ERRORTYPE SetMarkers(OMX_HANDLETYPE pHandle, IMAGE_INFO *imageinfo, OMX_CONFIG_RECTTYPE sCrop, int nWidth, int nHeight);
837 OMX_ERRORTYPE SetMarkers(OMX_HANDLETYPE pHandle, IMAGE_INFO *imageinfo, OMX_CONFIG_RECTTYPE sCrop, int nWidth, int nHeight) { argument
892 if (sCrop.nWidth != 0)
894 sAPP1.pMarkerBuffer[152] = sCrop.nWidth & 0xFF;
895 sAPP1.pMarkerBuffer[153] = (sCrop.nWidth >> 8) & 0xFF;
903 if (sCrop.nHeight != 0)
905 sAPP1.pMarkerBuffer[164] = sCrop.nHeight;
906 sAPP1.pMarkerBuffer[165] = (sCrop.nHeight >> 8) & 0xFF;
1084 OMX_CONFIG_RECTTYPE sCrop; local
1190 sCrop
[all...]

Completed in 49 milliseconds