Searched refs:sliceHeight (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp1395 int32_t width, height, stride, sliceHeight, colorFormat; local
1399 CHECK(meta->findInt32(kKeySliceHeight, &sliceHeight));
1406 enc_meta->setInt32(kKeySliceHeight, sliceHeight);
/frameworks/av/media/libstagefright/
H A DACodec.cpp1605 int32_t sliceHeight; local
1606 if (!msg->findInt32("slice-height", &sliceHeight)) {
1607 sliceHeight = height;
1610 video_def->nSliceHeight = sliceHeight;
H A DOMXCodec.cpp788 int32_t width, height, frameRate, bitRate, stride, sliceHeight; local
794 success = success && meta->findInt32(kKeySliceHeight, &sliceHeight);
830 stride > 0? stride: -stride, sliceHeight);
837 video_def->nSliceHeight = sliceHeight;

Completed in 162 milliseconds