Home
last modified time | relevance | path

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

12

/aosp12/frameworks/av/media/libmedia/
H A 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
H A 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()
/aosp12/frameworks/av/media/libmediaplayerservice/
H A 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()
H A DStagefrightMetadataRetriever.cpp133 int index, int colorFormat, bool metaOnly, bool thumbnail) { in getImageAtIndex()
141 int index, int colorFormat, int left, int top, int right, int bottom) { in getImageRectAtIndex()
156 int index, int colorFormat, bool metaOnly, bool thumbnail, FrameRect* rect) { in getImageInternal()
258 int64_t timeUs, int option, int colorFormat, bool metaOnly) { in getFrameAtTime()
266 int frameIndex, int colorFormat, bool metaOnly) { in getFrameAtIndex()
282 int64_t timeUs, int option, int colorFormat, bool metaOnly) { in getFrameInternal()
/aosp12/frameworks/av/cmds/stagefright/
H A Drecordvideo.cpp60 DummySource(int width, int height, int nFrames, int fps, int colorFormat) in DummySource()
170 int colorFormat = OMX_COLOR_FormatYUV420Planar; in main() local
/aosp12/frameworks/base/media/jni/
H A 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
/aosp12/packages/services/Car/cpp/evs/apps/default/
H A DTexWrapper.cpp114 int colorFormat; in createTextureFromPng() local
/aosp12/packages/services/Car/cpp/evs/support_library/
H A DTexWrapper.cpp118 int colorFormat; in createTextureFromPng() local
/aosp12/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/java/com/android/media/benchmark/library/
H A DNative.java31 String codecName, String mime, int bitRate, int colorFormat, int frameInterval, in Encode()
/aosp12/frameworks/av/media/tests/benchmark/src/native/encoder/
H A DEncoder.h45 int32_t colorFormat = COLOR_FormatYUV420Flexible; member
/aosp12/frameworks/av/media/libstagefright/omx/
H A DOMXUtils.cpp355 uint32_t colorFormat, bool usingNativeBuffers, OMX_U32 *flexibleEquivalent) { in IsFlexibleColorFormat()
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
H A DCpuVideoTrackDecoder.java237 ByteBuffer input, ByteBuffer output, int colorFormat, int width, int height) { in convertImage()
/aosp12/frameworks/av/media/libstagefright/
H A DFrameDecoder.cpp169 android_pixel_format_t colorFormat, in getDstColorFormat()
206 const sp<MetaData> &trackMeta, int colorFormat, bool thumbnail) { in getMetadataOnly()
281 int64_t frameTimeUs, int option, int colorFormat) { in init()
H A DCameraSource.cpp49 static int32_t getColorFormat(const char* colorFormat) { in getColorFormat()
H A DUtils.cpp1026 int32_t colorFormat; in convertMetaDataToMessage() local
1804 int32_t colorFormat; in convertMessageToMetaData() local
H A DACodec.cpp2126 int32_t colorFormat = OMX_COLOR_FormatUnused; in configureCodec() local
3316 OMX_COLOR_FORMATTYPE colorFormat, in setVideoPortFormatType()
3574 OMX_COLOR_FORMATTYPE colorFormat = in setupVideoDecoder() local
3986 OMX_COLOR_FORMATTYPE colorFormat = in setupVideoEncoder() local
/aosp12/frameworks/av/media/libmedia/tests/codeclist/
H A DCodecListTest.cpp141 for (auto colorFormat : colorFormats) { in TEST() local
/aosp12/frameworks/av/services/mediametrics/
H A Dstatsd_codec.cpp279 int32_t colorFormat = -1; in statsd_codec() local
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/
H A Domx_video_encoder.cpp2327 bool omx_venc::dev_get_supported_color_format(unsigned index, OMX_U32 *colorFormat) { in dev_get_supported_color_format()
H A Domx_swvenc_mpeg4.cpp2588 bool omx_venc::dev_get_supported_color_format(unsigned index, OMX_U32 *colorFormat) { in dev_get_supported_color_format()
/aosp12/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp689 void hwcTestFillColorHBlend(GraphicBuffer *gBuf, uint32_t colorFormat, in hwcTestFillColorHBlend()
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/
H A Domx_video_encoder.cpp2289 bool omx_venc::dev_get_supported_color_format(unsigned index, OMX_U32 *colorFormat) { in dev_get_supported_color_format()
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/
H A Domx_video_encoder.cpp2601 bool omx_venc::dev_get_supported_color_format(unsigned index, OMX_U32 *colorFormat) { in dev_get_supported_color_format()
H A Domx_swvenc_mpeg4.cpp2644 bool omx_venc::dev_get_supported_color_format(unsigned index, OMX_U32 *colorFormat) { in dev_get_supported_color_format()
/aosp12/frameworks/av/media/libstagefright/colorconversion/
H A DColorConverter.cpp51 static bool isRGB(OMX_COLOR_FORMATTYPE colorFormat) { in isRGB()

12