Searched defs:mWidth (Results 1 - 25 of 184) sorted by path

12345678

/frameworks/av/camera/include/camera/camera2/
H A DOutputConfiguration.h73 mWidth == other.mWidth &&
90 if (mWidth != other.mWidth) {
91 return mWidth < other.mWidth;
118 int mWidth; member in class:android::hardware::camera2::params::OutputConfiguration
/frameworks/av/cmds/screenrecord/
H A DEglWindow.h39 mWidth(0),
51 int getWidth() const { return mWidth; }
81 int mWidth; member in class:android::EglWindow
/frameworks/av/cmds/stagefright/
H A Drecordvideo.cpp63 : mWidth(width),
75 meta->setInt32(kKeyWidth, mWidth);
130 int mWidth, mHeight; member in class:DummySource
/frameworks/av/include/camera/camera2/
H A DOutputConfiguration.h73 mWidth == other.mWidth &&
90 if (mWidth != other.mWidth) {
91 return mWidth < other.mWidth;
118 int mWidth; member in class:android::hardware::camera2::params::OutputConfiguration
/frameworks/av/include/media/stagefright/
H A DColorConverter.h58 size_t mWidth, mHeight; member in struct:android::ColorConverter::BitmapParams
H A DJPEGSource.h46 int32_t mWidth, mHeight; member in struct:android::JPEGSource
H A DMediaFilter.h99 int32_t mWidth, mHeight; member in struct:android::MediaFilter
H A DSoftVideoDecoderOMXComponent.h130 uint32_t mWidth, mHeight; member in struct:android::SoftVideoDecoderOMXComponent
H A DSoftVideoEncoderOMXComponent.h77 int32_t mWidth; // width of the input frames member in struct:android::SoftVideoEncoderOMXComponent
H A DSoftwareRenderer.h53 int32_t mWidth, mHeight; member in class:android::SoftwareRenderer
H A DSurfaceMediaSource.h166 int mWidth; member in class:android::SurfaceMediaSource
H A DYUVImage.h70 int32_t width() const {return mWidth;}
120 int32_t mWidth; member in class:android::YUVImage
/frameworks/av/include/private/media/
H A DVideoFrame.h33 VideoFrame(): mWidth(0), mHeight(0), mDisplayWidth(0), mDisplayHeight(0), mSize(0), mData(0),
37 mWidth = copy.mWidth;
61 uint32_t mWidth; member in class:android::VideoFrame
/frameworks/av/media/libstagefright/codec2/include/
H A DC2Buffer.h715 inline uint32_t width() const { return mWidth; }
720 : mWidth(width), mHeight(height) { }
723 : mWidth(parent == nullptr ? 0 : parent->width()),
727 const uint32_t mWidth; member in class:android::_C2PlanarCapacityAspect
741 uint32_t mWidth; member in struct:android::C2Rect
748 : mLeft(left), mTop(top), mWidth(width), mHeight(height) { }
753 return mWidth == 0 || mHeight == 0;
757 return mLeft <= ~mWidth && mTop <= ~mHeight;
775 && mLeft + mWidth >= other.mLeft + other.mWidth
[all...]
H A DC2Config.h230 int32_t mWidth; ///< video width member in struct:android::C2VideoSizeStruct
234 C2FIELD(mWidth, "width")
/frameworks/av/media/libstagefright/codec2/tests/
H A DC2Param_test.cpp2160 int32_t mWidth; member in struct:android::C2VideoConfigStruct
2168 C2FIELD(mWidth, "width")
/frameworks/av/media/libstagefright/filters/
H A DSimpleFilter.h31 SimpleFilter() : mWidth(0), mHeight(0), mStride(0), mSliceHeight(0),
43 int32_t mWidth, mHeight; member in struct:android::SimpleFilter
/frameworks/av/media/libstagefright/foundation/include/
H A DColorConverter.h58 size_t mWidth, mHeight; member in struct:android::ColorConverter::BitmapParams
H A DJPEGSource.h46 int32_t mWidth, mHeight; member in struct:android::JPEGSource
H A DMediaFilter.h99 int32_t mWidth, mHeight; member in struct:android::MediaFilter
H A DSoftVideoDecoderOMXComponent.h130 uint32_t mWidth, mHeight; member in struct:android::SoftVideoDecoderOMXComponent
H A DSoftVideoEncoderOMXComponent.h77 int32_t mWidth; // width of the input frames member in struct:android::SoftVideoEncoderOMXComponent
H A DSoftwareRenderer.h53 int32_t mWidth, mHeight; member in class:android::SoftwareRenderer
H A DSurfaceMediaSource.h166 int mWidth; member in class:android::SurfaceMediaSource
H A DYUVImage.h70 int32_t width() const {return mWidth;}
120 int32_t mWidth; member in class:android::YUVImage

Completed in 201 milliseconds

12345678