Searched defs:sliceHeight (Results 1 - 3 of 3) sorted by last modified time

/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp1414 int32_t width, height, stride, sliceHeight, colorFormat; local
1418 CHECK(meta->findInt32(kKeySliceHeight, &sliceHeight));
1425 enc_meta->setInt32(kKeySliceHeight, sliceHeight);
/frameworks/av/media/libstagefright/
H A DACodec.cpp1843 int32_t sliceHeight; local
1844 if (!msg->findInt32("slice-height", &sliceHeight)) {
1845 sliceHeight = height;
1848 video_def->nSliceHeight = sliceHeight;
H A DOMXCodec.cpp783 int32_t width, height, frameRate, bitRate, stride, sliceHeight; local
789 success = success && meta->findInt32(kKeySliceHeight, &sliceHeight);
825 stride > 0? stride: -stride, sliceHeight);
832 video_def->nSliceHeight = sliceHeight;

Completed in 73 milliseconds