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

  /frameworks/av/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 64 int halFormat;
72 halFormat = HAL_PIXEL_FORMAT_YV12;
82 halFormat = HAL_PIXEL_FORMAT_RGB_565;
113 halFormat));
  /hardware/qcom/display/liboverlay/
overlayRotator.cpp 48 int halFormat = ovutils::getHALFormat(destWhf.format);
51 destWhf.w, destWhf.h, halFormat, alW, alH);
  /hardware/qcom/display/libcopybit/
copybit_c2d.cpp 279 static int get_c2d_format_for_yuv_destination(int halFormat) {
280 switch (halFormat) {
289 default: return get_format(halFormat);
    [all...]

Completed in 86 milliseconds