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

  /frameworks/native/headers/media_plugin/media/hardware/
VideoAPI.h 31 MEDIA_IMAGE_TYPE_YUV,
63 MEDIA_IMAGE_TYPE_YUV,
230 case MediaImage::MEDIA_IMAGE_TYPE_YUV: return "YUV";
247 case MediaImage2::MEDIA_IMAGE_TYPE_YUV: return "YUV";
  /frameworks/av/media/libstagefright/omx/
OMXUtils.cpp 82 if (image.mType != MediaImage::MEDIA_IMAGE_TYPE_YUV) {
244 image.mType = MediaImage2::MEDIA_IMAGE_TYPE_YUV;
363 if (img.mType == MediaImage2::MEDIA_IMAGE_TYPE_YUV) {
  /hardware/google/av/media/sfplugin/utils/
Codec2BufferUtils.cpp 143 .mType = MediaImage2::MEDIA_IMAGE_TYPE_YUV,
177 .mType = MediaImage2::MEDIA_IMAGE_TYPE_YUV,
  /hardware/interfaces/media/omx/1.0/vts/functional/video/
VtsHalMediaOmxV1_0TargetVideoDecTest.cpp 642 if (img.mType == android::MediaImage::MEDIA_IMAGE_TYPE_YUV) {
661 if (img.mType == android::MediaImage2::MEDIA_IMAGE_TYPE_YUV) {
    [all...]
  /hardware/google/av/media/sfplugin/
Codec2Buffer.cpp 244 mediaImage->mType = MediaImage2::MEDIA_IMAGE_TYPE_YUV;
  /hardware/google/av/media/sfplugin/tests/
MediaCodec_sanity_test.cpp 349 EXPECT_EQ(img->mType, img->MEDIA_IMAGE_TYPE_YUV);
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_swvdec.cpp     [all...]
omx_vdec_v4l2.cpp     [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_swvdec.cpp     [all...]
omx_vdec_v4l2.cpp     [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec_msm8974.cpp     [all...]

Completed in 323 milliseconds