Home
last modified time | relevance | path

Searched refs:dest_width (Results 1 – 6 of 6) sorted by relevance

/hardware/google/aemu/host-common/include/host-common/
DMediaVideoToolBoxUtils.h25 : iosurface(surface), dest_width(w), dest_height(h){}; in media_vtb_utils_copy_context()
27 unsigned int dest_width; member
DMediaCudaUtils.h40 unsigned int dest_width; member
/hardware/google/aemu/host-common/
DMediaCudaUtils.cpp85 m.dstPitch = copy_context->dest_width * 1; in media_cuda_copy_decoded_frame()
86 m.WidthInBytes = copy_context->dest_width * 1; in media_cuda_copy_decoded_frame()
DMediaVideoToolBoxUtils.cpp43 int ww = myctx->dest_width; in media_vtb_utils_nv12_updater()
DMediaH264DecoderCuvid.cpp555 unsigned int dest_width; member
582 m.dstPitch = copy_context->dest_width * 1; in cuda_copy_decoded_frame()
583 m.WidthInBytes = copy_context->dest_width * 1; in cuda_copy_decoded_frame()
648 .dest_width = mOutputWidth, in HandlePictureDisplay()
DMediaCudaVideoHelper.cpp365 .dest_width = mOutputWidth, in HandlePictureDisplay()