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;
184 if (isYUVSurface(mDstFormat)) {
218 if (isYUVSurface(mDstFormat)) {
241 if (isYUVSurface(mDstFormat)) {
541 req->stride = calcStride(mDstFormat, mDstWidth);
543 req->lumaAlign = calcLumaAlign(mDstFormat);
544 req->sizeAlign = calcSizeAlign(mDstFormat);
545 req->size = calcSize(mDstFormat, mDstWidth, mDstHeight);
596 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 234 milliseconds