OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sliceHeight
(Results
1 - 13
of
13
) sorted by null
/hardware/qcom/display/msm8960/libqdutils/
qdMetaData.h
57
int32_t
sliceHeight
;
/hardware/qcom/display/msm8974/libqdutils/
qdMetaData.h
57
int32_t
sliceHeight
;
/hardware/qcom/display/msm8x26/libqdutils/
qdMetaData.h
57
int32_t
sliceHeight
;
/hardware/qcom/media/libc2dcolorconvert/
C2DColorConverter.h
87
int32_t
sliceHeight
;
C2DColorConverter.cpp
532
req->
sliceHeight
= mSrcHeight;
542
req->
sliceHeight
= mDstHeight;
582
size_t stride,
sliceHeight
;
600
sliceHeight
= dstSurfaceDef->height;
602
for (size_t i = 0; i <
sliceHeight
; i++) {
614
for (size_t i = 0; i <
sliceHeight
/2;i++) { //will work only for the 420 ones
624
for (size_t i = 0; i <
sliceHeight
/2;i++) { //will work only for the 420 ones
634
for (size_t i = 0; i <
sliceHeight
/2;i++) { //will work only for the 420 ones
644
sliceHeight
= dstSurfaceDef->height;
647
printf("rgb surface dumpsslice height is %d\n",
sliceHeight
);
[
all
...]
/hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.h
258
return metadata->bufferDim.
sliceHeight
;
/hardware/qcom/display/msm8x26/libhwcomposer/
hwc_utils.h
258
return metadata->bufferDim.
sliceHeight
;
/frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp
[
all
...]
/hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.h
311
return metadata->bufferDim.
sliceHeight
;
/frameworks/av/media/libstagefright/
ACodec.cpp
[
all
...]
OMXCodec.cpp
783
int32_t width, height, frameRate, bitRate, stride,
sliceHeight
;
789
success = success && meta->findInt32(kKeySliceHeight, &
sliceHeight
);
825
stride > 0? stride: -stride,
sliceHeight
);
832
video_def->nSliceHeight =
sliceHeight
;
[
all
...]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp
[
all
...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec_msm8974.cpp
[
all
...]
Completed in 388 milliseconds