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

  /frameworks/av/include/media/stagefright/
ColorConverter.h 62 OMX_COLOR_FORMATTYPE mSrcFormat, mDstFormat;
  /hardware/qcom/media/libc2dcolorconvert/
C2DColorConverter.cpp 103 enum ColorConvertFormat mDstFormat;
143 mDstFormat = dstFormat;
215 if (isYUVSurface(mDstFormat)) {
238 if (isYUVSurface(mDstFormat)) {
540 req->stride = calcStride(mDstFormat, mDstWidth);
542 req->lumaAlign = calcLumaAlign(mDstFormat);
543 req->sizeAlign = calcSizeAlign(mDstFormat);
544 req->size = calcSize(mDstFormat, mDstWidth, mDstHeight);
545 req->bpp = calcBytesPerPixel(mDstFormat);
625 if (isYUVSurface(mDstFormat)) {
    [all...]
  /frameworks/av/media/libstagefright/colorconversion/
ColorConverter.cpp 30 mDstFormat(to),
40 if (mDstFormat != OMX_COLOR_Format16bitRGB565) {
88 if (mDstFormat != OMX_COLOR_Format16bitRGB565) {

Completed in 53 milliseconds