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

  /hardware/intel/img/hwcomposer/merrifield/ips/common/
DrmConfig.cpp 78 uint32_t DrmConfig::convertHalFormatToDrmFormat(uint32_t halFormat)
80 switch (halFormat) {
84 ETRACE("format %#x isn't supported by drm", halFormat);
  /hardware/intel/img/hwcomposer/merrifield/include/
DrmConfig.h 38 static uint32_t convertHalFormatToDrmFormat(uint32_t halFormat);
  /hardware/qcom/display/msm8084/liboverlay/
overlayRotator.cpp 48 int halFormat = ovutils::getHALFormat(destWhf.format);
51 destWhf.w, destWhf.h, halFormat, alW, alH);
  /hardware/qcom/display/msm8226/liboverlay/
overlayMdpRot.cpp 54 int halFormat = ovutils::getHALFormat(mRotImgInfo.dst.format);
56 halFormat, alW, alH);
63 int halFormat = ovutils::getHALFormat(mRotImgInfo.dst.format);
65 halFormat, alW, alH);
overlayRotator.cpp 49 int halFormat = ovutils::getHALFormat(destWhf.format);
52 destWhf.w, destWhf.h, halFormat, alW, alH);
  /frameworks/av/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 118 int halFormat = HAL_PIXEL_FORMAT_RGB_565;
129 halFormat = HAL_PIXEL_FORMAT_YV12;
136 halFormat = HAL_PIXEL_FORMAT_RGB_888;
144 halFormat = HAL_PIXEL_FORMAT_RGBA_8888;
157 halFormat = HAL_PIXEL_FORMAT_RGBA_1010102;
159 halFormat = HAL_PIXEL_FORMAT_YV12;
172 if (halFormat == HAL_PIXEL_FORMAT_RGB_565) {
176 } else if (halFormat == HAL_PIXEL_FORMAT_RGBA_1010102) {
205 halFormat));
  /hardware/qcom/display/msm8960/liboverlay/
overlayRotator.cpp 49 int halFormat = ovutils::getHALFormat(destWhf.format);
52 destWhf.w, destWhf.h, halFormat, alW, alH);
  /hardware/qcom/display/msm8994/liboverlay/
overlayRotator.cpp 71 int halFormat = ovutils::getHALFormat(destWhf.format);
74 destWhf.w, destWhf.h, halFormat, alW, alH);
overlayMdpRot.cpp 63 int halFormat = ovutils::getHALFormat(mRotImgInfo.dst.format);
65 halFormat, alW, alH);
72 int halFormat = ovutils::getHALFormat(mRotImgInfo.dst.format);
74 halFormat, alW, alH);
  /external/swiftshader/src/OpenGL/common/
Image.hpp 235 inline GLenum GLPixelFormatFromAndroid(int halFormat)
237 switch(halFormat)
255 ALOGE("Unsupported EGL image format %d", halFormat); ASSERT(false);
  /hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
Stream.impl.h 186 audio_format_t halFormat = mStream->get_format(mStream);
187 _hidl_cb(halSampleRate, AudioChannelBitfield(halMask), AudioFormat(halFormat));
  /hardware/qcom/display/msm8084/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...]
  /hardware/qcom/display/msm8226/libcopybit/
copybit_c2d.cpp 281 static int get_c2d_format_for_yuv_destination(int halFormat) {
282 switch (halFormat) {
291 default: return get_format(halFormat);
    [all...]
  /hardware/qcom/display/msm8909/libcopybit/
copybit_c2d.cpp 285 static int get_c2d_format_for_yuv_destination(int halFormat) {
286 switch (halFormat) {
295 default: return get_format(halFormat);
    [all...]
  /hardware/qcom/display/msm8909w_3100/libcopybit/
copybit_c2d.cpp 285 static int get_c2d_format_for_yuv_destination(int halFormat) {
286 switch (halFormat) {
295 default: return get_format(halFormat);
    [all...]
  /hardware/qcom/display/msm8960/libcopybit/
copybit_c2d.cpp 277 static int get_c2d_format_for_yuv_destination(int halFormat) {
278 switch (halFormat) {
287 default: return get_format(halFormat);
    [all...]
  /hardware/qcom/display/msm8994/libcopybit/
copybit_c2d.cpp 282 static int get_c2d_format_for_yuv_destination(int halFormat) {
283 switch (halFormat) {
292 default: return get_format(halFormat);
    [all...]
  /hardware/qcom/display/msm8996/libcopybit/
copybit_c2d.cpp 285 static int get_c2d_format_for_yuv_destination(int halFormat) {
286 switch (halFormat) {
295 default: return get_format(halFormat);
    [all...]
  /hardware/qcom/display/msm8998/libcopybit/
copybit_c2d.cpp 283 static int get_c2d_format_for_yuv_destination(int halFormat) {
284 switch (halFormat) {
293 default: return get_format(halFormat);
    [all...]

Completed in 594 milliseconds