HomeSort by relevance Sort by last modified time
    Searched refs:aspects (Results 26 - 50 of 67) sorted by null

12 3

  /frameworks/av/media/libstagefright/
ACodec.cpp 3609 ColorAspects &aspects = params.sAspects; local
5589 ColorAspects aspects = ColorUtils::unpackToColorAspects(data2); local
    [all...]
MPEG4Writer.cpp 3350 ColorAspects aspects; local
    [all...]
MPEG4Extractor.cpp 3106 ColorAspects aspects; local
    [all...]
  /hardware/interfaces/media/omx/1.0/vts/functional/video/
VtsHalMediaOmxV1_0TargetVideoEncTest.cpp 1411 ::android::hardware::media::omx::V1_0::ColorAspects aspects; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
oleidl.h     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Cookie.py 174 The SmartCookie combines aspects of each of the other two flavors.
  /external/mesa3d/src/intel/vulkan/
anv_dump.c 425 for_each_bit(b, iview->image->aspects) {
genX_pipeline.c 683 VkImageAspectFlags aspects = 0; local
687 aspects = vk_format_aspects(depth_stencil_format);
693 if (!(aspects & VK_IMAGE_ASPECT_DEPTH_BIT)) {
698 if (!(aspects & VK_IMAGE_ASPECT_STENCIL_BIT)) {
    [all...]
anv_blorp.c 862 if (image->aspects & VK_IMAGE_ASPECT_DEPTH_BIT) {
869 if (image->aspects & VK_IMAGE_ASPECT_STENCIL_BIT) {
    [all...]
  /external/python/cpython2/Lib/
Cookie.py 171 The SmartCookie combines aspects of each of the other two flavors.
  /prebuilts/gdb/darwin-x86/lib/python2.7/
Cookie.py 174 The SmartCookie combines aspects of each of the other two flavors.
  /prebuilts/gdb/linux-x86/lib/python2.7/
Cookie.py 174 The SmartCookie combines aspects of each of the other two flavors.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Cookie.py 174 The SmartCookie combines aspects of each of the other two flavors.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Cookie.py 174 The SmartCookie combines aspects of each of the other two flavors.
  /external/mesa3d/src/amd/vulkan/
radv_cmd_buffer.c 741 VkImageAspectFlags aspects)
747 if (!image->htile.size || !aspects)
750 if (aspects & VK_IMAGE_ASPECT_STENCIL_BIT) {
756 if (aspects & VK_IMAGE_ASPECT_DEPTH_BIT)
767 if (aspects & VK_IMAGE_ASPECT_STENCIL_BIT)
769 if (aspects & VK_IMAGE_ASPECT_DEPTH_BIT)
773 if (aspects & VK_IMAGE_ASPECT_STENCIL_BIT)
775 if (aspects & VK_IMAGE_ASPECT_DEPTH_BIT)
    [all...]
radv_private.h 779 VkImageAspectFlags aspects);
1012 VkImageAspectFlags aspects; member in struct:radv_image
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h 677 ColorAspects *aspects);
680 void print_debug_color_aspects(ColorAspects *aspects, const char *prefix);
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h 714 ColorAspects *aspects);
720 void print_debug_color_aspects(ColorAspects *aspects, const char *prefix);
    [all...]
  /hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h 873 ColorAspects *aspects);
879 void print_debug_color_aspects(ColorAspects *aspects, const char *prefix);
    [all...]
  /frameworks/av/media/libstagefright/include/media/stagefright/
ACodec.h 387 // aspects to use. If |tryCodec| is true, the codec is queried first. If it succeeds, we
394 // sets color aspects for the encoder for certain |width/height| based on |configFormat|, and
401 // gets color aspects for the encoder for certain |width/height| based on |configFormat|, and
409 // sets color aspects for the video encoder assuming bytebuffer mode for certain |configFormat|
416 // sets color aspects for the video encoder in surface mode. This basically sets the default
417 // video values for unspecified aspects and sets the dataspace to use in the input format.
423 // gets color aspects for the video encoder input port and sets them into the |format|.
427 // updates the encoder output format with |aspects| defaulting to |dataSpace| for
429 void onDataSpaceChanged(android_dataspace dataSpace, const ColorAspects &aspects);
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
omx_video_base.h 568 void print_debug_color_aspects(ColorAspects *aspects, const char *prefix);
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
omx_video_base.h 579 void print_debug_color_aspects(ColorAspects *aspects, const char *prefix);
  /hardware/qcom/media/sdm845/mm-video-v4l2/vidc/venc/inc/
omx_video_base.h 597 void print_debug_color_aspects(ColorAspects *aspects, const char *prefix);
  /prebuilts/go/darwin-x86/test/chan/
select5.go 89 // we are not interested in the concurrency aspects
  /prebuilts/go/linux-x86/test/chan/
select5.go 89 // we are not interested in the concurrency aspects

Completed in 544 milliseconds

12 3