HomeSort by relevance Sort by last modified time
    Searched refs:copybit (Results 1 - 20 of 20) sorted by null

  /hardware/qcom/display/msm8960/libcopybit/
software_converter.h 32 #include <copybit.h>
copybit_priv.h 30 #include <copybit.h>
Android.mk 20 LOCAL_COPY_HEADERS := copybit.h copybit_priv.h
21 #Copy the headers regardless of whether copybit is built
24 LOCAL_MODULE := copybit.$(TARGET_BOARD_PLATFORM)
40 LOCAL_SRC_FILES := software_converter.cpp copybit.cpp
copybit.cpp 36 #include <copybit.h>
78 * The COPYBIT Module
86 name: "QCT MSM7K COPYBIT Module",
140 /** convert from copybit image to mdp image structure */
145 ALOGE("copybit: Invalid handle");
441 ALOGE("Error copybit conversion from yv12 failed");
487 ALOGE ("%s : Invalid COPYBIT context", __FUNCTION__);
509 // NOP for MDP copybit
514 /** Close the copybit device */
525 /** Open a new instance of a copybit device using name *
    [all...]
copybit_c2d.cpp 42 #include <copybit.h>
150 unsigned int mapped_gpu_addr[MAX_SURFACES]; // GPU addresses mapped inside copybit
199 * The COPYBIT Module
207 name: "QCT COPYBIT C2D 2.0 Module",
358 // We have mapped the GPU address inside copybit. We need to unmap this
482 /** create C2D surface from copybit image */
926 /* Function to extract the information from the copybit image and set the corresponding
    [all...]
  /hardware/qcom/display/msm8974/libcopybit/
software_converter.h 32 #include <copybit.h>
Android.mk 20 LOCAL_COPY_HEADERS := copybit.h copybit_priv.h
21 #Copy the headers regardless of whether copybit is built
24 LOCAL_MODULE := copybit.$(TARGET_BOARD_PLATFORM)
40 LOCAL_SRC_FILES := software_converter.cpp copybit.cpp
44 LOCAL_SRC_FILES := software_converter.cpp copybit.cpp
copybit_priv.h 30 #include <copybit.h>
copybit.cpp 36 #include <copybit.h>
80 * The COPYBIT Module
88 name: "QCT MSM7K COPYBIT Module",
143 /** convert from copybit image to mdp image structure */
148 ALOGE("copybit: Invalid handle");
476 ALOGE("Error copybit conversion from yv12 failed");
532 ALOGE ("%s : Invalid COPYBIT context", __FUNCTION__);
552 // NOP for MDP copybit
558 /** Close the copybit device */
587 /** Open a new instance of a copybit device using name *
    [all...]
copybit_c2d.cpp 42 #include <copybit.h>
150 unsigned int mapped_gpu_addr[MAX_SURFACES]; // GPU addresses mapped inside copybit
201 * The COPYBIT Module
209 name: "QCT COPYBIT C2D 2.0 Module",
375 // We have mapped the GPU address inside copybit. We need to unmap
493 /** create C2D surface from copybit image */
    [all...]
  /hardware/qcom/display/msm8x26/libcopybit/
software_converter.h 32 #include <copybit.h>
copybit_priv.h 30 #include <copybit.h>
Android.mk 19 LOCAL_MODULE := copybit.$(TARGET_BOARD_PLATFORM)
35 LOCAL_SRC_FILES := software_converter.cpp copybit.cpp
copybit.cpp 36 #include <copybit.h>
78 * The COPYBIT Module
86 name: "QCT MSM7K COPYBIT Module",
140 /** convert from copybit image to mdp image structure */
145 ALOGE("copybit: Invalid handle");
441 ALOGE("Error copybit conversion from yv12 failed");
487 ALOGE ("%s : Invalid COPYBIT context", __FUNCTION__);
509 // NOP for MDP copybit
514 /** Close the copybit device */
525 /** Open a new instance of a copybit device using name *
    [all...]
copybit_c2d.cpp 42 #include <copybit.h>
150 unsigned int mapped_gpu_addr[MAX_SURFACES]; // GPU addresses mapped inside copybit
199 * The COPYBIT Module
207 name: "QCT COPYBIT C2D 2.0 Module",
358 // We have mapped the GPU address inside copybit. We need to unmap this
482 /** create C2D surface from copybit image */
926 /* Function to extract the information from the copybit image and set the corresponding
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_copybit.cpp 22 #include <copybit.h>
68 void CopyBit::reset() {
73 bool CopyBit::canUseCopybitForYUV(hwc_context_t *ctx) {
81 bool CopyBit::canUseCopybitForRGB(hwc_context_t *ctx,
89 // use copybit, if (TotalRGBRenderArea < threashold * FB Area)
102 // MDP composition, use COPYBIT always
105 // C2D composition, use COPYBIT
111 unsigned int CopyBit::getRGBRenderingArea
130 bool CopyBit::prepare(hwc_context_t *ctx, hwc_display_contents_1_t *list,
134 // No copybit device found - cannot use copybi
238 copybit_device_t *copybit = mEngine; local
302 copybit_device_t *copybit = getCopyBitDevice(); local
364 copybit_device_t *copybit = mEngine; local
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_copybit.cpp 22 #include <copybit.h>
67 void CopyBit::reset() {
72 bool CopyBit::canUseCopybitForYUV(hwc_context_t *ctx) {
80 bool CopyBit::canUseCopybitForRGB(hwc_context_t *ctx,
89 //Overlay up & running. Dont use COPYBIT for RGB layers.
96 // use copybit, if (TotalRGBRenderArea < threashold * FB Area)
109 // MDP composition, use COPYBIT always
112 // C2D composition, use COPYBIT
118 unsigned int CopyBit::getRGBRenderingArea
135 bool CopyBit::prepare(hwc_context_t *ctx, hwc_display_contents_1_t *list
218 copybit_device_t *copybit = mEngine; local
279 copybit_device_t *copybit = getCopyBitDevice(); local
341 copybit_device_t *copybit = mEngine; local
    [all...]
  /hardware/qcom/display/msm8x26/libhwcomposer/
hwc_copybit.cpp 22 #include <copybit.h>
67 void CopyBit::reset() {
72 bool CopyBit::canUseCopybitForYUV(hwc_context_t *ctx) {
80 bool CopyBit::canUseCopybitForRGB(hwc_context_t *ctx,
89 //Overlay up & running. Dont use COPYBIT for RGB layers.
96 // use copybit, if (TotalRGBRenderArea < threashold * FB Area)
109 // MDP composition, use COPYBIT always
112 // C2D composition, use COPYBIT
118 unsigned int CopyBit::getRGBRenderingArea
135 bool CopyBit::prepare(hwc_context_t *ctx, hwc_display_contents_1_t *list
218 copybit_device_t *copybit = mEngine; local
279 copybit_device_t *copybit = getCopyBitDevice(); local
341 copybit_device_t *copybit = mEngine; local
    [all...]
  /device/asus/flo/
device-common.mk 161 copybit.msm8960 \
  /device/lge/mako/
device.mk 173 copybit.msm8960 \

Completed in 715 milliseconds