HomeSort by relevance Sort by last modified time
    Searched full:sliceheight (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /hardware/intel/common/libmix/videoencoder/
VideoEncoderH263.cpp 137 uint32_t sliceHeight;
142 sliceHeight = mComParams.resolution.height;
143 sliceHeight += 15;
144 sliceHeight &= (~15);
145 sliceHeightInMB = sliceHeight / 16;
VideoEncoderMP4.cpp 227 uint32_t sliceHeight;
234 sliceHeight = mComParams.resolution.height;
235 sliceHeight += 15;
236 sliceHeight &= (~15);
237 sliceHeightInMB = sliceHeight / 16;
  /prebuilts/vndk/v27/x86/arch-x86-x86/shared/vndk-core/
libstagefright_omx_utils.so 
  /prebuilts/vndk/v27/x86_64/arch-x86-x86_64/shared/vndk-core/
libstagefright_omx_utils.so 
  /hardware/qcom/display/msm8960/libqdutils/
qdMetaData.h 57 int32_t sliceHeight;
  /prebuilts/vndk/v27/arm/arch-arm-armv7-a-neon/shared/vndk-core/
libstagefright_omx_utils.so 
  /prebuilts/vndk/v27/arm64/arch-arm-armv7-a-neon/shared/vndk-core/
libstagefright_omx_utils.so 
  /hardware/qcom/media/msm8974/libc2dcolorconvert/
C2DColorConverter.cpp 541 req->sliceHeight = mSrcHeight;
551 req->sliceHeight = mDstHeight;
621 size_t stride, sliceHeight;
639 sliceHeight = dstSurfaceDef->height;
641 for (size_t i = 0; i < sliceHeight; i++) {
653 for (size_t i = 0; i < sliceHeight/2;i++) { //will work only for the 420 ones
663 for (size_t i = 0; i < sliceHeight/2;i++) { //will work only for the 420 ones
673 for (size_t i = 0; i < sliceHeight/2;i++) { //will work only for the 420 ones
683 sliceHeight = dstSurfaceDef->height;
686 printf("rgb surface dumpsslice height is %lu\n", (unsigned long)sliceHeight);
    [all...]
C2DColorConverter.h 91 int32_t sliceHeight;
  /hardware/qcom/media/msm8996/libc2dcolorconvert/
C2DColorConverter.cpp 595 req->sliceHeight = mSrcHeight;
605 req->sliceHeight = mDstHeight;
677 size_t stride, sliceHeight;
695 sliceHeight = dstSurfaceDef->height;
697 for (size_t i = 0; i < sliceHeight; i++) {
709 for (size_t i = 0; i < sliceHeight/2;i++) { //will work only for the 420 ones
719 for (size_t i = 0; i < sliceHeight/2;i++) { //will work only for the 420 ones
729 for (size_t i = 0; i < sliceHeight/2;i++) { //will work only for the 420 ones
739 sliceHeight = dstSurfaceDef->height;
742 printf("rgb surface dumpsslice height is %lu\n", (unsigned long)sliceHeight);
    [all...]
C2DColorConverter.h 95 int32_t sliceHeight;
  /hardware/qcom/media/msm8998/libc2dcolorconvert/
C2DColorConverter.cpp 601 req->sliceHeight = mSrcHeight;
611 req->sliceHeight = mDstHeight;
683 size_t stride, sliceHeight;
701 sliceHeight = dstSurfaceDef->height;
703 for (size_t i = 0; i < sliceHeight; i++) {
715 for (size_t i = 0; i < sliceHeight/2;i++) { //will work only for the 420 ones
725 for (size_t i = 0; i < sliceHeight/2;i++) { //will work only for the 420 ones
735 for (size_t i = 0; i < sliceHeight/2;i++) { //will work only for the 420 ones
745 sliceHeight = dstSurfaceDef->height;
748 printf("rgb surface dumpsslice height is %lu\n", (unsigned long)sliceHeight);
    [all...]
C2DColorConverter.h 95 int32_t sliceHeight;
  /hardware/intel/img/psb_video/src/mrst/
lnc_hostcode.c 696 IMG_INT32 SliceHeight;
700 SliceHeight = ctx->Height / ctx->Slices;
701 /* SliceHeight += 15; */
702 SliceHeight &= ~15;
704 MBsperSlice = (SliceHeight * ctx->Width) / (16 * 16);
739 IMG_INT32 SliceHeight;
743 SliceHeight = ctx->Height / ctx->Slices;
744 /* SliceHeight += 15; */
745 SliceHeight &= ~15;
747 MBsperSlice = (SliceHeight * ctx->Width) / (16 * 16)
    [all...]
lnc_hostcode.h 384 IMG_UINT16 SliceHeight;
535 IMG_UINT16 SliceHeight, IMG_BOOL IsIntra,
544 IMG_UINT16 SliceHeight,
  /hardware/qcom/display/msm8084/libqdutils/
qdMetaData.h 67 int32_t sliceHeight;
  /hardware/qcom/display/msm8226/libqdutils/
qdMetaData.h 67 int32_t sliceHeight;
  /hardware/qcom/display/msm8994/libqdutils/
qdMetaData.h 67 int32_t sliceHeight;
  /hardware/intel/img/psb_video/src/
pnw_hostcode.c     [all...]
  /frameworks/av/media/libstagefright/omx/
OMXUtils.cpp 226 // TEMPORARY FIX for some vendors that advertise sliceHeight as 0
228 ALOGW("using sliceHeight=%u instead of what codec advertised (=0)",
238 ALOGW("cannot describe color format 0x%x = %d with stride=%u and sliceHeight=%u",
  /hardware/qcom/display/msm8996/libqdutils/
qdMetaData.h 57 int32_t sliceHeight;
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_layers.cpp 466 buffer_dim.sliceHeight = pvt_handle->height;
470 &buffer_dim.sliceHeight);
473 &buffer_dim.sliceHeight);
476 layer_buffer->height = UINT32(buffer_dim.sliceHeight);
  /hardware/qcom/display/msm8998/libqdutils/
qdMetaData.h 63 int32_t sliceHeight;
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
MediaCodecVideoDecoder.java 106 private int sliceHeight;
264 sliceHeight = height;
561 sliceHeight = format.getInteger("slice-height");
563 Logging.d(TAG, "Frame stride and slice height: " + stride + " x " + sliceHeight);
565 sliceHeight = Math.max(height, sliceHeight);
  /frameworks/support/slices/view/src/main/java/androidx/slice/widget/
SliceView.java 335 final int sliceHeight = getHeightForMode();
340 if (heightAvailable >= sliceHeight + actionHeight
345 height = Math.min(mMaxLargeHeight, sliceHeight);
349 height = sliceHeight > mMaxLargeHeight ? mMinLargeHeight : sliceHeight;

Completed in 1259 milliseconds

1 2 3 4