/hardware/qcom/media/msm8974/libc2dcolorconvert/ |
D | C2DColorConverter.cpp | 541 req->sliceHeight = mSrcHeight; in getBuffReq() 551 req->sliceHeight = mDstHeight; in getBuffReq() 621 size_t stride, sliceHeight; in dumpOutput() local 639 sliceHeight = dstSurfaceDef->height; in dumpOutput() 641 for (size_t i = 0; i < sliceHeight; i++) { in dumpOutput() 653 for (size_t i = 0; i < sliceHeight/2;i++) { //will work only for the 420 ones in dumpOutput() 663 for (size_t i = 0; i < sliceHeight/2;i++) { //will work only for the 420 ones in dumpOutput() 673 for (size_t i = 0; i < sliceHeight/2;i++) { //will work only for the 420 ones in dumpOutput() 683 sliceHeight = dstSurfaceDef->height; in dumpOutput() 686 printf("rgb surface dumpsslice height is %lu\n", (unsigned long)sliceHeight); in dumpOutput() [all …]
|
D | C2DColorConverter.h | 91 int32_t sliceHeight; member
|
/hardware/qcom/sdm845/media/libc2dcolorconvert/ |
D | C2DColorConverter.cpp | 688 filled_length = (req.stride * req.sliceHeight * req.bpp.numerator); in getBuffFilledLen() 706 req->sliceHeight = mSrcHeight; in getBuffReq() 716 req->sliceHeight = mDstHeight; in getBuffReq() 795 size_t stride, sliceHeight; in dumpOutput() local 813 sliceHeight = dstSurfaceDef->height; in dumpOutput() 815 for (size_t i = 0; i < sliceHeight; i++) { in dumpOutput() 827 for (size_t i = 0; i < sliceHeight/2;i++) { //will work only for the 420 ones in dumpOutput() 837 for (size_t i = 0; i < sliceHeight/2;i++) { //will work only for the 420 ones in dumpOutput() 847 for (size_t i = 0; i < sliceHeight/2;i++) { //will work only for the 420 ones in dumpOutput() 857 sliceHeight = dstSurfaceDef->height; in dumpOutput() [all …]
|
D | C2DColorConverter.h | 125 int32_t sliceHeight; member
|
/hardware/qcom/media/msm8996/libc2dcolorconvert/ |
D | C2DColorConverter.cpp | 595 req->sliceHeight = mSrcHeight; in getBuffReq() 605 req->sliceHeight = mDstHeight; in getBuffReq() 677 size_t stride, sliceHeight; in dumpOutput() local 695 sliceHeight = dstSurfaceDef->height; in dumpOutput() 697 for (size_t i = 0; i < sliceHeight; i++) { in dumpOutput() 709 for (size_t i = 0; i < sliceHeight/2;i++) { //will work only for the 420 ones in dumpOutput() 719 for (size_t i = 0; i < sliceHeight/2;i++) { //will work only for the 420 ones in dumpOutput() 729 for (size_t i = 0; i < sliceHeight/2;i++) { //will work only for the 420 ones in dumpOutput() 739 sliceHeight = dstSurfaceDef->height; in dumpOutput() 742 printf("rgb surface dumpsslice height is %lu\n", (unsigned long)sliceHeight); in dumpOutput() [all …]
|
D | C2DColorConverter.h | 95 int32_t sliceHeight; member
|
/hardware/qcom/media/msm8998/libc2dcolorconvert/ |
D | C2DColorConverter.cpp | 601 req->sliceHeight = mSrcHeight; in getBuffReq() 611 req->sliceHeight = mDstHeight; in getBuffReq() 683 size_t stride, sliceHeight; in dumpOutput() local 701 sliceHeight = dstSurfaceDef->height; in dumpOutput() 703 for (size_t i = 0; i < sliceHeight; i++) { in dumpOutput() 715 for (size_t i = 0; i < sliceHeight/2;i++) { //will work only for the 420 ones in dumpOutput() 725 for (size_t i = 0; i < sliceHeight/2;i++) { //will work only for the 420 ones in dumpOutput() 735 for (size_t i = 0; i < sliceHeight/2;i++) { //will work only for the 420 ones in dumpOutput() 745 sliceHeight = dstSurfaceDef->height; in dumpOutput() 748 printf("rgb surface dumpsslice height is %lu\n", (unsigned long)sliceHeight); in dumpOutput() [all …]
|
D | C2DColorConverter.h | 95 int32_t sliceHeight; member
|
/hardware/qcom/display/msm8960/libqdutils/ |
D | qdMetaData.h | 57 int32_t sliceHeight; member
|
/hardware/qcom/display/msm8084/libqdutils/ |
D | qdMetaData.h | 67 int32_t sliceHeight; member
|
/hardware/qcom/display/msm8226/libqdutils/ |
D | qdMetaData.h | 67 int32_t sliceHeight; member
|
/hardware/qcom/display/msm8994/libqdutils/ |
D | qdMetaData.h | 67 int32_t sliceHeight; member
|
/hardware/qcom/display/msm8996/libqdutils/ |
D | qdMetaData.h | 57 int32_t sliceHeight; member
|
/hardware/qcom/display/msm8998/libqdutils/ |
D | qdMetaData.h | 63 int32_t sliceHeight; member
|
/hardware/qcom/display/msm8996/sdm/libs/hwc2/ |
D | hwc_layers.cpp | 493 buffer_dim.sliceHeight = pvt_handle->height; in SetMetaData() 497 &buffer_dim.sliceHeight); in SetMetaData() 500 &buffer_dim.sliceHeight); in SetMetaData() 503 layer_buffer->height = UINT32(buffer_dim.sliceHeight); in SetMetaData()
|
/hardware/qcom/display/msm8909w_3100/libqdutils/ |
D | qdMetaData.h | 65 int32_t sliceHeight; member
|
/hardware/qcom/display/msm8909/libqdutils/ |
D | qdMetaData.h | 63 int32_t sliceHeight; member
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/src/ |
D | vidc_color_converter.cpp | 182 filled_length = (req.stride * req.sliceHeight * req.bpp.numerator); in get_output_filled_length()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/common/src/ |
D | vidc_color_converter.cpp | 182 filled_length = (req.stride * req.sliceHeight * req.bpp.numerator); in get_output_filled_length()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/common/src/ |
D | vidc_color_converter.cpp | 182 filled_length = (req.stride * req.sliceHeight * req.bpp.numerator); in get_output_filled_length()
|
/hardware/qcom/sdm845/display/libqdutils/ |
D | qdMetaData.h | 64 int32_t sliceHeight; member
|
/hardware/qcom/display/msm8909/libgralloc/ |
D | alloc_controller.cpp | 159 int h = metadata->bufferDim.sliceHeight; in getAlignedWidthAndHeight() 180 unaligned_h = metadata->bufferDim.sliceHeight; in getUnalignedWidthAndHeight() 782 metadata->bufferDim.sliceHeight, format, usage, width, height); in getYUVPlaneInfo()
|
/hardware/qcom/display/msm8909w_3100/libgralloc/ |
D | alloc_controller.cpp | 159 int h = metadata->bufferDim.sliceHeight; in getAlignedWidthAndHeight() 180 unaligned_h = metadata->bufferDim.sliceHeight; in getUnalignedWidthAndHeight() 782 metadata->bufferDim.sliceHeight, format, usage, width, height); in getYUVPlaneInfo()
|
/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
D | hwc_display_virtual.cpp | 240 variable_info.y_pixels = UINT32(meta_data->bufferDim.sliceHeight); in SetOutputSliceFromMetadata()
|
/hardware/qcom/display/msm8909/sdm/libs/hwc/ |
D | hwc_display_virtual.cpp | 240 variable_info.y_pixels = UINT32(meta_data->bufferDim.sliceHeight); in SetOutputSliceFromMetadata()
|