Home
last modified time | relevance | path

Searched defs:colorFormat (Results 1 – 25 of 25) sorted by relevance

/frameworks/av/media/libmedia/
DIMediaMetadataRetriever.cpp150 sp<IMemory> getFrameAtTime(int64_t timeUs, int option, int colorFormat, bool metaOnly) in getFrameAtTime()
171 sp<IMemory> getImageAtIndex(int index, int colorFormat, bool metaOnly, bool thumbnail) in getImageAtIndex()
193 int index, int colorFormat, int left, int top, int right, int bottom) in getImageRectAtIndex()
217 int index, int colorFormat, bool metaOnly) in getFrameAtIndex()
365 int colorFormat = data.readInt32(); in onTransact() local
387 int colorFormat = data.readInt32(); in onTransact() local
411 int colorFormat = data.readInt32(); in onTransact() local
438 int colorFormat = data.readInt32(); in onTransact() local
Dmediametadataretriever.cpp145 int64_t timeUs, int option, int colorFormat, bool metaOnly) in getFrameAtTime()
158 int index, int colorFormat, bool metaOnly, bool thumbnail) { in getImageAtIndex()
170 int index, int colorFormat, int left, int top, int right, int bottom) { in getImageRectAtIndex()
183 int index, int colorFormat, bool metaOnly) { in getFrameAtIndex()
/frameworks/av/media/libmediaplayerservice/
DMetadataRetrieverClient.cpp197 int64_t timeUs, int option, int colorFormat, bool metaOnly) in getFrameAtTime()
216 int index, int colorFormat, bool metaOnly, bool thumbnail) { in getImageAtIndex()
234 int index, int colorFormat, int left, int top, int right, int bottom) { in getImageRectAtIndex()
252 int index, int colorFormat, bool metaOnly) { in getFrameAtIndex()
DStagefrightMetadataRetriever.cpp134 int index, int colorFormat, bool metaOnly, bool thumbnail) { in getImageAtIndex()
142 int index, int colorFormat, int left, int top, int right, int bottom) { in getImageRectAtIndex()
157 int index, int colorFormat, bool metaOnly, bool thumbnail, FrameRect* rect) { in getImageInternal()
308 int64_t timeUs, int option, int colorFormat, bool metaOnly) { in getFrameAtTime()
316 int frameIndex, int colorFormat, bool metaOnly) { in getFrameAtIndex()
332 int64_t timeUs, int option, int colorFormat, bool metaOnly) { in getFrameInternal()
DStagefrightRecorder.cpp2005 int32_t width, height, stride, sliceHeight, colorFormat; in setupVideoEncoder() local
/frameworks/av/cmds/stagefright/
Drecordvideo.cpp60 DummySource(int width, int height, int nFrames, int fps, int colorFormat) in DummySource()
170 int colorFormat = OMX_COLOR_FormatYUV420Planar; in main() local
/frameworks/av/media/libstagefright/tests/fuzzers/
DFrameDecoderFuzzer.cpp54 int colorFormat = fdp.ConsumeIntegral<int>(); in LLVMFuzzerTestOneInput() local
/frameworks/base/media/jni/
Dandroid_media_MediaMetadataRetriever.cpp359 static void setOutConfig(JNIEnv *env, jobject options, AndroidBitmapFormat colorFormat) { in setOutConfig()
379 AndroidBitmapFormat colorFormat = getColorFormat(env, params, ANDROID_BITMAP_FORMAT_RGB_565); in android_media_MediaMetadataRetriever_getFrameAtTime() local
410 AndroidBitmapFormat colorFormat = getColorFormat(env, params); in android_media_MediaMetadataRetriever_getImageAtIndex() local
442 AndroidBitmapFormat colorFormat = getColorFormat(env, params); in android_media_MediaMetadataRetriever_getThumbnailImageAtIndex() local
514 AndroidBitmapFormat colorFormat = getColorFormat(env, params); in android_media_MediaMetadataRetriever_getFrameAtIndex() local
/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/java/com/android/media/benchmark/library/
DNative.java31 String codecName, String mime, int bitRate, int colorFormat, int frameInterval, in Encode()
/frameworks/av/media/codec2/sfplugin/
DCodec2InfoBuilder.cpp286 auto addDefaultColorFormat = [caps, &supportedColorFormats](int32_t colorFormat) { in addSupportedColorFormats()
317 for (int32_t colorFormat : supportedColorFormats) { in addSupportedColorFormats() local
746 std::optional<int32_t> colorFormat = findFrameworkColorFormat(desc); in buildMediaCodecList() local
DCodec2Buffer.cpp838 int32_t colorFormat = COLOR_FormatYUV420Flexible; in AllocateEmpty() local
/frameworks/av/media/libmediaplayerservice/fuzzer/
Dmetadataretriever_fuzzer.cpp78 int32_t colorFormat = mFdp.ConsumeIntegral<int32_t>(); in getData() local
/frameworks/av/media/tests/benchmark/src/native/encoder/
DEncoder.h45 int32_t colorFormat = COLOR_FormatYUV420Flexible; member
/frameworks/av/media/libstagefright/omx/
DOMXUtils.cpp355 uint32_t colorFormat, bool usingNativeBuffers, OMX_U32 *flexibleEquivalent) { in IsFlexibleColorFormat()
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
DCpuVideoTrackDecoder.java237 ByteBuffer input, ByteBuffer output, int colorFormat, int width, int height) { in convertImage()
/frameworks/av/media/libstagefright/
DFrameDecoder.cpp173 android_pixel_format_t colorFormat, in getDstColorFormat()
217 const sp<MetaData> &trackMeta, int colorFormat, bool thumbnail, uint32_t bitDepth) { in getMetadataOnly()
290 int64_t frameTimeUs, int option, int colorFormat) { in init()
DCameraSource.cpp49 static int32_t getColorFormat(const char* colorFormat) { in getColorFormat()
DUtils.cpp1052 int32_t colorFormat; in convertMetaDataToMessage() local
1868 int32_t colorFormat; in convertMessageToMetaData() local
DACodec.cpp2127 int32_t colorFormat = OMX_COLOR_FormatUnused; in configureCodec() local
3344 OMX_COLOR_FORMATTYPE colorFormat, in setVideoPortFormatType()
3602 OMX_COLOR_FORMATTYPE colorFormat = in setupVideoDecoder() local
4014 OMX_COLOR_FORMATTYPE colorFormat = in setupVideoEncoder() local
DMediaCodec.cpp1803 int32_t colorFormat = -1; in configure() local
3085 int32_t colorFormat; in requestCpuBoostIfNeeded() local
/frameworks/av/media/libmedia/tests/codeclist/
DCodecListTest.cpp141 for (auto colorFormat : colorFormats) { in TEST() local
/frameworks/av/services/mediametrics/
Dstatsd_codec.cpp279 int32_t colorFormat = -1; in statsd_codec() local
/frameworks/native/opengl/tests/hwc/
DhwcTestLib.cpp689 void hwcTestFillColorHBlend(GraphicBuffer *gBuf, uint32_t colorFormat, in hwcTestFillColorHBlend()
/frameworks/av/media/libstagefright/colorconversion/
DColorConverter.cpp52 static bool isRGB(OMX_COLOR_FORMATTYPE colorFormat) { in isRGB()
/frameworks/wilhelm/include/OMXAL/
DOpenMAXAL.h433 XAuint32 colorFormat; member
2826 XAuint32 colorFormat; member