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

/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/msm8974/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/msm8x26/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 101 milliseconds