HomeSort by relevance Sort by last modified time
    Searched refs:frameinfo (Results 1 - 25 of 26) sorted by null

1 2

  /external/vulkan-validation-layers/
source_line_info.py 37 frameinfo = getframeinfo(currentframe().f_back)
38 return "%s%s%s %s%s" % (self.general_prefix, self.file_prefix, frameinfo.filename, self.line_prefix, frameinfo.lineno)
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/
source_line_info.py 37 frameinfo = getframeinfo(currentframe().f_back)
38 return "%s%s%s %s%s" % (self.general_prefix, self.file_prefix, frameinfo.filename, self.line_prefix, frameinfo.lineno)
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
decoder_driver_test.c 603 struct vdec_input_frameinfo frameinfo; local
608 memset ((unsigned char*)&frameinfo,0,sizeof (struct vdec_input_frameinfo));
668 frameinfo.bufferaddr =
670 frameinfo.offset = 0;
671 frameinfo.pmem_fd = decode_context->ptr_inputbuffer [i]->pmem_fd;
672 frameinfo.pmem_offset = decode_context->ptr_inputbuffer [i]->offset;
673 frameinfo.datalen = data_len;
674 frameinfo.client_data = (struct vdec_bufferpayload *)\
677 ioctl_msg.in = &frameinfo;
786 struct vdec_input_frameinfo frameinfo; local
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
decoder_driver_test.c 562 struct vdec_input_frameinfo frameinfo; local
567 memset ((unsigned char*)&frameinfo,0,sizeof (struct vdec_input_frameinfo));
626 frameinfo.bufferaddr =
628 frameinfo.offset = 0;
629 frameinfo.pmem_fd = decode_context->ptr_inputbuffer [i]->pmem_fd;
630 frameinfo.pmem_offset = decode_context->ptr_inputbuffer [i]->offset;
631 frameinfo.datalen = data_len;
632 frameinfo.client_data = (struct vdec_bufferpayload *)\
635 ioctl_msg.in = &frameinfo;
733 struct vdec_input_frameinfo frameinfo; local
    [all...]
omx_vdec_test.cpp 2056 OMX_U32 frameinfo = 0,interlace = 0,h264info =0, video_qp =0, videoinput_bitsinfo =0; local
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
video_encoder_device.cpp 1633 struct venc_buffer frameinfo; local
1721 struct venc_buffer frameinfo; local
    [all...]
video_encoder_device_copper.cpp 1656 struct venc_buffer frameinfo; local
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp 1830 struct venc_buffer frameinfo; local
1880 struct venc_buffer frameinfo; local
    [all...]
video_encoder_device_v4l2.cpp 2882 struct venc_buffer frameinfo; local
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp 1831 struct venc_buffer frameinfo; local
1881 struct venc_buffer frameinfo; local
    [all...]
video_encoder_device_v4l2.cpp 3864 struct venc_buffer frameinfo; local
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp 1831 struct venc_buffer frameinfo; local
1881 struct venc_buffer frameinfo; local
    [all...]
  /cts/hostsidetests/dumpsys/src/android/dumpsys/cts/
BatteryStatsDumpsysTest.java 681 String frameinfo = mDevice.executeShellCommand("dumpsys gfxinfo " + local
683 assertNotNull(frameinfo);
684 assertTrue(frameinfo.length() > 0);
685 int profileStart = frameinfo.indexOf(MARKER);
686 int profileEnd = frameinfo.indexOf(MARKER, profileStart + 1);
689 String profileData = frameinfo.substring(profileStart + MARKER.length(), profileEnd);
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp 5020 struct vdec_input_frameinfo frameinfo; local
    [all...]
omx_vdec.cpp 5371 struct vdec_input_frameinfo frameinfo; local
    [all...]
omx_vdec_hevc_swvdec.cpp 6013 struct vdec_input_frameinfo frameinfo; local
9807 struct vdec_input_frameinfo frameinfo; local
    [all...]
omx_vdec_msm8974.cpp 6221 struct vdec_input_frameinfo frameinfo; local
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp 4990 struct vdec_input_frameinfo frameinfo; local
    [all...]
omx_vdec_hevc_swvdec.cpp 6218 struct vdec_input_frameinfo frameinfo; local
10017 struct vdec_input_frameinfo frameinfo; local
    [all...]
omx_vdec_v4l2.cpp 7041 struct vdec_input_frameinfo frameinfo; local
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp 4990 struct vdec_input_frameinfo frameinfo; local
    [all...]
omx_vdec_hevc_swvdec.cpp 6218 struct vdec_input_frameinfo frameinfo; local
10017 struct vdec_input_frameinfo frameinfo; local
    [all...]
omx_vdec_v4l2.cpp 7515 struct vdec_input_frameinfo frameinfo; local
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp 5604 struct vdec_input_frameinfo frameinfo; local
    [all...]
omx_vdec_copper.cpp 5212 struct vdec_input_frameinfo frameinfo; local
    [all...]

Completed in 1608 milliseconds

1 2