Searched defs:yv12_handle (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/display/msm8084/libcopybit/
H A Dsoftware_converter.cpp36 int convertYV12toYCrCb420SP(const copybit_image_t *src, private_handle_t *yv12_handle) argument
40 if(hnd == NULL || yv12_handle == NULL){
59 unsigned char* newChroma = (unsigned char *)(yv12_handle->base + y_size);
61 memcpy((char *)yv12_handle->base,(char *)hnd->base,y_size);
/hardware/qcom/display/msm8226/libcopybit/
H A Dsoftware_converter.cpp36 int convertYV12toYCrCb420SP(const copybit_image_t *src, private_handle_t *yv12_handle) argument
40 if(hnd == NULL || yv12_handle == NULL){
59 unsigned char* newChroma = (unsigned char *)(yv12_handle->base + y_size);
61 memcpy((char *)yv12_handle->base,(char *)hnd->base,y_size);
/hardware/qcom/display/msm8909/libcopybit/
H A Dsoftware_converter.cpp36 int convertYV12toYCrCb420SP(const copybit_image_t *src, private_handle_t *yv12_handle) argument
40 if(hnd == NULL || yv12_handle == NULL){
59 unsigned char* newChroma = (unsigned char *)(yv12_handle->base + y_size);
61 memcpy((char *)yv12_handle->base,(char *)hnd->base,y_size);
/hardware/qcom/display/msm8960/libcopybit/
H A Dsoftware_converter.cpp36 int convertYV12toYCrCb420SP(const copybit_image_t *src, private_handle_t *yv12_handle) argument
40 if(hnd == NULL || yv12_handle == NULL){
59 unsigned char* newChroma = (unsigned char *)(yv12_handle->base + y_size);
61 memcpy((char *)yv12_handle->base,(char *)hnd->base,y_size);
/hardware/qcom/display/msm8994/libcopybit/
H A Dsoftware_converter.cpp36 int convertYV12toYCrCb420SP(const copybit_image_t *src, private_handle_t *yv12_handle) argument
40 if(hnd == NULL || yv12_handle == NULL){
59 unsigned char* newChroma = (unsigned char *)(yv12_handle->base + y_size);
61 memcpy((char *)yv12_handle->base,(char *)hnd->base,y_size);
/hardware/qcom/display/msm8996/libcopybit/
H A Dsoftware_converter.cpp36 int convertYV12toYCrCb420SP(const copybit_image_t *src, private_handle_t *yv12_handle) argument
40 if(hnd == NULL || yv12_handle == NULL){
59 unsigned char* newChroma = (unsigned char *)(yv12_handle->base + y_size);
61 memcpy((char *)yv12_handle->base,(char *)hnd->base,y_size);

Completed in 965 milliseconds