/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_slice_group_map.c | 62 u32 picSize); 89 u32 picSize); 110 picSize picture size in macroblocks 124 u32 picSize) 140 for (group = 0; group < numSliceGroups && i < picSize; 143 ASSERT(runLength[group] <= picSize); 144 for (j = 0; j < runLength[group] && i + j < picSize; j++) 147 } while (i < picSize); 183 u32 i, picSize; 192 picSize = picWidth * picHeight [all...] |
EvaluationTestBench.c | 22 void WriteOutput(FILE *fid, u8 *data, u32 picSize); 44 u32 picSize; 141 picSize = decInfo.picWidth * decInfo.picHeight; 143 picSize = (3 * picSize)/2; 145 * picSize = (decInfo.picWidth * decInfo.picHeight) * 2; */ 186 picSize); 228 WriteOutput(foutput, (u8*)decPicture.pOutputPicture, picSize); 258 picture in pixels is indicated by picSize. 261 void WriteOutput(FILE *fid, u8 *data, u32 picSize) [all...] |
DecTestBench.c | 39 void WriteOutput(char *filename, u8 *data, u32 picSize); 92 u32 picSize; 253 picSize = decInfo.cropParams.cropOutWidth * 255 picSize = (3 * picSize)/2; 256 tmpImage = malloc(picSize); 263 picSize = decInfo.picWidth * decInfo.picHeight; 264 picSize = (3 * picSize)/2; 295 /*lint -esym(644,tmpImage,picSize) variable initialized a [all...] |
TestBenchMultipleInstance.c | 35 void WriteOutput(FILE *fid, u8 *data, u32 picSize); 355 u32 tmp, picSize; 359 picSize = decInfo->cropParams.cropOutWidth * 361 picSize = (3 * picSize)/2; 362 tmpImage = malloc(picSize); 370 WriteOutput(foutput, tmpImage, picSize); 375 picSize = decInfo->picWidth * decInfo->picHeight; 376 picSize = (3 * picSize)/2 [all...] |
h264bsd_image.c | 178 u32 picWidth, picSize; 198 picSize = picWidth * image->height; 204 cb = (image->data + picSize * 256 + row * picWidth * 64 + col * 8); 205 cr = (cb + picSize * 64);
|
h264bsd_util.c | 267 u32 picSize; 277 picSize = width * height; 280 image->cb = (u8*)(image->data + picSize * 256 + tmp * 64 + col * 8); 281 image->cr = (u8*)(image->cb + picSize * 64);
|
h264bsd_storage.c | 816 u32 picSize; 818 picSize = sps->picWidthInMbs * sps->picHeightInMbs; 828 if (pps->runLength[i] > picSize) 839 pps->bottomRight[i] >= picSize) 849 if (pps->sliceGroupChangeRate > picSize) 853 pps->picSizeInMapUnits < picSize)
|
h264bsd_intra_prediction.c | 546 u32 width, picSize; 561 picSize = width * image->height; 588 ptr = image->data + picSize * 256 + row * 8 * width + col * 8; 595 tmp += (picSize * 64) - 9; 605 ptr += (picSize * 64) - 8 * width; [all...] |
/hardware/intel/img/psb_video/src/mrst/ |
psb_deblock.c | 473 uint32_t i, PicSize; 482 PicSize = Width * Height; 520 i < PicSize;
|
/hardware/qcom/msm8994/original-kernel-headers/linux/ |
msm_vidc_dec.h | 556 struct vdec_picsize picsize; member in struct:vdec_output_frameinfo
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
msm_vidc_dec.h | 562 struct vdec_picsize picsize; member in struct:vdec_output_frameinfo
|
/hardware/qcom/msm8x84/original-kernel-headers/linux/ |
msm_vidc_dec.h | 556 struct vdec_picsize picsize; member in struct:vdec_output_frameinfo
|
/hardware/qcom/msm8994/kernel-headers/linux/ |
msm_vidc_dec.h | 521 struct vdec_picsize picsize; member in struct:vdec_output_frameinfo
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
msm_vidc_dec.h | 529 struct vdec_picsize picsize; member in struct:vdec_output_frameinfo
|
/hardware/qcom/msm8x84/kernel-headers/linux/ |
msm_vidc_dec.h | 521 struct vdec_picsize picsize; member in struct:vdec_output_frameinfo
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
omx_vdec_v4l2.cpp | 201 vdec_msg.msgdata.output_frame.picsize.frame_width = plane[0].reserved[6]; 202 vdec_msg.msgdata.output_frame.picsize.frame_height = plane[0].reserved[7]; 234 vdec_msg.msgdata.output_frame.picsize.frame_height = ptr[0]; 235 vdec_msg.msgdata.output_frame.picsize.frame_width = ptr[1]; [all...] |
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
omx_vdec_msm8974.cpp | 184 vdec_msg.msgdata.output_frame.picsize.frame_width = plane[0].reserved[6]; 185 vdec_msg.msgdata.output_frame.picsize.frame_height = plane[0].reserved[7]; [all...] |