/hardware/qcom/display/msm8960/libqdutils/ |
qdMetaData.h | 57 int32_t sliceHeight;
|
/hardware/qcom/display/msm8x26/libqdutils/ |
qdMetaData.h | 57 int32_t sliceHeight;
|
/hardware/qcom/media/libc2dcolorconvert/ |
C2DColorConverter.cpp | 532 req->sliceHeight = mSrcHeight; 542 req->sliceHeight = mDstHeight; 582 size_t stride, sliceHeight; 600 sliceHeight = dstSurfaceDef->height; 602 for (size_t i = 0; i < sliceHeight; i++) { 614 for (size_t i = 0; i < sliceHeight/2;i++) { //will work only for the 420 ones 624 for (size_t i = 0; i < sliceHeight/2;i++) { //will work only for the 420 ones 634 for (size_t i = 0; i < sliceHeight/2;i++) { //will work only for the 420 ones 644 sliceHeight = dstSurfaceDef->height; 647 printf("rgb surface dumpsslice height is %d\n", sliceHeight); [all...] |
C2DColorConverter.h | 87 int32_t sliceHeight;
|
/hardware/qcom/display/msm8974/libqdutils/ |
qdMetaData.h | 57 int32_t sliceHeight;
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc_utils.h | 258 return metadata->bufferDim.sliceHeight;
|
/hardware/qcom/display/msm8x26/libhwcomposer/ |
hwc_utils.h | 258 return metadata->bufferDim.sliceHeight;
|
/cts/tests/tests/media/src/android/media/cts/ |
EncodeDecodeTest.java | 451 // The size of a frame of video data, in the formats we handle, is stride*sliceHeight 452 // for Y, and (stride/2)*(sliceHeight/2) for each of the Cb and Cr channels. Application 453 // of algebra and assuming that stride==width and sliceHeight==height yields: [all...] |
/frameworks/av/media/libmediaplayerservice/ |
StagefrightRecorder.cpp | [all...] |
/hardware/qcom/display/msm8974/libhwcomposer/ |
hwc_utils.h | 311 return metadata->bufferDim.sliceHeight;
|
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/ |
omx_vdec_test.cpp | 260 int sliceheight = 0, stride = 0; variable [all...] |
/frameworks/av/media/libstagefright/ |
ACodec.cpp | [all...] |
OMXCodec.cpp | 783 int32_t width, height, frameRate, bitRate, stride, sliceHeight; 789 success = success && meta->findInt32(kKeySliceHeight, &sliceHeight); 825 stride > 0? stride: -stride, sliceHeight); 832 video_def->nSliceHeight = sliceHeight; [all...] |
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/ |
omx_vdec_test.cpp | 350 int sliceheight = 0, stride = 0; variable [all...] |
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/ |
omx_vdec.cpp | [all...] |
omx_vdec_copper.cpp | [all...] |
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/ |
omx_vdec_msm8974.cpp | [all...] |
omx_vdec.cpp | [all...] |
omx_vdec_hevc.cpp | [all...] |